- Nov 08, 2007
-
-
Jeff Trawick authored
mod_charset_lite: Don't crash when the request has no associated filename. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@593177 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 07, 2007
-
-
Graham Leggett authored
size that would otherwise be discarded, to be consumed by filters such as mod_include. When enabled for a directory, POST requests to shtml files can be passed through to embedded scripts as POST requests, rather being downgraded to GET requests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@592951 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
filename. (r->filename unset) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@592694 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 2007
-
-
Joe Orton authored
in the post_read_request hook rather than in a filter, and fix the filter insertion issue: * modules/ssl/ssl_engine_kernel.c (upgrade_connection): New function, mostly moved from ssl_io_filter_Upgrade. (ssl_hook_ReadReq): Call upgrade_connection to upgrade to TLS if required. * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Remove function. (ssl_io_input_add_filter, ssl_io_filter_init): Take a request_rec pointer and pass to ap_add_*_filter to ensure the filter chain is modified correctly; remove it from the filter afterwards. (ssl_io_filter_register): Drop UPGRADE_FILTER registration. * modules/ssl/mod_ssl.c (ssl_init_ssl_connection): Take a request_rec pointer, pass to ssl_io_filter_init. (ssl_hook_pre_connection): Pass NULL request_rec pointer to above. (ssl_hook_Insert_Filter): Remove function. (ssl_register_hooks): Drop insert_filter hook. * modules/ssl/ssl_private.h: Update prototypes. PR: 41231 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@592446 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 04, 2007
-
-
Ruediger Pluem authored
PR: 43789 Submitted by: Tom Donovan <Tom.Donovan acm.org> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@591760 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 02, 2007
-
-
Eric Covener authored
spurious 401s with message "DN has not been defined" when cache expiration happens in another thread PR 43786 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@591499 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
could be used during request processing (the apr_ldap_foo only need a pool for temporary data anyway) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@591488 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 31, 2007
-
-
Jim Jagielski authored
of only storing 63 bytes of the request, when the requests are longer than that and only vary towards the end; eg: GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/apples.jpg GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/pears.jpg GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/plums.jpg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@590641 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 29, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589619 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 27, 2007
-
-
Nick Kew authored
PR#39722 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589177 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 26, 2007
-
-
Nick Kew authored
URI-canonicalisation in a reverse proxy. PR 41798 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@588791 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 24, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587771 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
types should be opaque, opaque types should be transparent. Solve one aspect, follow the _by_indexes() example for ap_get_scoreboard_worker family of functions, and the primary one will now accept the abstracted conn_rec value of sbh to find that connections slot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587770 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 11, 2007
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583947 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 09, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583156 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 08, 2007
-
-
Nick Kew authored
PR 42592 also add fix to PR42572 to CHANGES (from r563487/r563489) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583002 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582953 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582808 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
forgotten to be removed... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582802 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582795 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 07, 2007
-
-
Nick Kew authored
PR 16518 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582631 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 03, 2007
-
-
Eric Covener authored
input data is pipelined PR 29901 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581660 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 02, 2007
-
-
Nick Kew authored
PR 39727 Comment: Another user just subscribed to this bug. We need a fix more than we need an inconclusive discussion! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581198 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
Leave old behaviour as a configuration option (ProxyMaxForwards) PR 16137 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581117 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 30, 2007
-
-
Nick Kew authored
PR 16138 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580782 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 29, 2007
-
-
Nick Kew authored
first brigade contains no data buckets. PR 43512 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580598 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 28, 2007
-
-
Nick Kew authored
PR 43472 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580466 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 43509 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580457 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 27, 2007
-
-
Nick Kew authored
PR 19439 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580060 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580044 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580000 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 13986 and PR 16139 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579991 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 26, 2007
-
-
Jim Jagielski authored
rec' before we send the response headers. See Tomcat PR 43478. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579707 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 41960 (Jose Kahan) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579664 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
or remote port can be logged. PR: 43415 Submitted by: Adam Hasselbalch Hansen <ahh@one.com> Extensively commented on and/or modified by Ruediger Pluem and Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579425 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 24, 2007
-
-
Nick Kew authored
can't initialise scoreboard after a crash. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@578620 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 18, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@576912 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574951 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2007
-
-
Ruediger Pluem authored
of HTTP headers used in a rewrite condition to the Vary header of the response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574684 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 10, 2007
-
-
Nick Kew authored
PR 38014 [Basant Kumar Kukreja] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574240 13f79535-47bb-0310-9956-ffa450edef68
-