Re: Jose's recent location test/failures

2007-10-01 Thread Jose Kahan
Hello, Here's my second take at submitting these tests. Following Bill's comments, I did some changes to remove the ambiguity. These tests check that the directives inside LocationMatch, Directory sections as well as .htaccess are taken into account when processing internal subrequests. The

Jose's recent location test/failures

2007-09-26 Thread William A. Rowe, Jr.
Jose wrote Re. New test: subrequests and content negotiation on Fri, 10 Aug 2007 03:44:49 -0700 The test consists on overloading the charset to utf-8: AddType text/html; charset=utf-8html/htm I believe the mistaken assumption is that charset can be used in this way. AddCharset

Re: Jose's recent location test/failures

2007-09-26 Thread Jose Kahan
Hello Bill, Thanks for your reply. On Wed, Sep 26, 2007 at 02:05:26PM -0500, William A. Rowe, Jr. wrote: I believe the mistaken assumption is that charset can be used in this way. AddCharset should be used in this case. If no AddCharset is applied, AddDefaultCharset takes over.