DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37555>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37555

           Summary: [PATCH] PUT request is not content-less.
           Product: Lenya
           Version: 1.4
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Bitflux Integration
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Saving a document within bxe triggers a put request that is handled in the
usecase-bxe.xmap sitemap. The pipeline processed saves the file with the
SourceWritingTransformer and serializes the output with a status code 204. The
http spec states that sending a status code 204 has to be content-less. The
serialization of the xml processed while saving violates the spec.
Unfortunately, Firefox displays garbage data (bug?) if a status code 204 is
returned with content.

The patch replaces the SourceWritingTransformer with a flow approach that uses
the processPipelineTo() method of the cocoon flow object. When exiting the flow
a plain status code is sent back to the browser.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to