[Bug 53257] getLastModified() of compilation context returns negative number

2012-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53257 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53257] getLastModified() of compilation context returns negative number

2012-05-31 Thread bugzilla
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

[Bug 53257] getLastModified() of compilation context returns negative number

2012-05-18 Thread bugzilla
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

[Bug 53257] getLastModified() of compilation context returns negative number

2012-05-18 Thread bugzilla
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

[Bug 53257] getLastModified() of compilation context returns negative number

2012-05-17 Thread bugzilla
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