]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Rich Bowen [Fri, 11 Nov 2011 19:26:38 +0000 (19:26 +0000)]
Remove outdated/invalid docs, as per bugzilla #42000
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1201033 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 11 Nov 2011 17:43:25 +0000 (17:43 +0000)]
backport windows silent install options for PR50990
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1200989 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 11 Nov 2011 17:22:17 +0000 (17:22 +0000)]
Applies change from bug #51125 back to 2.2 branch. Clarifies usage of variable interpolation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1200971 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 11 Nov 2011 17:04:50 +0000 (17:04 +0000)]
Rebuild mod_proxy doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1200954 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 11 Nov 2011 17:03:36 +0000 (17:03 +0000)]
Patch from Luke Meyer, clarifies usage of ProxyPassReverseCookiePath directive. As per bug #51126
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1200953 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 11 Nov 2011 16:56:07 +0000 (16:56 +0000)]
Rebuild xdoc transform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1200950 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 11 Nov 2011 16:54:15 +0000 (16:54 +0000)]
Clarify docs for LimitRequestLine, as per bug #51665.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1200947 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 9 Nov 2011 22:20:32 +0000 (22:20 +0000)]
As per bug #43710, mention that SSLLog isn't available any more. Also
remove several long-dead links from the intro paragraph.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1200008 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 9 Nov 2011 20:34:07 +0000 (20:34 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1199952 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 9 Nov 2011 20:29:04 +0000 (20:29 +0000)]
examples are block elements and cannot occur within <p> elements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1199951 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 9 Nov 2011 00:05:12 +0000 (00:05 +0000)]
Applies patch provided by Luke Meyer in https://issues.apache.org/bugzilla/show_bug.cgi?id=51131 - Adds usage example to mod_proxy_ajp docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1199557 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 29 Oct 2011 19:54:52 +0000 (19:54 +0000)]
Applied backport.
Close PR 50861 where enabling and disabling of buffered
logs can cause a segfault.
Patch by: Torsten Förtsch <torsten.foertsch@gmx.net>
Reviewed by: sf, trawick, rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1195004 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 29 Oct 2011 19:44:45 +0000 (19:44 +0000)]
Applied backport: Invert logic for env var utf-8 fixing.
Now we exclude a list of vars which we know for sure they
dont hold utf-8 chars; all other vars will be fixed. This
has the benefit that now also all vars from 3rd-party
modules will be fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1194999 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 29 Oct 2011 17:30:36 +0000 (17:30 +0000)]
Removed prototype which had no implementation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1194940 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 29 Oct 2011 09:57:55 +0000 (09:57 +0000)]
Promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1194860 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 29 Oct 2011 09:56:48 +0000 (09:56 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1194859 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 27 Oct 2011 13:25:07 +0000 (13:25 +0000)]
Applies patch from Tomas Pospisek <tpo2 sourcepole ch> improving SSL FAQ on the topic of intermediate certs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1189746 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 24 Oct 2011 20:30:44 +0000 (20:30 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1188361 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 24 Oct 2011 20:18:15 +0000 (20:18 +0000)]
props
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1188352 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 15 Oct 2011 16:42:16 +0000 (16:42 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1183670 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 9 Oct 2011 22:27:11 +0000 (22:27 +0000)]
Rebuild various transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180732 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 9 Oct 2011 22:24:51 +0000 (22:24 +0000)]
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180731 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 9 Oct 2011 22:22:35 +0000 (22:22 +0000)]
Clarify phrasing of how multiple rules are applied to a request. refs
https://issues.apache.org/bugzilla/show_bug.cgi?id=51968
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180730 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 9 Oct 2011 19:33:27 +0000 (19:33 +0000)]
s/perl/Perl/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180700 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 9 Oct 2011 18:21:49 +0000 (18:21 +0000)]
+1 to reset buffered log defaults
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180678 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 9 Oct 2011 16:35:52 +0000 (16:35 +0000)]
Propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180644 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 9 Oct 2011 12:35:53 +0000 (12:35 +0000)]
fix 2.2.21 induced sorting bug
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180594 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 9 Oct 2011 12:34:35 +0000 (12:34 +0000)]
Promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180593 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 9 Oct 2011 12:34:11 +0000 (12:34 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180592 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 9 Oct 2011 03:28:22 +0000 (03:28 +0000)]
fixed whitespaces
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180539 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 9 Oct 2011 03:10:37 +0000 (03:10 +0000)]
update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180537 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 9 Oct 2011 03:10:05 +0000 (03:10 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180535 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 8 Oct 2011 14:28:48 +0000 (14:28 +0000)]
vote for fix to mod_perl regression
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180382 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 8 Oct 2011 14:18:12 +0000 (14:18 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180380 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 8 Oct 2011 07:25:54 +0000 (07:25 +0000)]
propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1180326 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Oct 2011 18:13:40 +0000 (18:13 +0000)]
Release date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179736 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 6 Oct 2011 07:39:53 +0000 (07:39 +0000)]
Backport done.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179526 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 6 Oct 2011 07:39:13 +0000 (07:39 +0000)]
Merge r1179239 from trunk:
SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in some
reverse proxy configurations by strictly validating the request-URI:
* server/protocol.c (read_request_line): Send a 400 response if the
request-URI does not match the grammar from RFC 2616. This ensures
the input string for RewriteRule et al really is an absolute path.
Reviewed by: jim, covener, rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179525 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Wed, 5 Oct 2011 23:45:58 +0000 (23:45 +0000)]
And then there were three ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179476 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 5 Oct 2011 18:51:05 +0000 (18:51 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179378 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 5 Oct 2011 18:48:57 +0000 (18:48 +0000)]
yeppers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179377 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 5 Oct 2011 18:38:32 +0000 (18:38 +0000)]
Add patch... both backport and showstopper.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179373 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 5 Oct 2011 15:57:15 +0000 (15:57 +0000)]
Merge r1179272, r1179266 from trunk:
* docs/manual: add note here in light of CVE-2011-3368
- add a security warning, and tweak the example, in light of CVE-2011-3368
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179283 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 5 Oct 2011 12:15:24 +0000 (12:15 +0000)]
Fix link to Frield's book. (refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51959)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179187 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 5 Oct 2011 12:00:18 +0000 (12:00 +0000)]
Fix link to Friedl's book. (refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51959)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1179182 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Tue, 4 Oct 2011 05:59:23 +0000 (05:59 +0000)]
update vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1178693 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 1 Oct 2011 18:51:51 +0000 (18:51 +0000)]
Committed in r1178053.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1178068 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 1 Oct 2011 17:51:37 +0000 (17:51 +0000)]
Fix buffer overrun in mod_substitute.
No need to fix trunk, the code is no
longer present there.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1178053 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 1 Oct 2011 16:06:09 +0000 (16:06 +0000)]
vote, promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1178036 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 1 Oct 2011 11:30:59 +0000 (11:30 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177967 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 Sep 2011 14:50:15 +0000 (14:50 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177326 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 29 Sep 2011 12:38:53 +0000 (12:38 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177286 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 29 Sep 2011 10:34:02 +0000 (10:34 +0000)]
Fix indentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177258 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 29 Sep 2011 10:32:59 +0000 (10:32 +0000)]
Add entry for r1177211.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177257 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 29 Sep 2011 08:28:10 +0000 (08:28 +0000)]
Followpup to r1166612: reflect changed
"MaxRanges 0" semantics and new MaxRanges
string options in default configuration snippet.
Hope that's CTR because the setting is commented
out by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177211 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 29 Sep 2011 07:03:24 +0000 (07:03 +0000)]
Clarify CHNAGES item.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177181 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 28 Sep 2011 21:48:45 +0000 (21:48 +0000)]
Backport r1175980, r1175992:
byterange: Range of '0-' returns 206
Submitted by: Jim Jagielski
Reviewed by: jim, rpluem, rjung, sf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177080 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 28 Sep 2011 21:45:34 +0000 (21:45 +0000)]
vote, promote, comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1177079 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Wed, 28 Sep 2011 15:48:42 +0000 (15:48 +0000)]
Vote, correct wrong revision number, improve proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176928 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Wed, 28 Sep 2011 06:34:33 +0000 (06:34 +0000)]
vote/comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176749 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 28 Sep 2011 06:10:50 +0000 (06:10 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176741 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 28 Sep 2011 00:22:19 +0000 (00:22 +0000)]
Some NetWare ssl module build tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176670 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 27 Sep 2011 14:46:04 +0000 (14:46 +0000)]
Update patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176406 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 27 Sep 2011 12:17:12 +0000 (12:17 +0000)]
* Add comment and half vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176351 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 27 Sep 2011 10:51:39 +0000 (10:51 +0000)]
typo in patch fixed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176321 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 27 Sep 2011 07:52:54 +0000 (07:52 +0000)]
* Add comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1176254 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 26 Sep 2011 19:01:34 +0000 (19:01 +0000)]
Byterange 0- handling patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1175998 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Ruggeri [Mon, 26 Sep 2011 16:50:09 +0000 (16:50 +0000)]
Update STATUS for SSLProxyMachineCertificateChainFile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1175949 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Sep 2011 13:02:22 +0000 (13:02 +0000)]
update docco xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1174724 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Ruggeri [Sat, 17 Sep 2011 16:27:12 +0000 (16:27 +0000)]
Add trunk patch location for SSLProxyMachineCertificateChainFile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1172012 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Ruggeri [Wed, 14 Sep 2011 20:32:53 +0000 (20:32 +0000)]
Moved proposal for AllowOverrideList to stalled section for further thought
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1170837 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Ruggeri [Wed, 14 Sep 2011 20:26:06 +0000 (20:26 +0000)]
Update proposal for SSLProxyMachineCertificateChainFile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1170835 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 14 Sep 2011 06:29:11 +0000 (06:29 +0000)]
Update STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1170445 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Tue, 13 Sep 2011 23:29:16 +0000 (23:29 +0000)]
Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1170387 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 12 Sep 2011 02:14:46 +0000 (02:14 +0000)]
RM warning text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1169595 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 11 Sep 2011 18:51:19 +0000 (18:51 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1169497 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 10 Sep 2011 20:27:25 +0000 (20:27 +0000)]
* Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167601 13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Fri, 9 Sep 2011 16:20:57 +0000 (16:20 +0000)]
Arrange my proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167275 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Fri, 9 Sep 2011 14:58:39 +0000 (14:58 +0000)]
Adding french translation for logs.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167235 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 9 Sep 2011 14:17:07 +0000 (14:17 +0000)]
Bump up version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167196 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 9 Sep 2011 14:12:21 +0000 (14:12 +0000)]
Onto .22
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167191 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 9 Sep 2011 14:10:31 +0000 (14:10 +0000)]
Drop -dev for tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167187 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 9 Sep 2011 13:52:39 +0000 (13:52 +0000)]
Looking to t&R next week??
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167167 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 9 Sep 2011 13:31:06 +0000 (13:31 +0000)]
AJP_EBAD_METHOD is also a bad request so return HTTP_NOT_IMPLEMENTED
Submitted by: jfclere
Backports: r1166551, r1166657
Reviewed by: wrowe, jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167158 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 9 Sep 2011 13:16:38 +0000 (13:16 +0000)]
Clairify text and remove 'low priority' apparent severity description
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1167149 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 8 Sep 2011 15:59:38 +0000 (15:59 +0000)]
Merge r1166663, r1166667 from trunk:
refactor to pull setting of Accept-Ranges header into http_protocol.c which
had been copied to other handlers.
Set Accept-Rangs: none instead of unsetting the Accept-Range header when we
have a filter that doesn't like byteranges.
Submitted By: Eric Covener
Reviewed By: covener, wrowe, rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166772 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 8 Sep 2011 15:34:27 +0000 (15:34 +0000)]
* Vote and promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166750 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 8 Sep 2011 15:21:11 +0000 (15:21 +0000)]
Correct proxy_ajp description & svn rev... and vote up patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166742 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 8 Sep 2011 13:35:19 +0000 (13:35 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166682 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 8 Sep 2011 13:16:32 +0000 (13:16 +0000)]
update Accept-Ranges: none proposal, unset wrowe's +1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166677 13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 8 Sep 2011 12:59:39 +0000 (12:59 +0000)]
improved proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166666 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 8 Sep 2011 10:42:01 +0000 (10:42 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166613 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 8 Sep 2011 10:41:15 +0000 (10:41 +0000)]
backport r1166282 (minus Accept-Ranges: none change) from trunk:
take care of some MaxRanges feedback:
* allow "none" to be expressed in config
* stop accepting confusing/ambiguous "0", start accepting "unlimited".
Reviewed By: covener, wrowe, rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166612 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 8 Sep 2011 10:31:44 +0000 (10:31 +0000)]
Merge r1153531 from trunk:
* Do not even sent an empty brigade down the filter chain if the headers
have not been sent by the AJP server so far. Even an empty brigade
will trigger the headers filter to create the (in this case incomplete)
HTTP headers of the response.
PR: 51608
Submitted by: rpluem
Reviewed by: rpluem, jim, jfclere
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166611 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 8 Sep 2011 10:18:14 +0000 (10:18 +0000)]
mod_proxy_ajp: Respect "reuse" flag in
END_REPONSE packets.
Backport of r1152379 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166606 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 8 Sep 2011 10:12:37 +0000 (10:12 +0000)]
* Promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166603 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 8 Sep 2011 08:33:01 +0000 (08:33 +0000)]
* Comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166570 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 8 Sep 2011 08:24:06 +0000 (08:24 +0000)]
* Vote, promote, veto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166566 13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 8 Sep 2011 08:20:29 +0000 (08:20 +0000)]
Add my votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166565 13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 8 Sep 2011 08:17:22 +0000 (08:17 +0000)]
Add the timeout patch proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1166562 13f79535 -47bb-0310-9956-
ffa450edef68