You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "Lukas JOSEFIK (JIRA)" <ji...@apache.org> on 2008/03/10 11:39:46 UTC

[jira] Created: (RAMPARTC-80) axiom_soap_header_block_set_attribute duplicate namespace creation

axiom_soap_header_block_set_attribute duplicate namespace creation
------------------------------------------------------------------

                 Key: RAMPARTC-80
                 URL: https://issues.apache.org/jira/browse/RAMPARTC-80
             Project: Rampart/C
          Issue Type: Improvement
          Components: OMXMLSecurity
    Affects Versions: 1.2.0
            Reporter: Lukas JOSEFIK
            Assignee: Malinda Kaushalye Kapuruge


axiom_soap_header_block_set_attribute creates new attribute for mustUnderstand and declare soap envelope namespace if parent has another prefix and the result follows:
 <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <SOAP-ENV:Header>
 <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">


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


[jira] Closed: (RAMPARTC-80) axiom_soap_header_block_set_attribute duplicate namespace creation

Posted by "Lukas JOSEFIK (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPARTC-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas JOSEFIK closed RAMPARTC-80.
---------------------------------

    Resolution: Duplicate

https://issues.apache.org/jira/browse/AXIS2C-1048

> axiom_soap_header_block_set_attribute duplicate namespace creation
> ------------------------------------------------------------------
>
>                 Key: RAMPARTC-80
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-80
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.2.0
>            Reporter: Lukas JOSEFIK
>            Assignee: Malinda Kaushalye Kapuruge
>
> axiom_soap_header_block_set_attribute creates new attribute for mustUnderstand and declare soap envelope namespace if parent has another prefix and the result follows:
>  <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>  <SOAP-ENV:Header>
>  <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

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


[jira] Commented: (RAMPARTC-80) axiom_soap_header_block_set_attribute duplicate namespace creation

Posted by "Lukas JOSEFIK (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAMPARTC-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576950#action_12576950 ] 

Lukas JOSEFIK commented on RAMPARTC-80:
---------------------------------------

opened as
https://issues.apache.org/jira/browse/AXIS2C-1048

> axiom_soap_header_block_set_attribute duplicate namespace creation
> ------------------------------------------------------------------
>
>                 Key: RAMPARTC-80
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-80
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.2.0
>            Reporter: Lukas JOSEFIK
>            Assignee: Malinda Kaushalye Kapuruge
>
> axiom_soap_header_block_set_attribute creates new attribute for mustUnderstand and declare soap envelope namespace if parent has another prefix and the result follows:
>  <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>  <SOAP-ENV:Header>
>  <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

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


[jira] Commented: (RAMPARTC-80) axiom_soap_header_block_set_attribute duplicate namespace creation

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAMPARTC-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576947#action_12576947 ] 

S.Uthaiyashankar commented on RAMPARTC-80:
------------------------------------------

Hi Lukas, 

This issue is related to Axiom. Fix for this issue should go as part of Axis2/C. So, it is better to create this issue in Axis2/C jira (https://issues.apache.org/jira/browse/AXIS2C). Can you create the issue there. 

Thankyou very much

Shankar.

> axiom_soap_header_block_set_attribute duplicate namespace creation
> ------------------------------------------------------------------
>
>                 Key: RAMPARTC-80
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-80
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.2.0
>            Reporter: Lukas JOSEFIK
>            Assignee: Malinda Kaushalye Kapuruge
>
> axiom_soap_header_block_set_attribute creates new attribute for mustUnderstand and declare soap envelope namespace if parent has another prefix and the result follows:
>  <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>  <SOAP-ENV:Header>
>  <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

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