You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Oliver Wulff (Created) (JIRA)" <ji...@apache.org> on 2012/01/31 09:44:10 UTC

[jira] [Created] (CXF-4078) SecurityContextToken Identifier value not an absolute URI

SecurityContextToken Identifier value not an absolute URI
---------------------------------------------------------

                 Key: CXF-4078
                 URL: https://issues.apache.org/jira/browse/CXF-4078
             Project: CXF
          Issue Type: Bug
          Components: Services
    Affects Versions: 2.5.2
            Reporter: Oliver Wulff
            Assignee: Oliver Wulff
             Fix For: 2.5.3


The issued security context token contains an invalid value for the Identifier element:

<wsc:SecurityContextToken wsu:Id="sctId-2AC71332E5480B287913279981488202" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <wsc:Identifier>2AC71332E5480B287913279981488201</wsc:Identifier>
</wsc:SecurityContextToken>

Add a property to the SCTProvider to configure the scheme of the URI. Default could be uuid:

   <wsc:Identifier>uuid:2AC71332E5480B287913279981488201</wsc:Identifier>


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

        

[jira] [Resolved] (CXF-4078) SecurityContextToken Identifier value not an absolute URI

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

Colm O hEigeartaigh resolved CXF-4078.
--------------------------------------

    Resolution: Fixed
    
> SecurityContextToken Identifier value not an absolute URI
> ---------------------------------------------------------
>
>                 Key: CXF-4078
>                 URL: https://issues.apache.org/jira/browse/CXF-4078
>             Project: CXF
>          Issue Type: Bug
>          Components: Services
>    Affects Versions: 2.5.2
>            Reporter: Oliver Wulff
>            Assignee: Oliver Wulff
>             Fix For: 2.5.3
>
>
> The issued security context token contains an invalid value for the Identifier element:
> <wsc:SecurityContextToken wsu:Id="sctId-2AC71332E5480B287913279981488202" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
>    <wsc:Identifier>2AC71332E5480B287913279981488201</wsc:Identifier>
> </wsc:SecurityContextToken>
> Add a property to the SCTProvider to configure the scheme of the URI. Default could be uuid:
>    <wsc:Identifier>uuid:2AC71332E5480B287913279981488201</wsc:Identifier>

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

        

[jira] [Commented] (CXF-4078) SecurityContextToken Identifier value not an absolute URI

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

Colm O hEigeartaigh commented on CXF-4078:
------------------------------------------


Fixed the first problem in WSS4J (invalid value for Identifier):

URL: http://svn.apache.org/viewvc?rev=1238661&view=rev
Log:
Make SecurityContextToken Identifier be an absolute URI

Colm.
                
> SecurityContextToken Identifier value not an absolute URI
> ---------------------------------------------------------
>
>                 Key: CXF-4078
>                 URL: https://issues.apache.org/jira/browse/CXF-4078
>             Project: CXF
>          Issue Type: Bug
>          Components: Services
>    Affects Versions: 2.5.2
>            Reporter: Oliver Wulff
>            Assignee: Oliver Wulff
>             Fix For: 2.5.3
>
>
> The issued security context token contains an invalid value for the Identifier element:
> <wsc:SecurityContextToken wsu:Id="sctId-2AC71332E5480B287913279981488202" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
>    <wsc:Identifier>2AC71332E5480B287913279981488201</wsc:Identifier>
> </wsc:SecurityContextToken>
> Add a property to the SCTProvider to configure the scheme of the URI. Default could be uuid:
>    <wsc:Identifier>uuid:2AC71332E5480B287913279981488201</wsc:Identifier>

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