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 2016/10/05 10:58:11 UTC

[Bug 60087] Bouncy Castle in WEB-INF/lib not working on Tomcat 8 when unpackWars=false

https://bz.apache.org/bugzilla/show_bug.cgi?id=60087

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
This has been fixed in the following branches:
- 9.0.x for 9.0.0.M11 onwards
- 8.5.x for 8.5.6 onwards
- 8.0.x for 8.0.38 onwards

7.0.x and earlier versions were not affected.

Fixing this required refactoring of the web resources handling to use the
Tomcat specific 'war:file:...' URL protocol to refer to WAR files and their
contents rather than the standard 'jar:file:...' form. A side-effect of the
refactoring is that when using packed WARs, it is now possible to reference a
WAR and/or specific JARs within a WAR in the security policy file used when
running under a SecurityManager.

-- 
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