You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2005/11/18 11:32:22 UTC

DO NOT REPLY [Bug 37555] New: - [PATCH] PUT request is not content-less.

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: dev@lenya.apache.org
        ReportedBy: felix.roethenbacher@wyona.com


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: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org