dgaudet 97/06/28 15:06:24
Modified: src Tag: APACHE_1_2_X CHANGES Log: PR#353: fix problem with symlink -> directory with .htaccess disallowing symlinks. This fix was inadvertantly committed to http_request.c a few days ago. Reviewed by: Brian Revision Changes Path No revision No revision 1.286.2.17 +5 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.286.2.16 retrieving revision 1.286.2.17 diff -C3 -r1.286.2.16 -r1.286.2.17 *** CHANGES 1997/06/28 22:01:41 1.286.2.16 --- CHANGES 1997/06/28 22:06:22 1.286.2.17 *************** *** 20,25 **** --- 20,30 ---- for the net if we require people that actually need this data to enable it. [Linus Torvalds] + *) CONFIG: If a symlink pointed to a directory then it would be disallowed + if it contained a .htaccess disallowing symlinks. This is contrary + to the rule that symlink permissions are tested with the symlink + options of the parent directory. [Dean Gaudet] PR#353 + *) QUERY_STRING was unescaped in mod_include, it shouldn't be. [Dean Gaudet] PR#644