You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (JIRA)" <ji...@apache.org> on 2013/07/11 14:59:49 UTC

[jira] [Created] (TS-2024) HTTP Violation: proxies MUST handle 65536byte-long URIs

Igor Galić created TS-2024:
------------------------------

             Summary: HTTP Violation: proxies MUST handle 65536byte-long URIs
                 Key: TS-2024
                 URL: https://issues.apache.org/jira/browse/TS-2024
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP
            Reporter: Igor Galić


citing the RFC:
{quote}
   The HTTP protocol does not place any a priori limit on the length of
   a URI. Servers MUST be able to handle the URI of any resource they
   serve, and SHOULD be able to handle URIs of unbounded length if they
   provide GET-based forms that could generate such URIs. A server
   SHOULD return 414 (Request-URI Too Long) status if a URI is longer
   than the server can handle (see section 10.4.15).

      Note: Servers ought to be cautious about depending on URI lengths
      above 255 bytes, because some older client or proxy
      implementations might not properly support these lengths.
{quote}

CoAdvisor recommends 65k

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