Re: module advice

2016-11-13 Thread Joseph Schaefer
Use libapreq2 Sent from my iPhone > On Nov 13, 2016, at 5:08 PM, Mark Blackman wrote: > > Hi, > > Not sure if this is the right mailing list for this question, and feel free > to redirect me if so, however, if I want to write a module to examine an HTTP > POST body and execute some action wi

Re: Mergine of Multiple Cookie Headers

2016-06-30 Thread Joseph Schaefer
Most cookies don't use quoted values tho, and I'm not sure what this does for those. Sent from my iPhone > On Jun 30, 2016, at 10:51 AM, Yann Ylavic wrote: > > On Thu, Jun 30, 2016 at 4:46 PM, Rainer Canavan > wrote: >> On Wed, Jun 29, 2016 at 10:27 AM, Yann Ylavic wrote: >>> >>> RequestHea

Re: Merging of Multiple Cookie Headers

2016-06-28 Thread Joseph Schaefer
nt from my iPhone > On Jun 28, 2016, at 7:58 PM, Joseph Schaefer wrote: > > Anyways I agree with Bill that this isn't httpd's problem to fix. The cookie > standards are abysmal which is why some level of strictness is required as > regards the defacto httpd behavior

Re: Merging of Multiple Cookie Headers

2016-06-28 Thread Joseph Schaefer
51 PM, Joseph Schaefer wrote: > > Or use ssl so proxies can't monkey with the request headers. > > Sent from my iPhone > >> On Jun 28, 2016, at 7:48 PM, Joseph Schaefer wrote: >> >> Sales pitch: use libapreq2, which gracefully handles merged cookie headers >

Re: Merging of Multiple Cookie Headers

2016-06-28 Thread Joseph Schaefer
Or use ssl so proxies can't monkey with the request headers. Sent from my iPhone > On Jun 28, 2016, at 7:48 PM, Joseph Schaefer wrote: > > Sales pitch: use libapreq2, which gracefully handles merged cookie headers > anyway. > > Sent from my iPhone > >> On

Re: Merging of Multiple Cookie Headers

2016-06-28 Thread Joseph Schaefer
Sales pitch: use libapreq2, which gracefully handles merged cookie headers anyway. Sent from my iPhone > On Jun 28, 2016, at 6:39 PM, Joseph Schaefer wrote: > > The industry standard behavior regarding cookies is for user agents to send > at most a single cookie header, and fo

Re: Merging of Multiple Cookie Headers

2016-06-28 Thread Joseph Schaefer
The industry standard behavior regarding cookies is for user agents to send at most a single cookie header, and for servers to avoid merging set-cookie headers. The set-cookie2 header is merge able. Sent from my iPhone > On Jun 28, 2016, at 6:14 PM, Rainer Canavan > wrote: > >> On Tue, Jun

Re: Was there any concrete decision on apreq?

2015-03-07 Thread Joseph Schaefer
perl glue part of libapreq in mod_perl >>> software. >>> >>> I only just spotted this thread, and just wondered how such mod_perl >>> users will be affected, if at all. >>> >>>> On 24 February 2015 at 03:24, Joseph Schaefer >>&g

Re: Was there any concrete decision on apreq?

2015-02-23 Thread Joseph Schaefer
I still want to do that just lacking tuits Sent from my iPhone > On Feb 23, 2015, at 3:56 PM, Eric Covener wrote: > >> On Mon, Feb 23, 2015 at 3:45 PM, Gregg Smith wrote: >> Am I missing something? Did I miss a boatload of email where any firm >> decision was made? > > > I don't think you ha

Re: stop copying r->content_type to r->handler?

2013-06-30 Thread Joseph Schaefer
The directory handling still relies on this. Sent from my iPhone On Jun 30, 2013, at 3:47 PM, Eric Covener wrote: > All releases still have what I guess is an old pre-SetHandler > mechanism to allow content type -> handler mappings. If no r->handler > has been set, but a content-type has, the c