https://bz.apache.org/bugzilla/show_bug.cgi?id=64167

            Bug ID: 64167
           Summary: Step Strips Parent and This Elements from the URI does
                    more than written in documentation
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

In developer documentation on request processing,
http://httpd.apache.org/docs/2.4/developer/request.html phase two, step two -
Strips Parent and This Elements from the URI - is described as stripping /./
and /../ elements, but actual code of ap_getparents()
https://github.com/apache/httpd/blob/trunk/server/util.c#L498-L563 also removes
trailing dot /. and trailing double dot /..

It should be nmoted in documentation. Possibly with reference to RFC 1808 from
comments in the code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to