]> granicus.if.org Git - apache/log
apache
8 years agovote for alternative fix
Eric Covener [Sun, 6 Sep 2015 21:47:45 +0000 (21:47 +0000)]
vote for alternative fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701534 13f79535-47bb-0310-9956-ffa450edef68

8 years agoremove old flavor of ALPN proposal, new ALPN/Protols is now proposed.
Eric Covener [Sun, 6 Sep 2015 21:28:35 +0000 (21:28 +0000)]
remove old flavor of ALPN proposal, new ALPN/Protols is now proposed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701529 13f79535-47bb-0310-9956-ffa450edef68

8 years agosome easy votes/promotes
Eric Covener [Sun, 6 Sep 2015 21:25:14 +0000 (21:25 +0000)]
some easy votes/promotes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701528 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd CHANGES entry
Christophe Jaillet [Sun, 6 Sep 2015 06:10:29 +0000 (06:10 +0000)]
Add CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701442 13f79535-47bb-0310-9956-ffa450edef68

8 years agoautoindex fix w/o mod_mime and mod_dir
Eric Covener [Sun, 6 Sep 2015 02:08:32 +0000 (02:08 +0000)]
autoindex fix w/o mod_mime and mod_dir

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701437 13f79535-47bb-0310-9956-ffa450edef68

8 years agoMerge r1597352 from trunk:
Jim Jagielski [Sat, 5 Sep 2015 17:04:34 +0000 (17:04 +0000)]
Merge r1597352 from trunk:

* Give ap_proxy_post_request as chance to act correctly on the status code
  by setting r->status temporarily to access_status. r->status might be
  different than access_status e.g. r->status could be HTTP_OK if e.g. we
  override the error page on the proxy or if the error was not generated
  by the backend itself but by the proxy e.g. a bad gateway.

Submitted by: rpluem
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701411 13f79535-47bb-0310-9956-ffa450edef68

8 years ago *) mod_session_dbd: fix lifetime of Request notes.
Jim Jagielski [Sat, 5 Sep 2015 17:04:13 +0000 (17:04 +0000)]
  *) mod_session_dbd: fix lifetime of Request notes.
       trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/mod_session_dbd.c?r1=1679181&r2=1687087&view=patch
            2.4.x: trunk patch applies.
                 +1: niq, ylavic, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701410 13f79535-47bb-0310-9956-ffa450edef68

8 years agoMerge r1693963 from trunk:
Jim Jagielski [Sat, 5 Sep 2015 17:02:41 +0000 (17:02 +0000)]
Merge r1693963 from trunk:

Allow cookies set by mod_rewrite to contain ':' by accepting
';' as an alternate separator.  PR47241.

Submitted By: <bugzilla schermesser com>, covener
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@1701409 13f79535-47bb-0310-9956-ffa450edef68

8 years agoMerge r1693919 from trunk:
Jim Jagielski [Sat, 5 Sep 2015 17:02:03 +0000 (17:02 +0000)]
Merge r1693919 from trunk:

Add HTTPD_VERSION and HTTPD_MMN to the variables available with apxs -q

PR58202.

Submitted By: Daniel Shahaf
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@1701408 13f79535-47bb-0310-9956-ffa450edef68

8 years agopromote
Jim Jagielski [Sat, 5 Sep 2015 17:01:10 +0000 (17:01 +0000)]
promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701407 13f79535-47bb-0310-9956-ffa450edef68

8 years agook
Jim Jagielski [Sat, 5 Sep 2015 17:00:27 +0000 (17:00 +0000)]
ok

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701406 13f79535-47bb-0310-9956-ffa450edef68

8 years agoMerge r1695170 from trunk:
Jim Jagielski [Sat, 5 Sep 2015 16:58:48 +0000 (16:58 +0000)]
Merge r1695170 from trunk:

Avoid a crash when lacking correct DB access permissions. PR 57868.
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701405 13f79535-47bb-0310-9956-ffa450edef68

8 years agoMerge r1688660 from trunk:
Jim Jagielski [Sat, 5 Sep 2015 16:58:11 +0000 (16:58 +0000)]
Merge r1688660 from trunk:

mod_authz_dbd: Avoid a crash when lacking correct DB access permissions. PR 57868.

Submitted by: Jose Kahan <jose w3.org>

Submitted by: ylavic
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701404 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix typo (r1701349 in trunk)
Christophe Jaillet [Sat, 5 Sep 2015 06:39:49 +0000 (06:39 +0000)]
Fix typo (r1701349 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701351 13f79535-47bb-0310-9956-ffa450edef68

9 years agoFix commits URLs ('r' prefix).
Yann Ylavic [Fri, 4 Sep 2015 11:26:27 +0000 (11:26 +0000)]
Fix commits URLs ('r' prefix).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701217 13f79535-47bb-0310-9956-ffa450edef68

9 years agoupdated backport proposal for protocols+mod_h2, updated patches
Stefan Eissing [Fri, 4 Sep 2015 11:06:44 +0000 (11:06 +0000)]
updated backport proposal for protocols+mod_h2, updated patches

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701210 13f79535-47bb-0310-9956-ffa450edef68

9 years agoproposed backport of mod_h2
Stefan Eissing [Wed, 2 Sep 2015 14:09:42 +0000 (14:09 +0000)]
proposed backport of mod_h2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1700829 13f79535-47bb-0310-9956-ffa450edef68

9 years agoupdated protocols patch with latest changes and the missing NPN removal
Stefan Eissing [Wed, 2 Sep 2015 11:09:34 +0000 (11:09 +0000)]
updated protocols patch with latest changes and the missing NPN removal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1700766 13f79535-47bb-0310-9956-ffa450edef68

9 years agoVote.
Yann Ylavic [Tue, 1 Sep 2015 09:56:05 +0000 (09:56 +0000)]
Vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1700462 13f79535-47bb-0310-9956-ffa450edef68

9 years agoVote, comment.
Yann Ylavic [Tue, 1 Sep 2015 09:49:46 +0000 (09:49 +0000)]
Vote, comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1700458 13f79535-47bb-0310-9956-ffa450edef68

9 years agoEasy proposals
Christophe Jaillet [Tue, 1 Sep 2015 09:34:31 +0000 (09:34 +0000)]
Easy proposals

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1700447 13f79535-47bb-0310-9956-ffa450edef68

9 years agoUpdate proposal
Christophe Jaillet [Tue, 1 Sep 2015 09:11:45 +0000 (09:11 +0000)]
Update proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1700429 13f79535-47bb-0310-9956-ffa450edef68

9 years agoMove proposal to PATCHES/ISSUES THAT ARE BEING WORKED
Christophe Jaillet [Fri, 28 Aug 2015 21:21:41 +0000 (21:21 +0000)]
Move proposal to PATCHES/ISSUES THAT ARE BEING WORKED
Remove Eric vote as the patch will be tweaked.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698419 13f79535-47bb-0310-9956-ffa450edef68

9 years agovote for memcache change
Eric Covener [Fri, 28 Aug 2015 18:01:53 +0000 (18:01 +0000)]
vote for memcache change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698388 13f79535-47bb-0310-9956-ffa450edef68

9 years agobackport http://svn.apache.org/r1695583 from trunk:
Eric Covener [Fri, 28 Aug 2015 17:54:29 +0000 (17:54 +0000)]
backport http://svn.apache.org/r1695583 from trunk:

mod_dir: when we bail out of fixups, make sure Content-Type is not still
httpd/unix-directory.  This only happens when the generator sets
no content-type which is more common w/ no DefaultType in 2.4.

Submitted By: covener
Reviewed By: ylavic, niq

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698384 13f79535-47bb-0310-9956-ffa450edef68

9 years agopull proposal
Eric Covener [Fri, 28 Aug 2015 12:55:53 +0000 (12:55 +0000)]
pull proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698327 13f79535-47bb-0310-9956-ffa450edef68

9 years agoadd FallbackResource / PR58292 fix
Eric Covener [Thu, 27 Aug 2015 23:02:03 +0000 (23:02 +0000)]
add FallbackResource / PR58292 fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698240 13f79535-47bb-0310-9956-ffa450edef68

9 years agoadding changeset for ap_array_index start parameter and ap_array_contains function
Stefan Eissing [Thu, 27 Aug 2015 12:26:58 +0000 (12:26 +0000)]
adding changeset for ap_array_index start parameter and ap_array_contains function

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698137 13f79535-47bb-0310-9956-ffa450edef68

9 years agoWithdraw mod_proxy_balancer proposal (reverted).
Yann Ylavic [Thu, 27 Aug 2015 11:50:45 +0000 (11:50 +0000)]
Withdraw mod_proxy_balancer proposal (reverted).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698124 13f79535-47bb-0310-9956-ffa450edef68

9 years agoadding r1698116 to core-protocols.patch to clarify new api
Stefan Eissing [Thu, 27 Aug 2015 11:25:09 +0000 (11:25 +0000)]
adding r1698116 to core-protocols.patch to clarify new api

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698117 13f79535-47bb-0310-9956-ffa450edef68

9 years agoadded r1693918 to change list for protocols backport, updated core-protocols.patch
Stefan Eissing [Thu, 27 Aug 2015 08:57:30 +0000 (08:57 +0000)]
added r1693918 to change list for protocols backport, updated core-protocols.patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698094 13f79535-47bb-0310-9956-ffa450edef68

9 years agoproposing Protocols patch for backport
Stefan Eissing [Wed, 26 Aug 2015 13:37:18 +0000 (13:37 +0000)]
proposing Protocols patch for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697931 13f79535-47bb-0310-9956-ffa450edef68

9 years agoarg, reverting the merge info
Stefan Eissing [Wed, 26 Aug 2015 13:36:34 +0000 (13:36 +0000)]
arg, reverting the merge info

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697930 13f79535-47bb-0310-9956-ffa450edef68

9 years agoproposing Protocols patch for backport
Stefan Eissing [Wed, 26 Aug 2015 13:34:10 +0000 (13:34 +0000)]
proposing Protocols patch for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697928 13f79535-47bb-0310-9956-ffa450edef68

9 years agoAdd warning about reaching the balancer[-member] growth limit.
Yann Ylavic [Mon, 24 Aug 2015 10:39:17 +0000 (10:39 +0000)]
Add warning about reaching the balancer[-member] growth limit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697353 13f79535-47bb-0310-9956-ffa450edef68

9 years agoStill +1 with the new change.
Yann Ylavic [Mon, 24 Aug 2015 10:05:53 +0000 (10:05 +0000)]
Still +1 with the new change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697348 13f79535-47bb-0310-9956-ffa450edef68

9 years ago* Add patch for better cleanup and reset vote
Ruediger Pluem [Mon, 24 Aug 2015 07:46:52 +0000 (07:46 +0000)]
* Add patch for better cleanup and reset vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697324 13f79535-47bb-0310-9956-ffa450edef68

9 years ago* Comments
Ruediger Pluem [Mon, 24 Aug 2015 07:40:33 +0000 (07:40 +0000)]
* Comments

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697322 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRebuild.
Lucien Gentis [Sat, 22 Aug 2015 16:47:39 +0000 (16:47 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697100 13f79535-47bb-0310-9956-ffa450edef68

9 years agoXML update.
Lucien Gentis [Sat, 22 Aug 2015 16:40:39 +0000 (16:40 +0000)]
XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697099 13f79535-47bb-0310-9956-ffa450edef68

9 years agoStatus review: vote, promote, comment.
Nick Kew [Fri, 21 Aug 2015 23:05:42 +0000 (23:05 +0000)]
Status review: vote, promote, comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697067 13f79535-47bb-0310-9956-ffa450edef68

9 years agoUpdate SubstituteInheritBefore proposal to v5.
Yann Ylavic [Fri, 21 Aug 2015 16:18:33 +0000 (16:18 +0000)]
Update SubstituteInheritBefore proposal to v5.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697021 13f79535-47bb-0310-9956-ffa450edef68

9 years agoVotes.
Yann Ylavic [Fri, 21 Aug 2015 13:38:09 +0000 (13:38 +0000)]
Votes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696976 13f79535-47bb-0310-9956-ffa450edef68

9 years ago* Add proposal
Ruediger Pluem [Fri, 21 Aug 2015 13:32:51 +0000 (13:32 +0000)]
* Add proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696970 13f79535-47bb-0310-9956-ffa450edef68

9 years agoPropose fix for PR 58024.
Yann Ylavic [Fri, 21 Aug 2015 12:53:10 +0000 (12:53 +0000)]
Propose fix for PR 58024.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696962 13f79535-47bb-0310-9956-ffa450edef68

9 years agoGenerated doc changes
Mike Rumph [Fri, 21 Aug 2015 00:30:54 +0000 (00:30 +0000)]
Generated doc changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696885 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRestructure ProxyPass directive documentation
Mike Rumph [Fri, 21 Aug 2015 00:25:46 +0000 (00:25 +0000)]
Restructure ProxyPass directive documentation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696884 13f79535-47bb-0310-9956-ffa450edef68

9 years agoPropose backports
Nick Kew [Thu, 20 Aug 2015 23:57:23 +0000 (23:57 +0000)]
Propose backports

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696883 13f79535-47bb-0310-9956-ffa450edef68

9 years agoGenerated doc changes
Mike Rumph [Tue, 18 Aug 2015 19:00:47 +0000 (19:00 +0000)]
Generated doc changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696483 13f79535-47bb-0310-9956-ffa450edef68

9 years agoGrammar corrections
Mike Rumph [Tue, 18 Aug 2015 18:58:09 +0000 (18:58 +0000)]
Grammar corrections

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696482 13f79535-47bb-0310-9956-ffa450edef68

9 years agoGenerated doc changes
Mike Rumph [Mon, 17 Aug 2015 19:40:44 +0000 (19:40 +0000)]
Generated doc changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696330 13f79535-47bb-0310-9956-ffa450edef68

9 years agoGrammar corrections
Mike Rumph [Mon, 17 Aug 2015 19:36:51 +0000 (19:36 +0000)]
Grammar corrections

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696329 13f79535-47bb-0310-9956-ffa450edef68

9 years agopropose
Christophe Jaillet [Sun, 16 Aug 2015 12:59:03 +0000 (12:59 +0000)]
propose

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696139 13f79535-47bb-0310-9956-ffa450edef68

9 years agopropose fix for tricky stackoveflow.com bug
Eric Covener [Wed, 12 Aug 2015 17:37:59 +0000 (17:37 +0000)]
propose fix for tricky stackoveflow.com bug

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1695584 13f79535-47bb-0310-9956-ffa450edef68

9 years agoPropose
Christophe Jaillet [Tue, 11 Aug 2015 21:03:43 +0000 (21:03 +0000)]
Propose

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1695378 13f79535-47bb-0310-9956-ffa450edef68

9 years agomerge r1694936
Gregg Lewis Smith [Mon, 10 Aug 2015 00:11:07 +0000 (00:11 +0000)]
merge r1694936
remove space after the \

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1694938 13f79535-47bb-0310-9956-ffa450edef68

9 years agoMerge r1694903
Gregg Lewis Smith [Sun, 9 Aug 2015 22:09:20 +0000 (22:09 +0000)]
Merge r1694903
Add include path for NetWare build.
Submitted by: normw gknw net.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1694919 13f79535-47bb-0310-9956-ffa450edef68

9 years agoMerge r1642099
Gregg Lewis Smith [Sun, 9 Aug 2015 21:57:33 +0000 (21:57 +0000)]
Merge r1642099
Add include path for NetWare build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1694916 13f79535-47bb-0310-9956-ffa450edef68

9 years agoAdd missing proxy export symbol.
Gregg Lewis Smith [Sun, 9 Aug 2015 21:53:57 +0000 (21:53 +0000)]
Add missing proxy export symbol.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1694915 13f79535-47bb-0310-9956-ffa450edef68

9 years agopropose old rewrite/cookie fix
Eric Covener [Mon, 3 Aug 2015 20:11:09 +0000 (20:11 +0000)]
propose old rewrite/cookie fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1693965 13f79535-47bb-0310-9956-ffa450edef68

9 years agopropose apxs -q additions
Eric Covener [Mon, 3 Aug 2015 15:39:38 +0000 (15:39 +0000)]
propose apxs -q additions

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1693920 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRecord approval/staging date
William A. Rowe Jr [Thu, 30 Jul 2015 00:09:31 +0000 (00:09 +0000)]
Record approval/staging date

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1693365 13f79535-47bb-0310-9956-ffa450edef68

9 years agotag the not-released versions to synch up with STATUS, recommended
Eric Covener [Wed, 29 Jul 2015 14:45:10 +0000 (14:45 +0000)]
tag the not-released versions to synch up with STATUS, recommended
by Julian Foad.  2.2.x CHANGES has this for a recent not-released
version.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1693278 13f79535-47bb-0310-9956-ffa450edef68

9 years ago* Add proposal
Ruediger Pluem [Wed, 22 Jul 2015 14:08:56 +0000 (14:08 +0000)]
* Add proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1692279 13f79535-47bb-0310-9956-ffa450edef68

9 years agoproperty cleanup
André Malo [Mon, 20 Jul 2015 10:28:13 +0000 (10:28 +0000)]
property cleanup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1691911 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRebuild.
Lucien Gentis [Sat, 18 Jul 2015 15:28:04 +0000 (15:28 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1691749 13f79535-47bb-0310-9956-ffa450edef68

9 years agoXML update.
Lucien Gentis [Sat, 18 Jul 2015 15:26:43 +0000 (15:26 +0000)]
XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1691748 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRebuild.
Lucien Gentis [Sat, 18 Jul 2015 15:04:29 +0000 (15:04 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1691741 13f79535-47bb-0310-9956-ffa450edef68

9 years agoXML update.
Lucien Gentis [Sat, 18 Jul 2015 15:03:54 +0000 (15:03 +0000)]
XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1691740 13f79535-47bb-0310-9956-ffa450edef68

9 years agorevert r1691722, I thought I was in a private tree.
Eric Covener [Sat, 18 Jul 2015 12:20:59 +0000 (12:20 +0000)]
revert r1691722, I thought I was in a private tree.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1691723 13f79535-47bb-0310-9956-ffa450edef68

9 years agoremove socache
Eric Covener [Sat, 18 Jul 2015 12:19:49 +0000 (12:19 +0000)]
remove socache

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1691722 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRebuild.
Lucien Gentis [Sun, 12 Jul 2015 13:22:48 +0000 (13:22 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690458 13f79535-47bb-0310-9956-ffa450edef68

9 years agoXML updates.
Lucien Gentis [Sun, 12 Jul 2015 13:22:01 +0000 (13:22 +0000)]
XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690457 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRebuild.
Lucien Gentis [Sat, 11 Jul 2015 15:57:42 +0000 (15:57 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690382 13f79535-47bb-0310-9956-ffa450edef68

9 years agoXML updates.
Lucien Gentis [Sat, 11 Jul 2015 15:56:48 +0000 (15:56 +0000)]
XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690381 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRebuild and only leave outdated the translated files that already were outdated
Christophe Jaillet [Sat, 11 Jul 2015 05:40:05 +0000 (05:40 +0000)]
Rebuild and only leave outdated the translated files that already were outdated

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690351 13f79535-47bb-0310-9956-ffa450edef68

9 years agoBackport r1690137.
Christophe Jaillet [Sat, 11 Jul 2015 05:33:45 +0000 (05:33 +0000)]
Backport r1690137.
Doc and comment fix only

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690350 13f79535-47bb-0310-9956-ffa450edef68

9 years agoBackport r1690120.
Christophe Jaillet [Sat, 11 Jul 2015 05:21:39 +0000 (05:21 +0000)]
Backport r1690120.
Doc and comment fix only

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690349 13f79535-47bb-0310-9956-ffa450edef68

9 years agoBackport r1690122.
Christophe Jaillet [Sat, 11 Jul 2015 04:57:56 +0000 (04:57 +0000)]
Backport r1690122.
Doc and comment fix only

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690347 13f79535-47bb-0310-9956-ffa450edef68

9 years agoRebuild
Christophe Jaillet [Sat, 11 Jul 2015 04:54:34 +0000 (04:54 +0000)]
Rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690346 13f79535-47bb-0310-9956-ffa450edef68

9 years agoFix doc as spotted by Matthew in online doc
Christophe Jaillet [Sat, 11 Jul 2015 04:53:00 +0000 (04:53 +0000)]
Fix doc as spotted by Matthew  in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690345 13f79535-47bb-0310-9956-ffa450edef68

9 years agoand we are 2.4.17-dev
Jim Jagielski [Fri, 10 Jul 2015 20:25:38 +0000 (20:25 +0000)]
and we are 2.4.17-dev

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690308 13f79535-47bb-0310-9956-ffa450edef68

9 years agoprepare to tag 2.4.16
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

9 years agonote 2.4.15 not released either.
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

9 years agomod_ldap: Fix unexpected return codes from LDAP lib being coerced
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: 168798016896941689698
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

9 years agoVote and propote.
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

9 years agoDrop a vote till we decide to destabilize 2.4 again.
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

9 years agocore: Avoid a possible truncation of the faulty header included in the
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

9 years agomod_reqtimeout: Don't let pipelining checks and keep-alive times interfere
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: 162145316413761689325
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

9 years agovote/promote
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

9 years agopropose debugging aid for LDAP
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

9 years agoRebuild-all
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

9 years agoCredits are for authorship
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

9 years agoThis looks correct to me
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

9 years agoMerge r1688536 and r1688538 from trunk.
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

9 years agoApplied in r1689815.
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

9 years agoRevert r1663259, causing a regression with non-redirect statuses, until more
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

9 years agoRevert mod_alias' expressions (for 2.4.16) since it does not look that expected.
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

9 years agoFix typo spotted in comment in online doc. [comment #1683)
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

9 years agoNote about framework test associated with mod_alias expressions
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