You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Colm O hEigeartaigh (Created) (JIRA)" <ji...@apache.org> on 2012/03/09 12:54:57 UTC

[jira] [Created] (WSS-372) Add stricter enforcement of required policy elements as added to CXF.

Add stricter enforcement of required policy elements as added to CXF.
---------------------------------------------------------------------

                 Key: WSS-372
                 URL: https://issues.apache.org/jira/browse/WSS-372
             Project: WSS4J
          Issue Type: Sub-task
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 2.0



 Add stricter enforcement of required policy elements as added to CXF.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Commented] (WSS-372) Add stricter enforcement of required policy elements as added to CXF.

Posted by "Colm O hEigeartaigh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227401#comment-13227401 ] 

Colm O hEigeartaigh commented on WSS-372:
-----------------------------------------

See updated project description.

Colm.
                
> Add stricter enforcement of required policy elements as added to CXF.
> ---------------------------------------------------------------------
>
>                 Key: WSS-372
>                 URL: https://issues.apache.org/jira/browse/WSS-372
>             Project: WSS4J
>          Issue Type: Sub-task
>            Reporter: Colm O hEigeartaigh
>            Assignee: Marc Giger
>             Fix For: 2.0
>
>
> Add stricter enforcement of required policy elements as added to CXF. This may already be in place in the streaming code. See the following commit:
> http://svn.apache.org/viewvc?view=revision&revision=1244451
> It essentially enforces stricter checks on the validity of the SecurityPolicy. For example, it enforces that "sp:UsernameToken/wsp:Policy" must be present, and that "sp:SymmetricBinding must specify at least one alternative".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Resolved] (WSS-372) Add stricter enforcement of required policy elements as added to CXF.

Posted by "Marc Giger (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Giger resolved WSS-372.
----------------------------

    Resolution: Fixed

Fixed in r1306723
                
> Add stricter enforcement of required policy elements as added to CXF.
> ---------------------------------------------------------------------
>
>                 Key: WSS-372
>                 URL: https://issues.apache.org/jira/browse/WSS-372
>             Project: WSS4J
>          Issue Type: Sub-task
>            Reporter: Colm O hEigeartaigh
>            Assignee: Marc Giger
>             Fix For: 2.0
>
>
> Add stricter enforcement of required policy elements as added to CXF. This may already be in place in the streaming code. See the following commit:
> http://svn.apache.org/viewvc?view=revision&revision=1244451
> It essentially enforces stricter checks on the validity of the SecurityPolicy. For example, it enforces that "sp:UsernameToken/wsp:Policy" must be present, and that "sp:SymmetricBinding must specify at least one alternative".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Commented] (WSS-372) Add stricter enforcement of required policy elements as added to CXF.

Posted by "Marc Giger (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227092#comment-13227092 ] 

Marc Giger commented on WSS-372:
--------------------------------

Colm, could you please explain this issue a little bit more precise? Sample?
                
> Add stricter enforcement of required policy elements as added to CXF.
> ---------------------------------------------------------------------
>
>                 Key: WSS-372
>                 URL: https://issues.apache.org/jira/browse/WSS-372
>             Project: WSS4J
>          Issue Type: Sub-task
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.0
>
>
>  Add stricter enforcement of required policy elements as added to CXF.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Updated] (WSS-372) Add stricter enforcement of required policy elements as added to CXF.

Posted by "Colm O hEigeartaigh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated WSS-372:
------------------------------------

    Description: 

Add stricter enforcement of required policy elements as added to CXF. This may already be in place in the streaming code. See the following commit:

http://svn.apache.org/viewvc?view=revision&revision=1244451

It essentially enforces stricter checks on the validity of the SecurityPolicy. For example, it enforces that "sp:UsernameToken/wsp:Policy" must be present, and that "sp:SymmetricBinding must specify at least one alternative".

  was:

 Add stricter enforcement of required policy elements as added to CXF.

    
> Add stricter enforcement of required policy elements as added to CXF.
> ---------------------------------------------------------------------
>
>                 Key: WSS-372
>                 URL: https://issues.apache.org/jira/browse/WSS-372
>             Project: WSS4J
>          Issue Type: Sub-task
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.0
>
>
> Add stricter enforcement of required policy elements as added to CXF. This may already be in place in the streaming code. See the following commit:
> http://svn.apache.org/viewvc?view=revision&revision=1244451
> It essentially enforces stricter checks on the validity of the SecurityPolicy. For example, it enforces that "sp:UsernameToken/wsp:Policy" must be present, and that "sp:SymmetricBinding must specify at least one alternative".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Assigned] (WSS-372) Add stricter enforcement of required policy elements as added to CXF.

Posted by "Colm O hEigeartaigh (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh reassigned WSS-372:
---------------------------------------

    Assignee: Marc Giger  (was: Colm O hEigeartaigh)
    
> Add stricter enforcement of required policy elements as added to CXF.
> ---------------------------------------------------------------------
>
>                 Key: WSS-372
>                 URL: https://issues.apache.org/jira/browse/WSS-372
>             Project: WSS4J
>          Issue Type: Sub-task
>            Reporter: Colm O hEigeartaigh
>            Assignee: Marc Giger
>             Fix For: 2.0
>
>
> Add stricter enforcement of required policy elements as added to CXF. This may already be in place in the streaming code. See the following commit:
> http://svn.apache.org/viewvc?view=revision&revision=1244451
> It essentially enforces stricter checks on the validity of the SecurityPolicy. For example, it enforces that "sp:UsernameToken/wsp:Policy" must be present, and that "sp:SymmetricBinding must specify at least one alternative".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org