Re: HttpOnly

2010-11-08 Thread Issac Goldstand
On 08/11/2010 12:48, Clinton Gormley wrote: Hi all Any plans on adding support to Apache2::Cookie for the HttpOnly flag? I see a patch in Debian which does this: http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg543361.html thanks Clint The patch looks ok to me at

Re: HttpOnly

2010-11-08 Thread Clinton Gormley
I see a patch in Debian which does this: http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg543361.html thanks Clint The patch looks ok to me at first glance. If you're willing to write the unit test(s) for this, I'd be happy to help push this . thanks Issac -

Re: HttpOnly

2010-11-08 Thread Issac Goldstand
On 08/11/2010 15:25, Clinton Gormley wrote: I see a patch in Debian which does this: http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg543361.html thanks Clint The patch looks ok to me at first glance. If you're willing to write the unit test(s) for this, I'd be happy to

Re: HttpOnly

2010-11-08 Thread Joe Schaefer
The patch looks good to me too. I'd been planning to implement this feature some weekend and the patch is pretty much how I'd do it, so I'd +1 it once the corresponding tests are written. - Original Message From: Issac Goldstand mar...@beamartyr.net To: apreq-dev@httpd.apache.org

Re: HttpOnly

2010-11-08 Thread Adam Prime
I had some time to kill tonight and after some screwing around produced the attached patch which may or may not be useful. It's for the C API (I'm assuming anyway) and does pass on my laptop with the debian patch applied. I am not familiar with httpd or libapreq internals, and basically made

Re: [RFC] Error directive to generate custom error messages from httpd.conf

2010-11-08 Thread Rainer Jung
On 08.11.2010 01:35, Jeff Trawick wrote: With the Error directive: IfModule !mod_include.c Error mod_foo requires mod_include! Use the LoadModule directive to load mod_include. /IfModule $ ./httpd -t Syntax error on line 486 of /home/trawick/inst/23/conf/httpd.conf: mod_foo requires

Re: [RFC] Error directive to generate custom error messages from httpd.conf

2010-11-08 Thread Rich Bowen
On Nov 7, 2010, at 7:35 PM, Jeff Trawick wrote: IfModule !mod_include.c Error mod_foo requires mod_include! Use the LoadModule directive to load mod_include. /IfModule $ ./httpd -t Syntax error on line 486 of /home/trawick/inst/23/conf/httpd.conf: mod_foo requires mod_include! Use the

Re: svn commit: r1032073 [1/3] - in /httpd/httpd/trunk: ./ include/ modules/aaa/ modules/filters/ modules/metadata/ modules/ssl/ server/

2010-11-08 Thread Stefan Fritsch
On Monday 08 November 2010, Ruediger Pluem wrote: On 11/06/2010 03:31 PM, s...@apache.org wrote: Author: sf Date: Sat Nov 6 14:31:16 2010 New Revision: 1032073 URL: http://svn.apache.org/viewvc?rev=1032073view=rev Log: Replace ap_expr with a parser derived from mod_ssl's parser.