You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2015/11/10 20:26:11 UTC

[jira] [Resolved] (AXIS2-5733) Space at end tag is now removed

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

Andreas Veithen resolved AXIS2-5733.
------------------------------------
    Resolution: Invalid

Both responses are semantically identical. Therefore there is no reason for Axis2 to make this configurable.

Axis2 ultimately uses StAX to serialize XML messages. What changed between 1.6.2 and 1.6.3 is the version of the StAX implementation (Woodstox) being used. By downgrading Woodstox to the version used in 1.6.2 you may be able to get the desired behavior.

> Space at end tag is now removed
> -------------------------------
>
>                 Key: AXIS2-5733
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5733
>             Project: Axis2
>          Issue Type: Test
>          Components: kernel
>    Affects Versions: 1.6.3
>            Reporter: Lulseged Zerfu
>
> Hi
>  We were using axis2 1.6.2 and now we have upgraded to 1.6.3. In 1.6.3, space at end tag are now removed.
> axis 1.6.2 and previous
>  <LogoutResponse xmlns="http://schemas.axis.com/cai3g1.2/" />
> axis 1.6.3
>  <LogoutResponse xmlns="http://schemas.axis.com/cai3g1.2/"/>
> Is this configurable in axis? I want to have a space at the end.
> BR
> Lulseged



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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