[Bug 55837] ServletContext.getRealPath() returns null

2014-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #10 from Jo Desmet --- Just tested this in 8.0.3 log.info("Path3: "+request.getRealPath("/")); // Works log.info("Path4: "+request.getRealPath("\\")); // returns null!! log.info("Path2: "+request.getRealPath(F

[Bug 55837] ServletContext.getRealPath() returns null

2014-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #9 from Mark Thomas --- (In reply to Mitch Kyle from comment #8) > (In reply to Mark Thomas from comment #4) > > Thanks for the report. This has been fixed in 8.0.x and will be included in > > 8.0.0-RC6 onwards. > > I'm still s

[Bug 55837] ServletContext.getRealPath() returns null

2014-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #8 from Mitch Kyle --- (In reply to Mark Thomas from comment #4) > Thanks for the report. This has been fixed in 8.0.x and will be included in > 8.0.0-RC6 onwards. I'm still seeing this in 8.0.5. Could I get an update? -- You

[Bug 55837] ServletContext.getRealPath() returns null

2014-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #7 from Mark Thomas --- (In reply to Patrick Mi from comment #6) > Should the method return the CanonicalPath or AbsolutePath? > > I used this method in Tomcat 4 and it returned AbsolutePath and now I found > that it returns Ca

[Bug 55837] ServletContext.getRealPath() returns null

2014-02-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #6 from Patrick Mi --- Should the method return the CanonicalPath or AbsolutePath? I used this method in Tomcat 4 and it returned AbsolutePath and now I found that it returns CanonicalPath which means the I couldn't locate my f

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #5 from Christopher Schultz --- Here come the complaints that getRealPath returns bogus paths... -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #3 from Mark Thomas --- The short version is that this should return a file (that doesn't exist) in this case. The long version is that this is just about defined in the Servlet specification but only tenuously. The use of vir

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 oschina.net changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---