You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "John Speidel (JIRA)" <ji...@apache.org> on 2013/02/12 20:07:12 UTC

[jira] [Created] (AMBARI-1406) Provide API support for including query string in http message body

John Speidel created AMBARI-1406:
------------------------------------

             Summary: Provide API support for including query string in http message body
                 Key: AMBARI-1406
                 URL: https://issues.apache.org/jira/browse/AMBARI-1406
             Project: Ambari
          Issue Type: Sub-task
            Reporter: John Speidel
            Assignee: John Speidel
             Fix For: 1.3.0


For some requests the query string can be very long due to query predicates and partial response fields.  This can result in a query string that exceeds the default web server limit.  In Jetty, this appears to be ~4000 characters.  As a result, some UI requests have been split into multiple requests.

To avoid this issue, the API should support inclusion of the query string in the http body of the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira