Re: How to contribute new tests to the Apache TestSuite?

2007-08-10 Thread Plüm , Rüdiger , VF-Group
-Ursprüngliche Nachricht- Von: Jose Kahan Gesendet: Freitag, 10. August 2007 09:38 An: dev@httpd.apache.org Betreff: How to contribute new tests to the Apache TestSuite? Hi! I've added some tests to your Perl Framework test suite (latest co from svn). These tests cover

Patch (against trunk) for bug #41960

2007-08-10 Thread Jose Kahan
Hi folks, Just a short messsage to tell you that I just uploaded the patch against svn trunk that fixes this bug. Yes, the patch is still needed as the bug is unfortunately still around :-/. Is there any hope of seeing this patch committed? Our internal production server has been working with

Re: Reminder Tag/Roll tomorrow

2007-08-10 Thread Jim Jagielski
On Aug 9, 2007, at 2:50 PM, Jim Jagielski wrote: A reminder that tomorrow I'll be tagging and rolling Apache HTTP 1.3.38, 2.0.60 and 2.2.5 for a potential release on the 14th... As of this time (noon, eastern) both 1.3.38 and 2.0.60 are tagged. Will tag 2.2.5 later on this afternoon and

Re: Patch (against trunk) for bug #41960

2007-08-10 Thread Jim Jagielski
Thanks for the bug report and patch(es). We'll review them after this release... On Aug 10, 2007, at 10:48 AM, Jose Kahan wrote: Hi folks, Just a short messsage to tell you that I just uploaded the patch against svn trunk that fixes this bug. Yes, the patch is still needed as the bug is

Re: Conditional RequestHeader patch not reflected in documentation?

2007-08-10 Thread Joshua Slive
On 8/10/07, Rich Bowen [EMAIL PROTECTED] wrote: Received this query from a friend and colleague: ... I've been working on an issue at work, where we're trying to remove some headers from a (proxied) request. Whilst I was looking for a solution I came across this patch:

RE: 1.3 bugs

2007-08-10 Thread Jan van den Berg
Ok, sounds fair enough. Thanks for looking into it. Cheers, Jan -Oorspronkelijk bericht- Van: Jim Jagielski [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 10 augustus 2007 13:35 Aan: dev@httpd.apache.org Onderwerp: Re: 1.3 bugs OK, this will for sure not be in 2.0.60 or 2.2.5, but I

Re: Conditional RequestHeader patch not reflected in documentation?

2007-08-10 Thread Rich Bowen
Received this query from a friend and colleague: ... I've been working on an issue at work, where we're trying to remove some headers from a (proxied) request. Whilst I was looking for a solution I came across this patch: http://mail-archives.apache.org/mod_mbox/httpd-cvs/200406.mbox/%

RE: Building with Visual Studio 2005

2007-08-10 Thread Steve Hay
I think it is fixed in svn. The changes would be in the *.dsp files, not Makefile.win, and e.g. http://svn.apache.org/repos/asf/httpd/httpd/trunk/httpd.dsp does indeed have manifest stuff in it. So fingers crossed for 2.2.5... Thanks, Steve From: Jorge

Re: 1.3 bugs

2007-08-10 Thread Jim Jagielski
OK, this will for sure not be in 2.0.60 or 2.2.5, but I will add as a backport for 2.0.61 and 2.2.6... On Aug 9, 2007, at 6:34 PM, Jim Jagielski wrote: Let me look at it in the morning... I'm not planning a TR until later on in the afternoon, and I'm east coast anyway :) Jan van den Berg

Re: Building with Visual Studio 2005

2007-08-10 Thread Issac Goldstand
AFAIK it should be fixed. I know it's in the latest win32 apxs already (which is not part of standard win32 httpd release), so I imagine it should be in 2.2.5 too Issac Jorge Schrauwen wrote: It is a know problem... I'm not 100% but I though wrowe fixed it for 2.2.5... so wait after the

Re: Building with Visual Studio 2005

2007-08-10 Thread Jorge Schrauwen
It is a know problem... I'm not 100% but I though wrowe fixed it for 2.2.5... so wait after the TR (which should be this weekend from what I gather) and give it another go On 8/10/07, Steve Hay [EMAIL PROTECTED] wrote: Does anyone have a set of makefiles for building apache httpd 2.2.4 with

New test: subrequests and content negotiation

2007-08-10 Thread Jose Kahan
Hi! Here's my first submission. This test is written against your perl-framework test environment. It tests that subrequests are correctly parsing and taking into account directives that are declared in Directory, Location sections and .htaccess files. I'm using the same test scenario I gave in

Building with Visual Studio 2005

2007-08-10 Thread Steve Hay
Does anyone have a set of makefiles for building apache httpd 2.2.4 with Visual Studio 2005 on Win32? I just tried running nmake /f Makefile.win INSTDIR=C:\apache2.2 installr out of the box and I find that it all builds OK but the binaries didn't get the manifest files embedded in them, so when

Re: Conditional RequestHeader patch not reflected in documentation?

2007-08-10 Thread Vincent Deffontaines
Rich Bowen wrote: Received this query from a friend and colleague: ... I've been working on an issue at work, where we're trying to remove some headers from a (proxied) request. Whilst I was looking for a solution I came across this patch:

Re: Conditional RequestHeader patch not reflected in documentation?

2007-08-10 Thread Rich Bowen
On Aug 10, 2007, at 16:31, Vincent Deffontaines wrote: http://mail-archives.apache.org/mod_mbox/httpd-cvs/200406.mbox/% [EMAIL PROTECTED] I am the original author of the patch, which André applied. Shortly after the patch was accepted in 2.0, I sent a documentation patch for 2.0. Reply

Re: Building with Visual Studio 2005

2007-08-10 Thread Jorge Schrauwen
Just check the svn... I don't see any change in http://svn.apache.org/repos/asf/httpd/httpd/trunk/Makefile.win You can try run this in the bin and modules dirs FOR /R %a in (*.exe) DO @if exist %a.manifest mt.exe -nologo -manifest %a.manifest -outputresource:%a;1 FOR /R %a in (*.dll) DO @if

Re: Reminder Tag/Roll tomorrow

2007-08-10 Thread Jim Jagielski
On Aug 10, 2007, at 12:01 PM, Jim Jagielski wrote: On Aug 9, 2007, at 2:50 PM, Jim Jagielski wrote: A reminder that tomorrow I'll be tagging and rolling Apache HTTP 1.3.38, 2.0.60 and 2.2.5 for a potential release on the 14th... As of this time (noon, eastern) both 1.3.38 and 2.0.60 are

Re: Building with Visual Studio 2005

2007-08-10 Thread Jorge Schrauwen
Oh you're correct :) My memory didn't fail me then. I'll be looking forward to it for when I get back from france :) On 8/10/07, Steve Hay [EMAIL PROTECTED] wrote: I think it is fixed in svn. The changes would be in the *.dsp files, not Makefile.win, and e.g.

[VOTE] Apache 2.2.5, 2.0.60 1.3.38 release candidate tarballs for review

2007-08-10 Thread Jim Jagielski
Available for your testing pleasure, 3, count 'em, 3 Apache HTTP Server release candidate tarballs, located, as expected at: http://httpd.apache.org/dev/dist/ This vote will run through August 14, 2007... +/-1 (x == +1) [ ]apache_1.3.28 [ ]httpd-2.0.60 [ ]

Re: [VOTE] Apache 2.2.5, 2.0.60 1.3.38 release candidate tarballs for review

2007-08-10 Thread Jim Jagielski
On Aug 10, 2007, at 7:49 PM, Jim Jagielski wrote: [ ]apache_1.3.28 Obviously, that should have been [ ] apache_1.3.38 :)

Re: [VOTE] Apache 2.2.5, 2.0.60 1.3.38 release candidate tarballs for review

2007-08-10 Thread Guenter Knauf
Hi Jim, Available for your testing pleasure, 3, count 'em, 3 Apache HTTP Server release candidate tarballs, located, I found a very small build problem which is caused by my own fault (I tested wrong before); what happens is that we changed recently the distribution directory to /apache22, but