https://bz.apache.org/bugzilla/show_bug.cgi?id=57136

Chatellier <chatell...@codelutin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #11 from Chatellier <chatell...@codelutin.com> ---
Hi,

I think we are experiencing a regression on this.

We are using regular expression pattern with angularJs in our JSPs.
As doc says:
"Only when the EL is enabled for a page (see Section JSP.3.3.2, “Deactivating
EL Evaluation”), a literal $ can be quoted by \$, and a literal # can be quoted
by \#. This is not required but is useful for quoting EL expressions.

So we are using following source code:
ng-pattern="/^([1-9]+)\$/"

this should be replaced by JSP parser with:
ng-pattern="/^([1-9]+)$/"

But, this your fix, the code stay as this client side:
ng-pattern="/^([1-9]+)\$/"

So, according to spec, this seems to be a regression.

-- 
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