[
https://issues.apache.org/jira/browse/CXF-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602977#action_12602977
]
Sergey Beryozkin commented on CXF-1634:
---------------------------------------
Thanks for supplying a patch. I'll incorporate it into my 'big' patch I'll
attempt to commit at 21/22 June.
Couple of comments :
1. I'll most likely move XMLbeans and Atom providers (those not required by the
spec) out of the default list and into a sererate extensions package.
2. On the temp file thing : I think it's very reasonable to use a temp file for
large requests/responses.
Still, would it make sense to check for a Content-Length header in readFrom()
and if it's less than say 8K or 16K then use an in memory buffer ? If you agree
then you may consider enhancing it after my commit as at the trunk the runtime
passes null for the headers parameter....
> Add XMLBean data provider to JAX-RS front end
> ---------------------------------------------
>
> Key: CXF-1634
> URL: https://issues.apache.org/jira/browse/CXF-1634
> Project: CXF
> Issue Type: Improvement
> Components: REST
> Affects Versions: 2.1
> Reporter: Brad Moody
> Priority: Minor
> Attachments: jaxrsXmlBeans.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.