https://issues.apache.org/bugzilla/show_bug.cgi?id=56334
--- Comment #17 from Konstantin Kolinko <knst.koli...@gmail.com> --- (In reply to Markus from comment #15) > But this throws an Exception during JSP compiling: > > <set data-content="${fn:contains(some_value, '\\?resize=.+')}" /> > If I remove whitespace after ",", it works successfully. The following works: <set data-content="${fn:contains(some_value,'\\?resize=.+')}" /> -- 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