Examples URL Doesn't Work

2010-12-21 Thread Mark Songhurst
Hello I'm really struggling to understand how to use libapreq within a C Apache module, processing a multipart/form-data request. Unfortunately the Examples URL on http://httpd.apache.org/apreq/docs/libapreq2/examples.html does not work:

Re: Examples URL Doesn't Work

2010-12-21 Thread Joe Schaefer
Look in modules/t/c-modules in the source bundle for examples of C modules that use apreq. - Original Message From: Mark Songhurst m...@songhurst.org To: apreq-dev@httpd.apache.org Sent: Tue, December 21, 2010 3:33:58 PM Subject: Examples URL Doesn't Work Hello I'm really

How to use apreq_body_get ?

2010-12-21 Thread Mark Songhurst
Hello I'm very new to both Apache and libapreq; I'm struggling to get a C based Apache module working with a multipart/form-data request, which is uploading 2 files. Given these 2 parts in my request: Content-Disposition: form-data; name=foo; filename=test_file_1.txt Content-Type:

suggestion for APR::Error docs

2010-12-21 Thread Mark Hedges
Seems to be some squirliness in this doc. Is this more clear? --mark-- --- /usr/lib/perl5/APR/Error.pm.orig2010-12-21 14:42:28.0 -0800 +++ /usr/lib/perl5/APR/Error.pm 2010-12-21 14:45:11.0 -0800 @@ -109,13 +109,16 @@ =head1 Synopsis eval { $obj-mp_method() }; - if ($@

skip bad cookie value in Apache2::Cookie::Jar?

2010-12-21 Thread Mark Hedges
On Fri, 12 Nov 2010, Clinton Gormley wrote: On Fri, 2010-11-12 at 11:59 -0800, Mark Hedges wrote: Sorry if I don't understand what's going on, but is this a bug that causes the cookie header to have only the value '1' instead of proper headers?

Re: skip bad cookie value in Apache2::Cookie::Jar?

2010-12-21 Thread Mark Hedges
whoops forgot %attrs from @_... leave shifts --- /usr/lib/perl5/Apache2/Cookie.pm.orig 2010-12-21 15:05:24.0 -0800 +++ /usr/lib/perl5/Apache2/Cookie.pm2010-12-21 15:28:53.0 -0800 @@ -4,6 +4,7 @@ use APR::Request::Cookie; use APR::Request::Apache2; use APR::Request

Re: skip bad cookie value in Apache2::Cookie::Jar?

2010-12-21 Thread Joe Schaefer
The issue has nothing to do with browsers. It has to do with 3rd party apps that generate bogus cookies. If you want apreq to ignore those cookies, just use eval {} and trap the exception. If you want to fix those 3rd party cookie apps, it's good that apreq lets you know there's a problem.

Re: skip bad cookie value in Apache2::Cookie::Jar?

2010-12-21 Thread Mark Hedges
On Tue, 21 Dec 2010, Joe Schaefer wrote: Could Apache2::Cookie::Jar maybe have an option to skip NOTOKEN errors when reading the jar? Then it would do something like below. Or does the eval have to happen in the 'each %attrs' loop of Jar-new(). The issue has nothing to do with

How Apache httpd is tested after changes?

2010-12-21 Thread Eldar Gaynetdinov
Hi. How Apache httpd is tested after changes? I haven't found information about unit tests in httpd. I see few test programs in /test folder, macros for debugging and scripts in .gdbinit but i didn't found information about automatic testing process.

Re: How Apache httpd is tested after changes?

2010-12-21 Thread Issac Goldstand
Tests are performed using the Apache::Test perl framework, available on CPAN. The test suite is in subversion at http://svn.apache.org/repos/asf/httpd/test/framework/trunk/ Once you have Apache::Test installed, just run perl Makefile.PL and then issue make test to run the suite. Issac On

Re: How Apache httpd is tested after changes?

2010-12-21 Thread Eldar Gaynetdinov
Thank you. --- On Tue, 12/21/10, Issac Goldstand mar...@beamartyr.net wrote: From: Issac Goldstand mar...@beamartyr.net Subject: Re: How Apache httpd is tested after changes? To: dev@httpd.apache.org Date: Tuesday, December 21, 2010, 2:24 AM Tests are performed using the Apache::Test perl

Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Jim Jagielski
On Dec 20, 2010, at 6:43 PM, William A. Rowe Jr. wrote: On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at: http://httpd.apache.org/dev/dist/ Please vote on whether to release as 2.3.10-alpha. -1 on httpd-2.3.10-deps. pcre is

Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread William A. Rowe Jr.
On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at: http://httpd.apache.org/dev/dist/ Please vote on whether to release as 2.3.10-alpha. +1 to httpd-2.3.10-alpha.tar.gz/bz2 (to the contents of httpd-2.3.10.tar.gz - but -1 to the

Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Jim Jagielski
On Dec 21, 2010, at 9:19 AM, Jim Jagielski wrote: On Dec 20, 2010, at 6:43 PM, William A. Rowe Jr. wrote: On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at: http://httpd.apache.org/dev/dist/ Please vote on whether to release

Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Jim Jagielski
On Dec 21, 2010, at 10:16 AM, William A. Rowe Jr. wrote: On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at: http://httpd.apache.org/dev/dist/ Please vote on whether to release as 2.3.10-alpha. +1 to

Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Rainer Jung
On 21.12.2010 00:43, William A. Rowe Jr. wrote: On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at: http://httpd.apache.org/dev/dist/ Please vote on whether to release as 2.3.10-alpha. -1 on httpd-2.3.10-deps. pcre is missing,

Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread William A. Rowe Jr.
On 12/21/2010 10:38 AM, Jim Jagielski wrote: On Dec 21, 2010, at 10:16 AM, William A. Rowe Jr. wrote: On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at: http://httpd.apache.org/dev/dist/ Please vote on whether to release as

[RESULT] Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Jim Jagielski
On Dec 21, 2010, at 12:34 PM, William A. Rowe Jr. wrote: On 12/21/2010 10:38 AM, Jim Jagielski wrote: On Dec 21, 2010, at 10:16 AM, William A. Rowe Jr. wrote: On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at:

Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread William A. Rowe Jr.
On 12/21/2010 9:34 AM, Jim Jagielski wrote: On Dec 21, 2010, at 9:19 AM, Jim Jagielski wrote: On Dec 20, 2010, at 6:43 PM, William A. Rowe Jr. wrote: On 12/16/2010 6:51 AM, Jim Jagielski wrote: The Apache httpd 2.3.10-alpha test tarballs are available at:

Re: [RESULT] Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Rainer Jung
On 21.12.2010 19:00, Jim Jagielski wrote: As such, I'm guessing I can close the vote with at least 3 (binding) +1 votes. Isn't it 4? You, Eric, Stefan and me? I know I'm not listed in the file but was added to the PMC in October. I just notified Bill about being missing from the files/ldap.

Re: [RESULT] Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread William A. Rowe Jr.
On 12/21/2010 12:00 PM, Jim Jagielski wrote: See that's the rub: to get the untarred dirs to have that name, I need to reroll the whole thing. I'd prefer not having to do so at this point. I agree, if you are willing to rename the download. To fix the internal labels in the md5 and sha1

Re: [RESULT] Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread William A. Rowe Jr.
On 12/21/2010 12:11 PM, Rainer Jung wrote: I just notified Bill about being missing from the files/ldap. This is now fixed, sorry Rainer!

Re: [RESULT] Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Jim Jagielski
On Dec 21, 2010, at 1:11 PM, Rainer Jung wrote: On 21.12.2010 19:00, Jim Jagielski wrote: As such, I'm guessing I can close the vote with at least 3 (binding) +1 votes. Isn't it 4? You, Eric, Stefan and me? I know I'm not listed in the file but was added to the PMC in October. I just

Re: [RESULT] Re: [VOTE] Release 2.3.10 tarballs as Alpha

2010-12-21 Thread Rainer Jung
On 21.12.2010 19:26, William A. Rowe Jr. wrote: On 12/21/2010 12:11 PM, Rainer Jung wrote: I just notified Bill about being missing from the files/ldap. This is now fixed, sorry Rainer! No prob, thanks for fixing! Regards, Rainer

Re: svn commit: r240 - /release/httpd/

2010-12-21 Thread William A. Rowe Jr.
On 12/21/2010 1:05 PM, j...@apache.org wrote: Author: jim Date: Tue Dec 21 19:05:03 2010 New Revision: 240 Log: 2.3.8 is old baby But live... the sequence should be... svn mv dev/ - release/ (goes live immediately) ... wait 24 hrs or so for mirrors to catch up ... svn commit site/