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 2002/06/06 01:54:01 UTC

DO NOT REPLY [Bug 7319] - codeBase in catalina.policy broken with jars

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=7319>.
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=7319

codeBase in catalina.policy broken with jars

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Enhancement
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From remm@apache.org  2002-06-05 23:54 -------
4.0.x uses URLs prefixed with jar:file: for the JAR codeBases, so your
declarations won't work.
4.1.x use more conventional file URLs for codeBases (indentical to those used by
the URL classloader), so the URLs you mention in your examples would work better.

I mark the bug as enhancement, sonce I am convinced it works fine when using the
right URLs (although it is not very convinient at all).

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>