[Bug 56890] getRealPath returns null

2020-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56890 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 56890] getRealPath returns null

2020-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56890 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #9 from Mark Thomas ---

[Bug 56890] getRealPath returns null

2020-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #8 from Mark Thomas --- Updating the location again: https://github.com/eclipse-ee4j/servlet-api/issues/105 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56890] getRealPath returns null

2020-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56890 Mark Thomas changed: What|Removed |Added CC|e.barg0...@icloud.com | Status|NEW

[Bug 56890] getRealPath returns null

2020-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56890 Ebarg changed: What|Removed |Added CC||e.barg0...@icloud.com Status|NEEDI

[Bug 56890] getRealPath returns null

2017-05-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #7 from Mark Thomas --- Updated location for the Servlet-spec issue. https://github.com/javaee/servlet-spec/issues/105 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56890] getRealPath returns null

2014-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 James Velasco changed: What|Removed |Added Hardware|PC |All OS|Linux

[Bug 56890] getRealPath returns null

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #6 from Mark Thomas --- https://java.net/jira/browse/SERVLET_SPEC-105 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

[Bug 56890] getRealPath returns null

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Mark Th

[Bug 56890] getRealPath returns null

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #4 from Remy Maucherat --- +1 for invalid. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr..

[Bug 56890] getRealPath returns null

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #3 from f.bant...@axon-e.de --- I have no strong opinion on this. Just a few thoughts: 1. getResource() is fundamental different to getRealPath(). Above all getResource( "/in_war/something" ) would return data whereas getRealPat

[Bug 56890] getRealPath returns null

2014-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #2 from Mark Thomas --- I'm leaning towards resolving this as invalid. While the spec and the Javadoc could be clearer, it seems pretty obvious that a 'virtual path' is 'servletPath + pathInfo' along the lines of section 3.5 of

[Bug 56890] getRealPath returns null

2014-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #1 from Konstantin Kolinko --- Resource paths are expected to start with a "/" (per javadoc of ServletContext.getResource()). [1] The behaviour in Tomcat 8 is caused by a more strict underlying Resources implementation. That s