[
https://issues.apache.org/jira/browse/CXF-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951799#comment-13951799
]
Vjacheslav Borisov commented on CXF-5644:
-----------------------------------------
And there always "Fly in the ointment"
The only invalid Accept we seen is header of Android 2.x browser (this header
also have Safari 4 which can do xslt tranformation by self)
"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"
It says that it is accepting application/xml, but actually in case of Android
2.x - not.
So we "filtered out" application/xml from this if Accept header is equals
"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"
> Introduce XSLTTransform annotation to support server-side transformations
> -------------------------------------------------------------------------
>
> Key: CXF-5644
> URL: https://issues.apache.org/jira/browse/CXF-5644
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Reporter: Sergey Beryozkin
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)