https://issues.apache.org/bugzilla/show_bug.cgi?id=53257
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53257
--- Comment #4 from Mark Thomas ---
(In reply to comment #3)
> Conversion of string -> URL is performed via a call to
> ServletContext.getResource(path).
>
> I have some trouble understanding whether ServletContext API operates on
> urlenc
https://issues.apache.org/bugzilla/show_bug.cgi?id=53257
--- Comment #3 from Konstantin Kolinko ---
Conversion of string -> URL is performed via a call to
ServletContext.getResource(path).
I have some trouble understanding whether ServletContext API operates on
urlencoded on non-urlencoded paths
https://issues.apache.org/bugzilla/show_bug.cgi?id=53257
--- Comment #2 from Konstantin Kolinko ---
To determine the file date Compiler class calls
JspCompilationContext#getLastModified(String resource)
where in my example the resource value is
'/jsp/jsp2/el/basic+arithmetic.jsp'
It calls some m
https://issues.apache.org/bugzilla/show_bug.cgi?id=53257
--- Comment #1 from Konstantin Kolinko ---
Confirmed, with 7.0.x built 2012-05-13.
E.g. in examples webapp rename
webapps\examples\jsp\jsp2\el\basic-arithmetic.jsp
into
webapps\examples\jsp\jsp2\el\basic+arithmetic.jsp
Trying to access