https://issues.apache.org/bugzilla/show_bug.cgi?id=51953

--- Comment #20 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-10-15 
03:02:36 UTC ---
(In reply to comment #19)
>       <param-value>$127.0.0.1</param-value>
> Of course, the regex is invalid. BUT THE CONTEXT RELOADS!!

The regex is valid. There is nothing syntactically wrong with it. It just does
not match anything (because you expect some text after the end of string).

<%= java.util.regex.Pattern.compile("$127.0.0.1") %>
compiles successfully without any exceptions.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to