]>
granicus.if.org Git - apache/log
Rich Bowen [Wed, 12 Mar 2014 20:41:31 +0000 (20:41 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576895 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 12 Mar 2014 20:40:44 +0000 (20:40 +0000)]
Fixes weird syntax in example, and removes superfluos quote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576894 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 12 Mar 2014 20:37:08 +0000 (20:37 +0000)]
Use the simpler Files syntax rather than FilesMatch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576890 13f79535 -47bb-0310-9956-
ffa450edef68
Stephen Henson [Wed, 12 Mar 2014 13:52:26 +0000 (13:52 +0000)]
A bug in some older versions of OpenSSL will cause a crash
in SSL_get_certificate for servers where the certificate hasn't
been sent.
Workaround by setting the ssl structure to client mode which
bypasses the faulty code in OpenSSL. Normally setting a server
ssl structure to client mode would cause problems later on:
but we are freeing the structure immediately without attempting
to use it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576741 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 11 Mar 2014 20:37:34 +0000 (20:37 +0000)]
* This one is backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576496 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 11 Mar 2014 16:44:35 +0000 (16:44 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576417 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 11 Mar 2014 16:43:39 +0000 (16:43 +0000)]
Ensure that .lua.foo files aren't affected
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576415 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 11 Mar 2014 15:40:08 +0000 (15:40 +0000)]
These are in 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576384 13f79535 -47bb-0310-9956-
ffa450edef68
Jan Kaluža [Tue, 11 Mar 2014 08:52:54 +0000 (08:52 +0000)]
mod_authn_socache.c: fix creation of default socache_instance.
In pre_config, default socache_provider is created, but socache_instance
initialization is missing. This leads to crash on startup if default
socache_provider is used (AuthnCacheSOCache is not called) and
AuthnCacheEnable or AuthnCacheProvideFor is used.
This problem has been introduced in r1531961.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1576233 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 10 Mar 2014 16:06:18 +0000 (16:06 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575986 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 10 Mar 2014 14:57:14 +0000 (14:57 +0000)]
fix spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575958 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 9 Mar 2014 13:54:22 +0000 (13:54 +0000)]
make it clear that B is for backreferences
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575709 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 8 Mar 2014 22:56:56 +0000 (22:56 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575630 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 8 Mar 2014 17:38:56 +0000 (17:38 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575577 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 7 Mar 2014 21:05:32 +0000 (21:05 +0000)]
Rebuild HTML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575407 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 7 Mar 2014 21:05:11 +0000 (21:05 +0000)]
As per comment, removing quotes makes the example work
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575406 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Mar 2014 21:01:33 +0000 (21:01 +0000)]
Module identification
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575403 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Mar 2014 20:56:24 +0000 (20:56 +0000)]
CVE-2014-0098 (reported by Rainer Canavan <rainer-apache 7val com>)
Segfaults w/ truncated cookie logging.
Clean up the cookie logging parser to recognize only the cookie=value pairs,
not valueless cookies. This refactors multiple passes over the same string
buffer into a single pass parser.
Submitted by: wrowe
Reviewed by: rpluem, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575400 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Mar 2014 20:45:33 +0000 (20:45 +0000)]
Revert r1574518 to get 2.2/2.4/2.x all back in sync for a single fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575394 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 7 Mar 2014 20:35:07 +0000 (20:35 +0000)]
Add =~ and !~ to the table of comparison operators
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575392 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 7 Mar 2014 20:30:09 +0000 (20:30 +0000)]
Add =~ and !~ to the table of comparison operators
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1575391 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 5 Mar 2014 15:00:56 +0000 (15:00 +0000)]
ensure cookies have name/value
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1574518 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 4 Mar 2014 17:45:36 +0000 (17:45 +0000)]
follow-up to r1562472,
1561262 , and
1561923 :
Improve messaging...
* easier to tell what went wrong in some cases
* reduce number of debug messages without losing information in some cases
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1574151 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 Mar 2014 21:31:33 +0000 (21:31 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573755 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 3 Mar 2014 17:33:15 +0000 (17:33 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573631 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 3 Mar 2014 17:32:09 +0000 (17:32 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573630 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 3 Mar 2014 17:28:17 +0000 (17:28 +0000)]
Allow reverse-proxy to be set via explicit handler
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573626 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 Mar 2014 20:11:06 +0000 (20:11 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573355 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 1 Mar 2014 21:36:27 +0000 (21:36 +0000)]
mod_proxy: Add comment and avoid ternary operator as condition (no functional change).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573229 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 1 Mar 2014 20:34:55 +0000 (20:34 +0000)]
mod_deflate: when consuming zlibs flags, APR_INCOMPLETE implies no more bytes available.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573224 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 1 Mar 2014 18:34:25 +0000 (18:34 +0000)]
backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573207 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 1 Mar 2014 14:00:22 +0000 (14:00 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1573175 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 28 Feb 2014 14:46:50 +0000 (14:46 +0000)]
mod_proxy: follows up r1572630.
Don't reuse a SSL backend connection with no SNI for a request requiring SNI.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572967 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 28 Feb 2014 10:42:47 +0000 (10:42 +0000)]
mod_deflate: follows up r1572896.
Be safe from successive or post end-of-stream flush buckets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572911 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 28 Feb 2014 10:22:26 +0000 (10:22 +0000)]
core: avoid a double apr_time_now() call on the first succeeding read.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572905 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 28 Feb 2014 09:42:41 +0000 (09:42 +0000)]
mod_deflate:
Don't fail when asked to flush inflated data to the user-agent and that
coincides with the end of stream ("Zlib error flushing inflate buffer").
PR 56196.
Submitted By: [Christoph Fausak <christoph.fausak glueckkanja com>]
Committed By: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572896 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 27 Feb 2014 21:56:59 +0000 (21:56 +0000)]
this wasn't supposed to be a pointer, thanks Yann!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572748 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 27 Feb 2014 19:11:54 +0000 (19:11 +0000)]
Remove bad line that snuck into the commit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572704 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 27 Feb 2014 19:10:55 +0000 (19:10 +0000)]
mod_lua: Only read up to whatever the user defines as max size when using r:parsebody() - if content length is greater, return an error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572703 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 18:15:03 +0000 (18:15 +0000)]
Commit 6 on 6 to fix reentrance (incomplete Zlib header or validation bytes) in mod_deflate's output and input filters.
PR 46146 (patches from duplicated PR 55666)
Ignore empty buckets and split buckets longer than INT_MAX (since zlib uses 32-bit ints only) in all filters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572671 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 18:08:34 +0000 (18:08 +0000)]
Commit 5 on 6 to fix reentrance (incomplete Zlib header or validation bytes) in mod_deflate's output and input filters.
PR 46146 (patches from duplicated PR 55666)
Handle Zlib flags in the inflate input filter as in the output filter, using consume_zlib_flags().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572670 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 18:01:38 +0000 (18:01 +0000)]
Commit 4 on 6 to fix reentrance (incomplete Zlib header or validation bytes) in mod_deflate's output and input filters.
PR 46146 (patches from duplicated PR 55666)
Handle non blocking reads which would block in the inflate input filter (not an error).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572669 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 17:57:13 +0000 (17:57 +0000)]
Commit 3 on 6 to fix reentrance (incomplete Zlib header or validation bytes) in mod_deflate's output and input filters.
PR 46146 (patches from duplicated PR 55666)
Handle Zlib validation bytes buffering (CRC + length) in the inflate input filter :
- use validation_buffer and validation_length as state,
- loop until all the bytes are received.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572668 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 17:35:58 +0000 (17:35 +0000)]
Commit 2 on 6 to fix reentrance (incomplete Zlib header or validation bytes) in mod_deflate's output and input filters.
PR 46146 (patches from duplicated PR 55666)
Handle Zlib header buffering in the inflate input filter :
- loop until all the header is received,
- handle non blocking reads returning empty brigade,
- fix a double ap_get_brigade() when an EOS brigade is encountered while reading the header,
- in that case and no data was received so far, don't return an error but SUCCESS with the EOS, otherwise fail,
- don't remove the Content-Length and Content-MD5 headers until some data is read.
Still does not handle Zlib flags for now, next commits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572663 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 16:56:07 +0000 (16:56 +0000)]
Commit 1 on 6 to fix reentrance (incomplete Zlib header or validation bytes) in mod_deflate's output and input filters.
PR 46146 (patches from duplicated PR 55666)
Handle Zlib header buffering in the inflate output filter :
- add the new deflate_ctx_t fields needed to re-enter the Zlib header parsing,
- introduce the new consume_zlib_flags() function to parse/consume the ZLib flags (will be used by the other filters too),
- use it to handle incomplete header in the output filter (deflate).
This alone fixes PR 55666, but the issue remains for PR 46146 (inflate/deflate input filters), hence the following patches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572655 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 15:40:01 +0000 (15:40 +0000)]
Redo what was reverted in r1572627.
Don't reuse a SSL backend connection whose SNI differs. PR 55782.
This may happen when ProxyPreserveHost is on and the proxy-worker
handles connections to different Hosts.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572630 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 15:33:58 +0000 (15:33 +0000)]
Move newly added proxy_conn_rec's uds_path field to the end of the struct like in 2.4.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572628 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 15:31:58 +0000 (15:31 +0000)]
Revert r1572606 for the time being since backport would conflict with 2.4.x's proxy_conn_rec.
The uds_path field is at the end of the struct in 2.4.x but not in trunk.
Fix that first, then recommit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572627 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 15:06:23 +0000 (15:06 +0000)]
Follows up r1572606.
MMN minor bump required by proxy_conn_rec change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572611 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 14:52:12 +0000 (14:52 +0000)]
Don't reuse a SSL backend connection whose SNI differs. PR 55782.
This may happen when ProxyPreserveHost is on and the proxy-worker
handles connections to different Hosts.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572606 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 13:39:25 +0000 (13:39 +0000)]
Avoid useless functions calls.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572561 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Feb 2014 13:05:24 +0000 (13:05 +0000)]
Cleanup the client to backend brigade before returning an error (if any) to avoid buckets lifetime issues (backend connection's pool destroyed before request's one). PR 50335.
Suggested by rpluem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572543 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 Feb 2014 21:27:07 +0000 (21:27 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572263 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 26 Feb 2014 19:02:14 +0000 (19:02 +0000)]
* Put a note in CHANGES about r1553204
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572198 13f79535 -47bb-0310-9956-
ffa450edef68
Jan Kaluža [Wed, 26 Feb 2014 15:30:25 +0000 (15:30 +0000)]
mod_deflate: fix decompression of files larger than 4GB. According to RFC1952,
Input SIZE (compLen) contains the size of the original input data modulo 2^32.
PR: 56062
Submitted by: Lukas Bezdicka
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1572092 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 24 Feb 2014 22:37:55 +0000 (22:37 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1571472 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 24 Feb 2014 22:37:43 +0000 (22:37 +0000)]
fix compatibility info for "setifempty".
http://httpd.apache.org/docs/2.4/mod/mod_headers.html#comment_2245
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1571471 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 24 Feb 2014 17:52:08 +0000 (17:52 +0000)]
normalize an ugly construct which somehow manages to return the correct value
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1571369 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 24 Feb 2014 17:50:16 +0000 (17:50 +0000)]
fix spelling error in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1571368 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Feb 2014 18:01:30 +0000 (18:01 +0000)]
stabilize directive sort for latex build as well
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570867 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Feb 2014 17:47:32 +0000 (17:47 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570863 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Feb 2014 17:47:10 +0000 (17:47 +0000)]
handle duplicate directives by sorting directive lists additionally by module name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570862 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 22 Feb 2014 15:23:43 +0000 (15:23 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570849 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 22 Feb 2014 00:18:34 +0000 (00:18 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570758 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 21 Feb 2014 20:01:25 +0000 (20:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570686 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 21 Feb 2014 15:08:32 +0000 (15:08 +0000)]
Log an error in mod_proxy_http when reading the request body fails.
Follow-up to r1538776 where incomplete bodies are detected and an error returned through the input filters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570598 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 21 Feb 2014 11:14:26 +0000 (11:14 +0000)]
backported in r1570530
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570531 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 21 Feb 2014 11:10:10 +0000 (11:10 +0000)]
Allow mod_lua to supply a database result with named rows instead of only numeric indexes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570528 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 20 Feb 2014 18:13:03 +0000 (18:13 +0000)]
remove more backported fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570292 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 20 Feb 2014 18:08:31 +0000 (18:08 +0000)]
*) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore,
and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
to child scopes without explicitly configuring each child scope.
PR56153.
Submitted By: Edward Lu
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570288 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 20 Feb 2014 15:04:22 +0000 (15:04 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570214 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 20 Feb 2014 14:46:38 +0000 (14:46 +0000)]
mod_lua: Add r:wspeek for checking if data is available to be read.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570208 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 20 Feb 2014 12:34:13 +0000 (12:34 +0000)]
this was backported too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570171 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 20 Feb 2014 12:32:33 +0000 (12:32 +0000)]
backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570170 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 20 Feb 2014 11:47:47 +0000 (11:47 +0000)]
mod_lua: Slight null-check fix on setcookie.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1570156 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 19 Feb 2014 15:03:09 +0000 (15:03 +0000)]
Remove embarrassing stuck-in-the-past recipe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1569778 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 19 Feb 2014 02:45:56 +0000 (02:45 +0000)]
message ids used in r1569615
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1569616 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 19 Feb 2014 02:42:29 +0000 (02:42 +0000)]
handle POLLERR/POLLHUP during poll() to avoid high CPU busy loop.
Submitted By: Joffroy Christen <joffroy.christen solvaxis com>, Eric Covener]
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1569615 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 18 Feb 2014 18:27:42 +0000 (18:27 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1569463 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 18 Feb 2014 18:14:46 +0000 (18:14 +0000)]
Flipped links, L and END flags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1569455 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 18 Feb 2014 16:43:49 +0000 (16:43 +0000)]
Alpha-ordering
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1569418 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 18 Feb 2014 16:20:46 +0000 (16:20 +0000)]
Insert missing space.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1569407 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 16 Feb 2014 14:36:40 +0000 (14:36 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1568766 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 15 Feb 2014 18:03:49 +0000 (18:03 +0000)]
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1568653 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 15 Feb 2014 18:03:38 +0000 (18:03 +0000)]
linkify internal <directive> tags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1568652 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 15 Feb 2014 13:19:00 +0000 (13:19 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1568632 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 14 Feb 2014 17:55:19 +0000 (17:55 +0000)]
mod_proxy_http: don't recycle backend connections known to be closed (eg. EOS by close).
This saves a useless ap_is_socket_connected() call when reused.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1568404 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 11 Feb 2014 22:51:20 +0000 (22:51 +0000)]
use err_headers_out for setting cookies instead of headers_out, so they persist on non-2xx/3xx statuses (Thanks to Joe Schaefer for this)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1567434 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 11 Feb 2014 22:49:21 +0000 (22:49 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1567431 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 11 Feb 2014 22:45:32 +0000 (22:45 +0000)]
mod_lua: Upgrade r:setcookie to accept a table of arguments, and add domain, path and HttpOnly to the list of options available for setting. PR 56128
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1567430 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 11 Feb 2014 16:57:07 +0000 (16:57 +0000)]
mod_lua: Fix r:setcookie() to add, rather than replace,
the Set-Cookie header. PR56105
Submitted By: Kevin J Walters <kjw ms com>, Edward Lu <Chaosed0 gmail com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1567221 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 11 Feb 2014 07:58:36 +0000 (07:58 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1567002 13f79535 -47bb-0310-9956-
ffa450edef68
Victor J. Orlikowski [Sun, 9 Feb 2014 22:04:54 +0000 (22:04 +0000)]
Quick spelling fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1566449 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 9 Feb 2014 21:24:38 +0000 (21:24 +0000)]
typo in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1566428 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 8 Feb 2014 15:16:23 +0000 (15:16 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1566026 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 7 Feb 2014 19:54:06 +0000 (19:54 +0000)]
Follow-up to r1512819:
Don't include "\" in the printable form of the data because
it will be escaped later in processing, and the extra escaping
throws off the alignment. Just filter it out like unprintable
characters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1565777 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 7 Feb 2014 18:56:49 +0000 (18:56 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1565763 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Fri, 7 Feb 2014 17:32:42 +0000 (17:32 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1565737 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 7 Feb 2014 16:44:57 +0000 (16:44 +0000)]
Oops... missed this when I switched slaves to their
own struct (for ease of use w/ arrays)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1565717 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 7 Feb 2014 16:15:20 +0000 (16:15 +0000)]
follow-up to r1096569:
remove unnecessary total_modules calculation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1565711 13f79535 -47bb-0310-9956-
ffa450edef68