You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2012/11/30 18:07:58 UTC

[jira] [Commented] (CXF-4546) @XMLInstruction

    [ https://issues.apache.org/jira/browse/CXF-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507454#comment-13507454 ] 

Sergey Beryozkin commented on CXF-4546:
---------------------------------------

Will deal with the parsing issue
                
> @XMLInstruction
> ---------------
>
>                 Key: CXF-4546
>                 URL: https://issues.apache.org/jira/browse/CXF-4546
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.6.2
>            Reporter: Glen Mazza
>            Priority: Minor
>
> org.apache.cxf.jaxrs.ext.xml.XMLInstruction doesn't seem to handle stray white space particularly well:
> @XMLInstruction("<?xml-stylesheet type='text/xsl' href='foobar.xsl'?>")
> works fine (outputs as <?xml-stylesheet type='text/xsl' href='http://localhost:9998/foobar.xsl'?>), but:
> @XMLInstruction("<?xml-stylesheet type='text/xsl' href='foobar.xsl' ?>")
> (w/stray space between ending apostrophe and ending ?)
> outputs as:
> <?xml-stylesheet type='text/xsl' href='http://localhost:9998/foobar.xsl''?>
> (erroneous double apostrophe at the very end).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira