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:09:24 UTC

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

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: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.


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

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz updated SLING-343:
--------------------------------------

    Component/s: ujax

> 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.


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

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated SLING-343:
------------------------------------

    Fix Version/s: 2.0.0
         Assignee: Bertrand Delacretaz

> 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
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: 2.0.0
>
>
>  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.


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

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582965#action_12582965 ] 

Felix Meschberger commented on SLING-343:
-----------------------------------------

This can probably be closed as everything runs smoothly also with SLING-344 and SLING-345 fixed.

> 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
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: 2.0.0
>
>
>  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.