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

Accept header issues in the Sling POST Servlet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • Servlets Post 2.1.0
    • None
    • Servlets
    • None

    Description

      As of SLING-1336 the Sling POST Servlet can interpret the Accept request header to select what response content type to render.

      Unfortunately that handling seems broken as for an Accept header like (as generated by FireFox with the JSONovich plugin installed) :

      Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8,application/json

      the JSON response might be selected but sometimes also text/html (we can observe both behaviours for different server platforms with our application).

      The Accept header should probably consider equivalent q values (as for text/html and application/json in the example) to solve the tie by selecting the first type list; thus text/html in this example.

      Attachments

        1. SLING-1974.patch
          3 kB
          Felix Meschberger

        Activity

          People

            Unassigned Unassigned
            fmeschbe Felix Meschberger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: