[ https://issues.apache.org/jira/browse/CXF-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13470423#comment-13470423 ]
Glen Mazza commented on CXF-4546: --------------------------------- Also consider providing an ability to suppress expansion of the href attribute, i.e., not adding the http://xxx part. > @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