You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jonathan Miller (JIRA)" <ji...@apache.org> on 2008/10/07 22:28:44 UTC

[jira] Created: (CXF-1846) Attribute namespaces added in handler are not preserved after processing by interceptors

Attribute namespaces added in handler are not preserved after processing by interceptors
----------------------------------------------------------------------------------------

                 Key: CXF-1846
                 URL: https://issues.apache.org/jira/browse/CXF-1846
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.1.2
            Reporter: Jonathan Miller


Debugging the issue, I found that StaxUtils' writeStartElement(...) method does not appear to handle attribute namespaces correctly.  I have attached a patch which seems to fix this.

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


[jira] Resolved: (CXF-1846) Attribute namespaces added in handler are not preserved after processing by interceptors

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

Daniel Kulp resolved CXF-1846.
------------------------------

    Resolution: Won't Fix


As per:
http://www.nabble.com/Handler-->-Interceptor-Namespace-Removal-to19805539.html#a19977225

This is a bug in the Axis SAAJ implementation and not CXF.

> Attribute namespaces added in handler are not preserved after processing by interceptors
> ----------------------------------------------------------------------------------------
>
>                 Key: CXF-1846
>                 URL: https://issues.apache.org/jira/browse/CXF-1846
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.2
>            Reporter: Jonathan Miller
>         Attachments: patch.txt
>
>
> Debugging the issue, I found that StaxUtils' writeStartElement(...) method does not appear to handle attribute namespaces correctly.  I have attached a patch which seems to fix this.

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


[jira] Updated: (CXF-1846) Attribute namespaces added in handler are not preserved after processing by interceptors

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

Jonathan Miller updated CXF-1846:
---------------------------------

    Attachment: patch.txt

> Attribute namespaces added in handler are not preserved after processing by interceptors
> ----------------------------------------------------------------------------------------
>
>                 Key: CXF-1846
>                 URL: https://issues.apache.org/jira/browse/CXF-1846
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.2
>            Reporter: Jonathan Miller
>         Attachments: patch.txt
>
>
> Debugging the issue, I found that StaxUtils' writeStartElement(...) method does not appear to handle attribute namespaces correctly.  I have attached a patch which seems to fix this.

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