You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2007/05/15 10:13:16 UTC

[jira] Closed: (GERONIMO-3156) Web security parsing can result in wrong unchecked WebResourcePermissions

     [ https://issues.apache.org/jira/browse/GERONIMO-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-3156.
----------------------------------

    Resolution: Fixed

The problems I've found so far are fixed in rev 538086.

> Web security parsing can result in wrong unchecked WebResourcePermissions
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3156
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3156
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security, web
>    Affects Versions: 2.0-M6
>            Reporter: David Jencks
>         Assigned To: David Jencks
>             Fix For: 2.0-M6
>
>
> There are some bugs in HTTPMethods that result in a security constraint like
>     <security-constraint>
>         <web-resource-collection>
>             <web-resource-name>uncheckedtest1</web-resource-name>
>             <url-pattern>/Test</url-pattern>
>         </web-resource-collection>
>         <auth-constraint>
>             <role-name>Admin</role-name>
>         </auth-constraint>
>     </security-constraint>
> turning into an unchecked WebResourcePermission.  This is because HTTPMethods is adding "" as a method and the isNone() method is backwards.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.