DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43679>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43679

           Summary: Contributed tests for checking that subrequests take
                    into account directives found in .htaccess,
                    <LocationMatch>, and <Directory>
           Product: Apache httpd-2
           Version: 2.2.6
          Platform: PC
               URL: http://mail-archives.apache.org/mod_mbox/httpd-
                    dev/200710.mbox/[EMAIL PROTECTED]
                    alpes.fr%3e
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I'm resubmitting this contribution, originally sent to the apache-dev mailing 
list. At least bugzilla keeps a record :)

These tests check that the directives inside <LocationMatch>, 
<Directory> sections as well as .htaccess are taken into
account when processing internal subrequests. The test
case consists in using AddCharset to add a bogus charset in the
configuration and using conneg to trigger a subrequest. e.g.,

       <LocationMatch  "^/apache/subrequests/location_override/">
          Options +MultiViews
          AddCharset bogus .bc
       </LocationMatch>

Although there are six tests, only test four fails when
PR 41960 is not applied. I added the extra five just to make 
sure the flaw won't appear in the other sections.

You will find here attached a diff file against the svn trunk version
of the perl test framework.

Feel free to request further changes.

-jose

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to