POST to something/* works but not something/*.html
--------------------------------------------------
Key: SLING-343
URL: https://issues.apache.org/jira/browse/SLING-343
Project: Sling
Issue Type: Bug
Reporter: Bertrand Delacretaz
Priority: Minor
curl -F title=buzz http://admin:[EMAIL PROTECTED]:7402/foo/*
works, but not
curl -F title=buzz http://admin:[EMAIL PROTECTED]:7402/foo/*.html
There's no real reason to use the second form, but that can happen when using
client-side javascript code to setup forms, so accepting this is more robust.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.