]>
granicus.if.org Git - apache/log
Christophe Jaillet [Tue, 27 Dec 2016 08:41:59 +0000 (08:41 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1776093 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 27 Dec 2016 08:39:41 +0000 (08:39 +0000)]
Fix old comment from Martijn
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1776091 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Sat, 24 Dec 2016 10:04:19 +0000 (10:04 +0000)]
On the 2.4.x branch:
mod_http2: removing debug logs leftover in previous commit
* modules/http2/h2_bucket_beam.c
removed log warnings from debug session
Modified:
httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775945 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 23 Dec 2016 12:47:06 +0000 (12:47 +0000)]
On the 2.4.x branch: merge of r1775833 from trunk:
Cleanup mod_http2 beamer registry on server reload. Fixes PR60510.
* modules/http2/h2_bucket_beam.c
register cleanup function on installation that NULLs the beamer
registry on pool cleanup.
Patch by: Pavel Mateja <pavel@verotel.cz
me
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775834 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Dec 2016 12:36:26 +0000 (12:36 +0000)]
Merge r1775770 from trunk:
pass along error buckets
In 2.4, they are generated by LimitRequestBody failures. trunk no
longer uses error buckets in this path, but someone else could.
PR60375
Submitted By: Eric Covener,Lubos Uhliarik <luhliari redhat.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@
1775832 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Dec 2016 12:35:29 +0000 (12:35 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775830 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Dec 2016 12:35:13 +0000 (12:35 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775829 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Dec 2016 12:34:47 +0000 (12:34 +0000)]
Merge r1775195 from trunk:
http_header_filter: on check_headers() failure, use AP_FILTER_ERROR and EOC
semantics to respectively warn the caller and cleanly terminate the connection
afterwards.
Suggested by: rpluem
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775828 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Dec 2016 12:34:28 +0000 (12:34 +0000)]
Merge r1775199, r1775664 from trunk:
Fix strict Host: header checking on EBCDIC
on zOS, isascii() really means 7 bit ascii, but our strings
are in ebcdic for 99.95% of the lifetime of the server.
remove initial isascii check entirely
We are already checking an even narrower set of characters
just below.
Submitted by: covener
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775827 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Dec 2016 12:33:29 +0000 (12:33 +0000)]
Merge r1775173 from trunk:
Silence compiler warning:
"686: warning: 'ok' may be used uninitialized in
this function"
This is a false positive, because the value of "ok"
will only be used if stapling_get_cached_response()
sets "rsp" to non-NULL in which case it will always
have set "ok".
Submitted by: rjung
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775826 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Dec 2016 12:33:08 +0000 (12:33 +0000)]
Merge r1741570 from trunk:
* Silence compiler warning
Submitted by: rpluem
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775825 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 23 Dec 2016 12:11:16 +0000 (12:11 +0000)]
On the 2.4.x branch:
mod_http2: version bump after backport
* modules/http2/h2_version.h: increased version number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775822 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 23 Dec 2016 11:41:29 +0000 (11:41 +0000)]
On the 2.4.x branch:
Merge r1775813 from trunk:
Fix mod_h2/github issue #126: correct lifetime of data sent on temp pools
* modules/http2/h2_bucket_beam.c
- ignore send pools that are sub-pools of the existing one
- added h2_beam_send_from() to allow explicit registering of the
correct pool for the sending
* modules/http2/h2_bucket_beam.h
- add prototype for h2_beam_send_from()
* modules/http2/h2_mplx.c
- adding logging of output beam state
* modules/http2/h2_stream.c
- register stream pool for sending data on input beam
* modules/http2/h2_task.c
- register task pool on output beam on creation
- adding trace logging
* modules/http2/h2_proxy_session.c
- fixing a type in a comment while we're at it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775816 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 22 Dec 2016 23:40:36 +0000 (23:40 +0000)]
Vote, Promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775778 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 22 Dec 2016 23:36:36 +0000 (23:36 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775777 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 22 Dec 2016 23:05:24 +0000 (23:05 +0000)]
propose ext_filter fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775771 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 22 Dec 2016 14:55:15 +0000 (14:55 +0000)]
solid morning... votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775670 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 22 Dec 2016 14:23:47 +0000 (14:23 +0000)]
axe the check entirely
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775666 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 21 Dec 2016 16:21:09 +0000 (16:21 +0000)]
fcgi patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775488 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 20 Dec 2016 09:05:36 +0000 (09:05 +0000)]
* Add proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775233 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 20 Dec 2016 03:40:35 +0000 (03:40 +0000)]
update viewvc shortcut
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775201 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 20 Dec 2016 03:40:16 +0000 (03:40 +0000)]
ebcdic fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775200 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 20 Dec 2016 01:33:53 +0000 (01:33 +0000)]
assign logno from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775197 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 19 Dec 2016 20:39:06 +0000 (20:39 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775174 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 19 Dec 2016 20:29:13 +0000 (20:29 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1775172 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 18 Dec 2016 15:02:54 +0000 (15:02 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774896 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 18 Dec 2016 15:01:46 +0000 (15:01 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774895 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 16 Dec 2016 18:48:49 +0000 (18:48 +0000)]
Fix exported .mak output of mod_socache_memcache for '../generators' dependency
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774650 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 18:26:03 +0000 (18:26 +0000)]
and we are now 2.4.26-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774647 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 18:23:39 +0000 (18:23 +0000)]
Roll on 2.4.25
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774644 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 18:21:24 +0000 (18:21 +0000)]
Merge r1774609 from trunk:
Add ../generators to include path for Windows
build of mod_socache_memcache. It now needs
mod_status.h.
Untested but exactly analogous to what works for
mod_socache_shmcb and others.
Submitted by: rjung
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774643 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 15:45:47 +0000 (15:45 +0000)]
note CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774628 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 15:44:07 +0000 (15:44 +0000)]
Merge r1706595 from trunk:
Follow-up to r1702948:
APR_HAVE_foo is checked via #if, not #ifdef (since it should always be
defined, to either 0 or 1)
This fixes a compile error on Windows introduced by r1702948
as well as straightens up two long-time glitches.
Submitted by: trawick
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774626 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 15:43:44 +0000 (15:43 +0000)]
Merge r1774602 from trunk:
Use correct format pattern, "%lu" is wrong for
apr_uint64_t on some platforms.
Followup to r1649491.
Submitted by: rjung
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774625 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 16 Dec 2016 15:41:24 +0000 (15:41 +0000)]
Vote, promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774623 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 15:24:28 +0000 (15:24 +0000)]
vote...
and Good Catch!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774622 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 16 Dec 2016 15:18:50 +0000 (15:18 +0000)]
And another proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774620 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 15:11:02 +0000 (15:11 +0000)]
Some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774612 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 16 Dec 2016 15:06:02 +0000 (15:06 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774611 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 16 Dec 2016 14:48:49 +0000 (14:48 +0000)]
Propose simple fix observed during 2.4.24
test builds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774605 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 12:31:33 +0000 (12:31 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774580 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 11:57:50 +0000 (11:57 +0000)]
And we are 2.4.25-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774577 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 11:55:16 +0000 (11:55 +0000)]
Get ready to tag 2.4.24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774575 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 16 Dec 2016 11:32:40 +0000 (11:32 +0000)]
revoke
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774574 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 16 Dec 2016 00:10:40 +0000 (00:10 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774544 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 16 Dec 2016 00:02:47 +0000 (00:02 +0000)]
Note.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774543 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 15 Dec 2016 21:34:36 +0000 (21:34 +0000)]
kill 'em early
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774527 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Thu, 15 Dec 2016 18:33:40 +0000 (18:33 +0000)]
Documentation rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774512 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Thu, 15 Dec 2016 18:32:47 +0000 (18:32 +0000)]
Added a note to mod_ratelimit's documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774511 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Thu, 15 Dec 2016 17:55:15 +0000 (17:55 +0000)]
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774503 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Thu, 15 Dec 2016 17:48:16 +0000 (17:48 +0000)]
Translation variations after doc rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774502 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Thu, 15 Dec 2016 17:41:43 +0000 (17:41 +0000)]
documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774501 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Thu, 15 Dec 2016 17:41:18 +0000 (17:41 +0000)]
Merge r1772357, r1772399, r1772512 from trunk:
Add a section to mpm-event's documentation to advertise new changes
I tried to add a summary of Stefan's last patches just backported to
2.4.x today. I've read all of them and tried to report Stefan's comment
from PR 53555 as much as possible. Please review and let me know if I wrong
something incorrect or not precise enough.
Fixed some wording in mpm-event's doc page
Added some notes in mpm-event's doc page
Submitted by: elukey
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774500 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 15 Dec 2016 12:18:59 +0000 (12:18 +0000)]
Merge r1774286 from trunk:
Follow up to r1773761: restore EOC semantic.
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774429 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 15 Dec 2016 12:17:46 +0000 (12:17 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774428 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 15 Dec 2016 12:17:32 +0000 (12:17 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774427 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 15 Dec 2016 10:11:58 +0000 (10:11 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774409 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 15 Dec 2016 02:53:39 +0000 (02:53 +0000)]
remove this showstopper, no longer anything contentious
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774361 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 14 Dec 2016 22:27:25 +0000 (22:27 +0000)]
Merge r1774288 from trunk:
short-circuit some kinds of looping in RewriteRule.
PR60478
Submitted By: Jeff Wheelouse <apache wheelhouse.org>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774352 13f79535 -47bb-0310-9956-
ffa450edef68
Jacob Champion [Wed, 14 Dec 2016 19:36:01 +0000 (19:36 +0000)]
Promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774327 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 14 Dec 2016 18:06:38 +0000 (18:06 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774300 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 14 Dec 2016 16:28:52 +0000 (16:28 +0000)]
propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774289 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 14 Dec 2016 16:25:36 +0000 (16:25 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774287 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 14 Dec 2016 12:57:38 +0000 (12:57 +0000)]
update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774207 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 14 Dec 2016 12:49:41 +0000 (12:49 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
Reviewed by: Orhan Berent <berent belgeler.gen.tr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774204 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 17:57:58 +0000 (17:57 +0000)]
Merge r1770951, r1774008, r1774068, r1774069 from trunk:
Allow for initual burst at full speed
Some "error" reporting if we overflow
rate limit notes
xhtml
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774071 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Tue, 13 Dec 2016 17:41:59 +0000 (17:41 +0000)]
Vote + Promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774066 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 13 Dec 2016 17:21:30 +0000 (17:21 +0000)]
Document CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774065 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 14:29:28 +0000 (14:29 +0000)]
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774025 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 14:28:18 +0000 (14:28 +0000)]
Merge r1774023 from trunk:
add buzz word
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774024 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 14:05:06 +0000 (14:05 +0000)]
Merge r1774018 from trunk:
html elements
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774019 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 13:57:02 +0000 (13:57 +0000)]
Merge r1768245, r1770828 from trunk:
heh... bring memcache up to redis :)
mod_status info
From Norm:
NWGNUsocachmem needs to find mod_status.h
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774016 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 13 Dec 2016 13:38:50 +0000 (13:38 +0000)]
promote simple status patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774014 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 13:16:55 +0000 (13:16 +0000)]
note logging patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1774009 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 12:46:30 +0000 (12:46 +0000)]
Merge r1773293, r1773761, r1773779, r1773812, r1773861, r1773862, r1773865 from trunk:
change error handling for bad resp headers
- avoid looping between ap_die and the http filter
- remove the header that failed the check
- keep calling apr_table_do until our fn stops matching
This is still not great. We get the original body, a 500 status
code and status line.
(r1773285 + fix for first return from check_headers)
Follow up to r1773293.
When check_headers() fails, clear anything (headers and body) from original/errorneous
response before returning 500.
Follow up to r1773761: don't check_headers() more than once.
Follow up to r1773761: don't recurse on internal redirects.
Follow up to r1773761: don't recurse on ap_send_error_response() either.
Follow up to r1773761: we need to check both ap_send_error_response() and internal redirect recursions.
Follow up to r1773761: improved recursion detection.
Submitted by: covener, ylavic, ylavic, ylavic, ylavic, ylavic, ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773995 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 13 Dec 2016 12:41:18 +0000 (12:41 +0000)]
tested and voted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773993 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Tue, 13 Dec 2016 09:52:50 +0000 (09:52 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773937 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 12 Dec 2016 21:58:06 +0000 (21:58 +0000)]
Provide all-in-one patch to ease review.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773883 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 12 Dec 2016 21:34:44 +0000 (21:34 +0000)]
This is looking solid
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773877 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 12 Dec 2016 20:51:44 +0000 (20:51 +0000)]
Duplicate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773871 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 12 Dec 2016 20:50:05 +0000 (20:50 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773869 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 12 Dec 2016 16:14:10 +0000 (16:14 +0000)]
some context
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773811 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 12 Dec 2016 16:06:09 +0000 (16:06 +0000)]
drop proposal
surafe two showstoppers discussed elsewhere in STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773810 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 12 Dec 2016 15:23:33 +0000 (15:23 +0000)]
Merge r1773162 from trunk:
After eliminating unusual whitespace in Unsafe mode (e.g. \f \v), we are left
with the same behavior in both of these cases. Simplify. Noted by rpluem.
Submitted by: wrowe
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773803 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 12 Dec 2016 15:22:49 +0000 (15:22 +0000)]
Merge r1773159 from trunk:
Partial port of proposed r1773158 for httpd-2.x only; this change causes all
illegible protocol args to be rejected, irrespective of the strict toggle as
we expect this to occur with a garbage raw SP embedded in the request URI.
Simplifies the code using the protocol 0.9 sentinal to set up an http/1.0
error response.
String duplication of r1773158 is uninteresting, httpd-2.x has a const protocol
member.
Submitted by: rpluem, wrowe
Submitted by: wrowe
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773802 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 12 Dec 2016 15:21:29 +0000 (15:21 +0000)]
Merge r1773346 from trunk:
Drop C-L header and message-body from HTTP 204 responses.
The C-L header can be set in a fcgi/cgi backend or in other
filters like ap_content_length_filter (with the value of 0),
meanwhile the message-body can be returned incorrectly
by any backend. The idea is to remove unnecessary bytes
from a HTTP 204 response.
PR 51350
Submitted by: elukey
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773801 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 12 Dec 2016 15:20:04 +0000 (15:20 +0000)]
Merge r1773397 from trunk:
ProxyPass ! doesn't block per-directory ProxyPass
*) mod_proxy: Honor a server scoped ProxyPass exception when ProxyPass is
configured in <Location>, like in 2.2. PR 60458.
[Eric Covener]
Submitted by: covener
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773800 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 12 Dec 2016 11:30:28 +0000 (11:30 +0000)]
Vote, promote, note.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773765 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 12 Dec 2016 05:59:51 +0000 (05:59 +0000)]
One doesn't seem like the right fix, another appears to be.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773740 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Sat, 10 Dec 2016 11:08:59 +0000 (11:08 +0000)]
Propose + vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773515 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 9 Dec 2016 14:13:07 +0000 (14:13 +0000)]
votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773403 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 9 Dec 2016 14:04:24 +0000 (14:04 +0000)]
propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773402 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 9 Dec 2016 14:02:08 +0000 (14:02 +0000)]
propose PR60458
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773398 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 8 Dec 2016 19:00:08 +0000 (19:00 +0000)]
80 col
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773282 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 8 Dec 2016 15:39:36 +0000 (15:39 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773254 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 8 Dec 2016 15:16:20 +0000 (15:16 +0000)]
votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773252 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 8 Dec 2016 15:11:36 +0000 (15:11 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773251 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 8 Dec 2016 14:35:08 +0000 (14:35 +0000)]
cgi "most common"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773247 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 7 Dec 2016 23:41:30 +0000 (23:41 +0000)]
Two issues noted by rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773164 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 7 Dec 2016 23:05:37 +0000 (23:05 +0000)]
Meant to commit this to the merge branch for consideration; reverting r1773158
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1773160 13f79535 -47bb-0310-9956-
ffa450edef68