- Sep 20, 2005
-
-
William A. Rowe Jr authored
Backport trunk changes as recorded in branches/proxy-reqbody-2.0.x, refactoring http_proxy.c request body handling. This correction satisfies the vetoed issues in the originally backported proxy request body handling from trunk/ in 171205. Reviewed by: jim, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290517 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Remove to readd with full history from proxy-reqbody-2.0.x branch. (turns out you cannot rm and cp to a local copy, removing and adding in the same commit, so this is a two-step process.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290514 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
TraceEnable docs, backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290508 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport TraceEnable option, correcting RFC violation by mod_proxy as this now drops any proxied TRACE request which tries to pass a body, unless the user explicitly forces 'TraceEnable extended'. Per colm; removed \n's from error_notes, docs coming next. Reviewed by: jimj, colm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290502 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 16, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@289674 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 14, 2005
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280964 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 13, 2005
-
-
Colm MacCarthaigh authored
Vote on "Vary: *" handling, since I've been running this for weeks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280625 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Confirmed issue on Solaris 10, and tested the configure changes on Solaris 10. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280623 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Vote on the TRACE patch. Testing done on Ubuntu. Add some notes (more reminders for myself than anything else) that have been discussed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280615 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2005
-
-
William A. Rowe Jr authored
Fix VPATH build breakage introduced by rev 159475 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280420 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Add a rev to the proposed backport (discussed with proposer), add a minus 0, but only because I've felt the pain of filtered ICMP, window scaling and broken firewalls. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280403 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Added a comment on a backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280393 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280389 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280386 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2005
-
-
William A. Rowe Jr authored
Notes/votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280178 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
mod_auth_digest: Fix hostinfo validation for CONNECT requests. Submitted by: jorton Reviewed by: nd, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280126 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
of it Reviewed by: stoddard, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280124 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Correct mod_cgid's argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S <pradeep.smani gmail.com>] Reviewed by: wrowe, colm, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280123 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
based on suggestion from wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280115 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280102 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 07, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@279372 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 06, 2005
-
-
Jeff Trawick authored
the lifting of a related restriction in 2.0.53. This was a missed portion of that backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@279024 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@279022 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 01, 2005
-
-
Mark J. Cox authored
that mod_disk_cache would store these headers -- leading to a small potential risk that you'd end up with authentication headers on disk and visible to users (or cgi scripts or whatever). Make a note which commit actually ended up closing this low impact issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265719 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 31, 2005
-
-
Colm MacCarthaigh authored
vote on the other mod_cgid change. Agree in principle, tested with and without suexec. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265547 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
propose a backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265543 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 30, 2005
-
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264869 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264807 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* modules/filters/mod_include.c (handle_include): Fix possible variable corruption with nested includes. PR: 12655 Reviewed by: jorton, nd, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264762 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
fix up CHANGES to match. Still got four older issues in my queue to add in here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264758 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 29, 2005
-
-
William A. Rowe Jr authored
Anyone object to sharing the same indentation? :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264633 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Propose the cgid argv[0] backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264631 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Accepted, lingering swaps git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264628 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Whitespace/instructions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@264626 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 27, 2005
-
-
Jeff Trawick authored
*) Support the suppress-error-charset setting, as with Apache 1.3.x. PR 31274. Reviewed by: jorton, nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@240425 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
EBCDIC: Handle chunked input from client or, with proxy, origin server. Reviewed by: wrowe, nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@240416 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 26, 2005
-
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@240294 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 24, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239672 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239671 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239648 13f79535-47bb-0310-9956-ffa450edef68
-