https://issues.apache.org/bugzilla/show_bug.cgi?id=55837
Chuck Caldarale <chuck.caldar...@unisys.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|ServletContext.getReadPath |ServletContext.getRealPath( |return null |) returns null OS| |All Severity|critical |normal --- Comment #1 from Chuck Caldarale <chuck.caldar...@unisys.com> --- (In reply to oschina.net from comment #0) > if no file or folder named '/test' exist in webroot > then path return null The container is under no obligation to return anything other than null for getRealPath(). Read the doc for the API: "This method returns null if the servlet container cannot translate the virtual path to a real path for any reason (such as when the content is being made available from a .war archive)." -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org