Re: [jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-03-20 Thread Mike Looijmans
I was checking the documentation with respect to this patch and I noticed a couple of things. The FieldStorage constructor has 2 undocumented parameters, file_callback=None, field_callback=None. These were added in r160259 as part of Barry Pearce's fix for MODPYTHON-40. In the same patch,

[jira] Commented: (MODPYTHON-143) Implement and integrate a new module importer.

2006-03-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-143?page=comments#action_12371067 ] Graham Dumpleton commented on MODPYTHON-143: New importer commited. Note that if you wish to run the test suite using the new importer, you need to edit

Re: [PATCH] Support for external listener

2006-03-20 Thread Graham Leggett
Sander Temme wrote: What do you, the httpd dev community, think of: 1) the concept? This kind of thing is definitely overdue - tomcat has had this for ages. 2) the attached implementation? Tomcat lets you override the address as well, although I guess this would be covered by the use of

Re: OutputFilter Altering Response Body

2006-03-20 Thread Nick Kew
On Monday 20 March 2006 03:15, William wrote: Hi FWIW, you'd be more on-topic on the apache-modules list. I am creating an output filter that will alter the http response of an http requset. The output filter hook function's signature takes two parameters ap_filter* and

Re: OutputFilter Altering Response Body

2006-03-20 Thread William
What is the address to the apache-modules list. Thanks

Re: [PATCH] Support for external listener

2006-03-20 Thread Sander Temme
On Mar 20, 2006, at 12:26 AM, Graham Leggett wrote: Sander Temme wrote: What do you, the httpd dev community, think of: 1) the concept? This kind of thing is definitely overdue - tomcat has had this for ages. 2) the attached implementation? Tomcat lets you override the address as

Re: [PATCH] Support for external listener

2006-03-20 Thread Brian Akins
Sander Temme wrote: ExternalListenerPort portnumber You can do this today like: Listen 8001 ServerName www.example.com:80 UseCanonicalPhysicalPort Off ExternalListenerScheme http|https perhaps servername shoudl be defined like: ServerName https://www.example.com:443

Re: [PATCH] Support for external listener

2006-03-20 Thread Greg Marr
At 10:39 AM 3/20/2006, Sander Temme wrote: On Mar 20, 2006, at 12:26 AM, Graham Leggett wrote: Sander Temme wrote: What do you, the httpd dev community, think of: 1) the concept? This kind of thing is definitely overdue - tomcat has had this for ages. 2) the attached implementation?

Re: svn commit: r387226 - in /httpd/httpd/branches/2.0.x: CHANGES STATUS server/protocol.c

2006-03-20 Thread William A. Rowe, Jr.
Greg, I was under the impression that we are keeping SECURITY tagged changes at the head of the revision log... [EMAIL PROTECTED] wrote: Changes with Apache 2.0.56 + *) keep the Content-Length header for a HEAD with no response body. + PR 18757 [Greg Ames] + *) SECURITY:

[VOTE] APR-Util 1.2.5

2006-03-20 Thread Paul Querna
Tarballs of APR-Util 1.2.5 are available for testing voting from: http://people.apache.org/~pquerna/dev/apr-util-1.2.5/

Re: [VOTE] APR-Util 1.2.5

2006-03-20 Thread Oden Eriksson
måndagen den 20 mars 2006 20.02 skrev Paul Querna: Tarballs of APR-Util 1.2.5 are available for testing voting from: http://people.apache.org/~pquerna/dev/apr-util-1.2.5/ Seems to work fine on Mandriva Linux (apr-1.2.5 + apr-util-1.2.5 + apache-2.2.0) -- Regards // Oden Eriksson Mandriva:

[jira] Created: (MODPYTHON-149) Allow cross subdomain sessions.

2006-03-20 Thread Graham Dumpleton (JIRA)
Allow cross subdomain sessions. --- Key: MODPYTHON-149 URL: http://issues.apache.org/jira/browse/MODPYTHON-149 Project: mod_python Type: Improvement Components: session Reporter: Graham Dumpleton Assigned to: Graham Dumpleton

Re: [PATCH] Support for external listener

2006-03-20 Thread Sander Temme
On Mar 20, 2006, at 7:57 AM, Brian Akins wrote: You can do this today like: Listen 8001 ServerName www.example.com:80 UseCanonicalPhysicalPort Off That's right, that would work. ExternalListenerScheme http|https perhaps servername shoudl be defined like: ServerName