You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.com> on 1997/01/12 01:40:25 UTC

cvs commit: apache/src http_request.c

randy       97/01/11 16:40:23

  Branch:      src       RELEASE_1_1_X
  Modified:    src       http_request.c
  Log:
  Fix a problem in get_path_info() which would allow a very long URL with
  many '/' characters to convince the server to return an index for the
  DocumentRoot. Properly check errno for stat().
  Reviewed by: Randy Terbush, Ben Laurie
  Submitted by: Marc Slemko
  
  Revision  Changes    Path
  1.11.2.1  +16 -4     apache/src/http_request.c