bgservlets extension fails with multipart form requests
-------------------------------------------------------

                 Key: SLING-1853
                 URL: https://issues.apache.org/jira/browse/SLING-1853
             Project: Sling
          Issue Type: Bug
          Components: Extensions
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz
            Priority: Minor


curl -F title=foo2 -Fsling:bg=true "http://admin:ad...@localhost:8080/foo";

fails, but

curl -X POST "http://admin:ad...@localhost:8080/foo?sling:bg=true&title=foo3";

succeeds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to