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 2001/09/25 06:27:00 UTC

DO NOT REPLY [Bug 3803] - Contexts with subdirectories fail to run

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3803

Contexts with subdirectories fail to run

Larry.Isaacs@sas.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Larry.Isaacs@sas.com  2001-09-24 21:26 -------
The problem is that URLClassLoader has problems with directory names containing
%2F, or possibly encoded characters in general.  As a result, it would return
null when getResourceAsStream() was called open a stream to the class file.

The fix appears in the current 3.3 nightly and will be included in RC2.  Reopen
if you still have problems.

Thanks for the bug report.