Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-343

POST to something/* works but not something/*.html

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3
    • Servlets
    • None

    Description

      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.

      Attachments

        Activity

          People

            bdelacretaz Bertrand Delacretaz
            bdelacretaz Bertrand Delacretaz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: