You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2008/03/26 16:11:25 UTC

[jira] Resolved: (SLING-343) POST to something/* works but not something/*.html

     [ https://issues.apache.org/jira/browse/SLING-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-343.
---------------------------------------

    Resolution: Fixed

Fixed in revision 641346, including additional integration test

> 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
>          Components: ujax
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
>  curl -F title=buzz http://admin:admin@localhost:7402/foo/*
> works, but not
>  curl -F title=buzz http://admin:admin@localhost: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.