]>
granicus.if.org Git - apache/log
Jim Jagielski [Fri, 10 Jul 2015 20:23:52 +0000 (20:23 +0000)]
prepare to tag 2.4.16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690306 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 10 Jul 2015 09:38:36 +0000 (09:38 +0000)]
note 2.4.15 not released either.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690234 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jul 2015 14:51:57 +0000 (14:51 +0000)]
mod_ldap: Fix unexpected return codes from LDAP lib being coerced
into LDAP_NO_SUCH_ATTRIBUTE + some new tracing.
trunk patch: http://svn.apache.org/r1687980
http://svn.apache.org/r1689694
http://svn.apache.org/r1689698
Backports:
1687980 ,
1689694 ,
1689698
Submitted by: covener
Reviewied by: covener, wrowe, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690114 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 9 Jul 2015 07:46:22 +0000 (07:46 +0000)]
Vote and propote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690006 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 21:12:18 +0000 (21:12 +0000)]
Drop a vote till we decide to destabilize 2.4 again.
Add a vote where there is no behavior change, better diagnostic visibility.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689962 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 20:58:08 +0000 (20:58 +0000)]
core: Avoid a possible truncation of the faulty header included in the
HTML response when LimitRequestFieldSize is reached.
Submitted by: ylavic
Backports:
1683123
Reviewed by: jailletc36, ylavic, covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689961 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 17:38:26 +0000 (17:38 +0000)]
mod_reqtimeout: Don't let pipelining checks and keep-alive times interfere
with the timeouts computed for subsequent requests. PR 56729.
Submitted by: covener, ylavic
Backports:
1621453 ,
1641376 ,
1689325
Reviewed by: ylavic, wrowe, covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689922 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 8 Jul 2015 15:12:37 +0000 (15:12 +0000)]
vote/promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689898 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 8 Jul 2015 14:48:56 +0000 (14:48 +0000)]
propose debugging aid for LDAP
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689896 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 14:44:23 +0000 (14:44 +0000)]
Rebuild-all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689895 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 14:28:21 +0000 (14:28 +0000)]
Credits are for authorship
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689885 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 14:23:02 +0000 (14:23 +0000)]
This looks correct to me
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689881 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 8 Jul 2015 08:59:36 +0000 (08:59 +0000)]
Merge r1688536 and r1688538 from trunk.
http: follow up to r1685345, also needed in 2.4.x/2.2.x by r1686271/r1687339.
Handle reentrance of state BODY_CHUNK_CR to avoid AH02901 when we eat BWS
from multiple reads.
http: follow up to r1685345.
Be lenient up to 10 (room for 32bit decimals) Bad White Spaces (BWS)
between chunk-size and chunk-ext/CRLF.
Submitted by: ylavic
Reviewed by: ylavic, jim, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689821 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 8 Jul 2015 08:54:17 +0000 (08:54 +0000)]
Applied in r1689815.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689818 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 8 Jul 2015 08:52:12 +0000 (08:52 +0000)]
Revert r1663259, causing a regression with non-redirect statuses, until more
testing is done on possible fixes (r1686853, r1686856).
Reviewed by: wrowe, jim, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689815 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 8 Jul 2015 08:11:40 +0000 (08:11 +0000)]
Revert mod_alias' expressions (for 2.4.16) since it does not look that expected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689807 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 6 Jul 2015 17:49:02 +0000 (17:49 +0000)]
Fix typo spotted in comment in online doc. [comment #1683)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689469 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 6 Jul 2015 17:39:57 +0000 (17:39 +0000)]
Note about framework test associated with mod_alias expressions
should these be reverted.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689465 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 6 Jul 2015 13:45:26 +0000 (13:45 +0000)]
Vote up one patch across two branches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689397 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 6 Jul 2015 08:18:59 +0000 (08:18 +0000)]
Propose mod_reqtimeout fixups.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689333 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 6 Jul 2015 06:33:13 +0000 (06:33 +0000)]
Add missing <code> around a parameter
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689319 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 4 Jul 2015 14:23:40 +0000 (14:23 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689166 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 4 Jul 2015 14:22:54 +0000 (14:22 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689165 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 4 Jul 2015 14:18:19 +0000 (14:18 +0000)]
vote and remove snarky comment :P
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689162 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 3 Jul 2015 00:36:00 +0000 (00:36 +0000)]
I guess this is also a showstopper, some (new/dedicated) framework tests fail
without it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688937 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 3 Jul 2015 00:28:08 +0000 (00:28 +0000)]
Merge r1688274 from trunk.
http: Fix LimitRequestBody checks when there is no more bytes to read.
Submitted by: Michael Kaufmann <mail michael-kaufmann.ch>
Committed by: ylavic
Reviewed by: ylavic, mrumph, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688935 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 2 Jul 2015 20:32:27 +0000 (20:32 +0000)]
Accept patches against showstopper
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688902 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Thu, 2 Jul 2015 00:57:57 +0000 (00:57 +0000)]
Generated doc changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688756 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Thu, 2 Jul 2015 00:53:49 +0000 (00:53 +0000)]
Grammar, spelling, and other minor corrections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688755 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 1 Jul 2015 00:30:10 +0000 (00:30 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688542 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 1 Jul 2015 00:24:45 +0000 (00:24 +0000)]
Propose follow up to r1686271 (chunk-size parsing).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688539 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 30 Jun 2015 11:14:53 +0000 (11:14 +0000)]
Remove verbose/confusing notes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688428 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 30 Jun 2015 11:02:23 +0000 (11:02 +0000)]
Add Bill's fixes to SubstituteInheritBefore proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688422 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 30 Jun 2015 03:08:05 +0000 (03:08 +0000)]
Clarify and provide caviat before we tag another bad docs/manual set :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688345 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 30 Jun 2015 03:00:25 +0000 (03:00 +0000)]
Provide an option to avoid a three month release delay
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688344 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 30 Jun 2015 00:04:18 +0000 (00:04 +0000)]
Address wrowe's -1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688332 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 29 Jun 2015 22:56:03 +0000 (22:56 +0000)]
Similarly, wouldn't hold up 2.4.next for this not-ready patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688326 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Mon, 29 Jun 2015 18:47:46 +0000 (18:47 +0000)]
Vote on fix for LimitRequestBody
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688284 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 29 Jun 2015 18:09:27 +0000 (18:09 +0000)]
Propose fix for LimitRequestBody check.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688277 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:50:27 +0000 (13:50 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688015 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:49:13 +0000 (13:49 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688014 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:45:35 +0000 (13:45 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688012 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:43:47 +0000 (13:43 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1688011 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 26 Jun 2015 07:44:47 +0000 (07:44 +0000)]
Remove spurious TAB.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1687699 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 26 Jun 2015 07:19:34 +0000 (07:19 +0000)]
Update mod_substitute proposal with r1687680 and v2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1687684 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 25 Jun 2015 15:47:39 +0000 (15:47 +0000)]
Update mod_substitute proposal with SubstituteInheritBefore.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1687564 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 24 Jun 2015 16:34:15 +0000 (16:34 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1687327 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Jun 2015 13:48:38 +0000 (13:48 +0000)]
hell yes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1687272 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 23 Jun 2015 06:56:28 +0000 (06:56 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686972 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 23 Jun 2015 05:10:21 +0000 (05:10 +0000)]
Propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686968 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 22 Jun 2015 16:11:30 +0000 (16:11 +0000)]
Propose Redirect fix as showstopper.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686889 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Jun 2015 13:17:06 +0000 (13:17 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686717 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 13:15:36 +0000 (13:15 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686716 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 13:14:25 +0000 (13:14 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686715 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 13:07:46 +0000 (13:07 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686713 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 20 Jun 2015 13:22:33 +0000 (13:22 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686615 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 20 Jun 2015 13:21:19 +0000 (13:21 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686614 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 19 Jun 2015 16:43:38 +0000 (16:43 +0000)]
And we are 2.4.16-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686449 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 19 Jun 2015 16:42:15 +0000 (16:42 +0000)]
ready to tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686447 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 19 Jun 2015 12:32:54 +0000 (12:32 +0000)]
Merge r1684057 from trunk:
mpm_event: Follow up to r1664071: quiet compiler (spurious) warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686399 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 19 Jun 2015 12:32:14 +0000 (12:32 +0000)]
vote/promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686398 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 19 Jun 2015 12:03:04 +0000 (12:03 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686393 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 19 Jun 2015 03:43:13 +0000 (03:43 +0000)]
Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686359 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 18 Jun 2015 19:24:48 +0000 (19:24 +0000)]
Quiet dumb compiler(s).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686298 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 18 Jun 2015 17:06:48 +0000 (17:06 +0000)]
Merge r1685650 from trunk:
LDAP connection pool did not release/close connections with
"LDAPConnectionPoolTTL 0". PR58037.
Submitted by: Ted Phelps <phelps gnusto.com>
committed by: covener
Submitted by: covener
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686275 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 18 Jun 2015 17:06:03 +0000 (17:06 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686274 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 18 Jun 2015 17:05:45 +0000 (17:05 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686273 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 18 Jun 2015 17:05:28 +0000 (17:05 +0000)]
Merge r1686085 from trunk:
*) mod_ext_filter, mod_charset_lite: Avoid inadvertent filtering of protocol
data during read of chunked request bodies. PR 58049.
[Edward Lu <Chaosed0 gmail.com>]
Submitted By: Edward Lu <Chaosed0 gmail.com>
Submitted by: covener
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686272 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 18 Jun 2015 17:04:26 +0000 (17:04 +0000)]
Merge r1685345, r1685347, r1685349, r1685350 from trunk:
Follow up to r1684513: allow spaces before and after chunk-size.
Slightly modified version of trawick's proposal.
Follow up to r1685345: don't accept spaces *before* the chunk-size.
Follow up to r1685345: CHANGES entry.
Follow up to r1685349: remove a tab.
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686271 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 18 Jun 2015 17:01:05 +0000 (17:01 +0000)]
That one is accepted now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686270 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 18 Jun 2015 15:51:13 +0000 (15:51 +0000)]
Clarify mystery voter :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686256 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 18 Jun 2015 15:40:23 +0000 (15:40 +0000)]
This works for me, simple and clean fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686249 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 18 Jun 2015 15:39:53 +0000 (15:39 +0000)]
After addressing a defect, don't discuss, this isn't a forum :)
Note the patch is updated, and delete now-irrelevant comments/votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686248 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 18 Jun 2015 12:48:13 +0000 (12:48 +0000)]
Yes you may hide your legacy servers under 2.4's skirt for a while longer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686208 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 17 Jun 2015 20:52:40 +0000 (20:52 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686108 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jun 2015 18:39:33 +0000 (18:39 +0000)]
:+1:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686088 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 17 Jun 2015 18:32:17 +0000 (18:32 +0000)]
propose tweak for uncommon input filters
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1686086 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 17 Jun 2015 10:09:15 +0000 (10:09 +0000)]
Add PR to CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685986 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 17 Jun 2015 08:52:10 +0000 (08:52 +0000)]
Follow up to r1685904: apply the missing 'parsing' bits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685950 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 22:10:50 +0000 (22:10 +0000)]
Update ap_http_filter_chunked patch to v3 for CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685916 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 21:24:38 +0000 (21:24 +0000)]
Update ap_http_filter_chunked patch and 'parsing' rationale.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685910 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 21:07:46 +0000 (21:07 +0000)]
Merge r1685339 from trunk.
Follow up to 2.4.x's r1684515.
Follow up to r1684513: apply missing changes voted on security@.
Submitted by: minfrin, ylavic
Reviewed by: ylavic, wrowe, jim
Reported by: regilero <regis.leroy makina-corpus.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685904 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 16 Jun 2015 18:04:55 +0000 (18:04 +0000)]
Patch feedback to Yann, we need to keep these simple, few deltas, track history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685883 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 16 Jun 2015 17:21:09 +0000 (17:21 +0000)]
Merge r1685779 from trunk:
mod_ssl: Remove deprecated SSLCertificateChainFile warning.
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685870 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 16 Jun 2015 17:20:26 +0000 (17:20 +0000)]
Merge r1685659 from trunk:
Fix directive name in error message + fix some style issue
Submitted by: jailletc36
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685869 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 16 Jun 2015 15:25:40 +0000 (15:25 +0000)]
Agreed, good to backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685858 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 14:01:08 +0000 (14:01 +0000)]
Two votes, one promotion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685838 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 16 Jun 2015 12:31:03 +0000 (12:31 +0000)]
easy votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685796 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 12:03:14 +0000 (12:03 +0000)]
Propose SSLCertificateChainFile deprecation warning proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685781 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 16 Jun 2015 11:50:45 +0000 (11:50 +0000)]
note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685773 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 11:46:30 +0000 (11:46 +0000)]
Withdrawing SSLCertificateChainFile info message at the light of latest
consensus to remove the deprecation message completely.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685769 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 15 Jun 2015 20:24:24 +0000 (20:24 +0000)]
Propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685661 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 15 Jun 2015 18:24:20 +0000 (18:24 +0000)]
format
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685652 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 15 Jun 2015 18:23:16 +0000 (18:23 +0000)]
propose LDAP fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685651 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 15 Jun 2015 11:22:18 +0000 (11:22 +0000)]
Move chunk-size fix to SHOWSTOPPERS and try to improve SSLCertificateChainFile
info (=> warning) proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685548 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Mon, 15 Jun 2015 01:18:43 +0000 (01:18 +0000)]
vote/promote SSLCertificateChainFile depreciation noise restraint
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685493 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:50:34 +0000 (15:50 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685418 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:49:33 +0000 (15:49 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685417 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:40:27 +0000 (15:40 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685414 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:39:03 +0000 (15:39 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685413 13f79535 -47bb-0310-9956-
ffa450edef68