You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/05/18 08:37:32 UTC

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

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

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
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 it fails
http://localhost:8080/examples/jsp/jsp2/el/basic+arithmetic.jsp
[[[
java.lang.IllegalArgumentException: Negative time
    java.io.File.setLastModified(File.java:1258)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:376)
]]]

-- 
You are receiving this mail because:
You are the assignee for the bug.