Mantis - Resin
Viewing Issue Advanced Details
3499 minor always 05-09-09 19:49 05-26-09 09:06
voodude  
ferg  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.1  
0003499: com.caucho.security.IfRole missing
The docs for security describe stuff like this:

<sec:Allow url-pattern="/secure/*">
    <sec:IfRole name="*"/>
 </sec:Allow>

However, deployment produces:

[09-05-09 19:42:58.751] {main} WEB-INF/resin-web.xml:18: 'QName[sec:{urn:java:com.caucho.security}IfRole]' cannot be instantiated because it does not map to a known class

...and sure enough, there is no com/caucho/security/IfRole in resin.jar.

Notes
(0004031)
ferg   
05-26-09 09:06   
documentation error from early 4.0 design of security.