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 2013/12/03 13:45:25 UTC

[Bug 55837] ServletContext.getRealPath() returns null

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

Chuck Caldarale <ch...@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 <ch...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org