]> granicus.if.org Git - apache/log
apache
11 years agoFix PR 54463 by removing an optional 'standard' parameter.
Christophe Jaillet [Mon, 20 May 2013 08:29:21 +0000 (08:29 +0000)]
Fix PR 54463 by removing an optional 'standard' parameter.
It has been no-une for more than 10 years and is not documented.
This also makes the code more consistent with other mod_auth modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484398 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdd in logno's
Jim Jagielski [Sun, 19 May 2013 19:32:59 +0000 (19:32 +0000)]
Add in logno's

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484343 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUpdate.
Lucien Gentis [Sun, 19 May 2013 15:23:13 +0000 (15:23 +0000)]
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484295 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUpdates.
Lucien Gentis [Sun, 19 May 2013 15:13:58 +0000 (15:13 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484291 13f79535-47bb-0310-9956-ffa450edef68

11 years agoNetWare build: dont make the svn revision file a dependency.
Guenter Knauf [Fri, 17 May 2013 15:33:45 +0000 (15:33 +0000)]
NetWare build: dont make the svn revision file a dependency.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483867 13f79535-47bb-0310-9956-ffa450edef68

11 years agoCast uint16 return value to int.
Guenter Knauf [Thu, 16 May 2013 13:18:48 +0000 (13:18 +0000)]
Cast uint16 return value to int.
This fixes a crash on Windows when compiled with MSVC9.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483348 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFixed Lua type.
Guenter Knauf [Thu, 16 May 2013 13:11:20 +0000 (13:11 +0000)]
Fixed Lua type.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483343 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFixed compiler warning; sorted includes.
Guenter Knauf [Thu, 16 May 2013 13:00:48 +0000 (13:00 +0000)]
Fixed compiler warning; sorted includes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483334 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMoved header protection to the top.
Guenter Knauf [Thu, 16 May 2013 12:49:16 +0000 (12:49 +0000)]
Moved header protection to the top.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483325 13f79535-47bb-0310-9956-ffa450edef68

11 years agoadd in child_init which is needed
Jim Jagielski [Thu, 16 May 2013 04:28:14 +0000 (04:28 +0000)]
add in child_init which is needed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483190 13f79535-47bb-0310-9956-ffa450edef68

11 years agorevert... we are good
Jim Jagielski [Thu, 16 May 2013 04:02:38 +0000 (04:02 +0000)]
revert... we are good

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483188 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdate comments
Jim Jagielski [Thu, 16 May 2013 03:13:29 +0000 (03:13 +0000)]
update comments

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483178 13f79535-47bb-0310-9956-ffa450edef68

11 years agoforce subpool
Jim Jagielski [Thu, 16 May 2013 03:06:14 +0000 (03:06 +0000)]
force subpool

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483176 13f79535-47bb-0310-9956-ffa450edef68

11 years agoTypo in comment
Christophe Jaillet [Wed, 15 May 2013 19:39:16 +0000 (19:39 +0000)]
Typo in comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483044 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy_http: Make the proxy-interim-response environment variable
Graham Leggett [Wed, 15 May 2013 19:27:10 +0000 (19:27 +0000)]
mod_proxy_http: Make the proxy-interim-response environment variable
effective by formally overriding origin server behaviour.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483027 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAvoid over allocation when dealing with the common case. As stated in the comment...
Christophe Jaillet [Wed, 15 May 2013 18:52:49 +0000 (18:52 +0000)]
Avoid over allocation when dealing with the common case. As stated in the comment above : "We'll assume the common case where one bucket is enough".

Doing so should save a few hundreds bytes in the 'request' pool when processing a request

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483005 13f79535-47bb-0310-9956-ffa450edef68

11 years agocore: Use the proper macro for HTTP/1.1.
Graham Leggett [Wed, 15 May 2013 18:40:14 +0000 (18:40 +0000)]
core: Use the proper macro for HTTP/1.1.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482996 13f79535-47bb-0310-9956-ffa450edef68

11 years agocore: Stop ap_finalize_request_protocol() and ap_get_client_block() from silently
Graham Leggett [Wed, 15 May 2013 15:46:01 +0000 (15:46 +0000)]
core: Stop ap_finalize_request_protocol() and ap_get_client_block() from silently
swallowing errors from the filter stack, create error buckets and return them
appropriately.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482918 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_serf: Add a FIXME, we are using ap_get_client_block() incorrectly.
Graham Leggett [Wed, 15 May 2013 15:05:28 +0000 (15:05 +0000)]
mod_serf: Add a FIXME, we are using ap_get_client_block() incorrectly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482883 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy: Use a global mutex for handling workers.
Graham Leggett [Wed, 15 May 2013 14:13:15 +0000 (14:13 +0000)]
mod_proxy: Use a global mutex for handling workers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482859 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy: Make sure we skip empty tokens when parsing the Connection
Graham Leggett [Tue, 14 May 2013 20:16:59 +0000 (20:16 +0000)]
mod_proxy: Make sure we skip empty tokens when parsing the Connection
header.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482555 13f79535-47bb-0310-9956-ffa450edef68

11 years agocore: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett [Tue, 14 May 2013 18:58:06 +0000 (18:58 +0000)]
core: Stop the HTTP_IN filter from attempting to write error buckets
to the output filters, which is bogus in the proxy case. Create a
clean mapping from APR codes to HTTP status codes, and use it where
needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482522 13f79535-47bb-0310-9956-ffa450edef68

11 years agohunk 1: C89 please;
Guenter Knauf [Tue, 14 May 2013 01:53:53 +0000 (01:53 +0000)]
hunk 1: C89 please;
hunk 2: optional functions are usually declared static.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482170 13f79535-47bb-0310-9956-ffa450edef68

11 years agoNetWare build: make use of SVN revision optional.
Guenter Knauf [Tue, 14 May 2013 01:24:07 +0000 (01:24 +0000)]
NetWare build: make use of SVN revision optional.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482168 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUse SVN revision for NetWare dev builds version info.
Guenter Knauf [Tue, 14 May 2013 00:51:01 +0000 (00:51 +0000)]
Use SVN revision for NetWare dev builds version info.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482160 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy, mod_proxy_http: Connection headers must be stripped on the way
Graham Leggett [Mon, 13 May 2013 20:11:36 +0000 (20:11 +0000)]
mod_proxy, mod_proxy_http: Connection headers must be stripped on the way
in and out, support an optional function to handle this.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482075 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMSVC 7, 8 & 9 use the .vcproj extension
Gregg Lewis Smith [Mon, 13 May 2013 19:29:01 +0000 (19:29 +0000)]
MSVC 7, 8 & 9 use the .vcproj extension
MSVC 10 & 11 use the .vcxproj extension
Apache.sln is common to all above versions

This allows proper detection and use of devenv in all these versions

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482041 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMake AP_SERVER_ADD_STRING define-able from CFLAGS.
Guenter Knauf [Mon, 13 May 2013 16:30:04 +0000 (16:30 +0000)]
Make AP_SERVER_ADD_STRING define-able from CFLAGS.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481955 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy: Ensure we don't attempt to amend a table we are iterating
Graham Leggett [Mon, 13 May 2013 14:45:49 +0000 (14:45 +0000)]
mod_proxy: Ensure we don't attempt to amend a table we are iterating
through, ensuring that all headers listed by Connection are removed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481891 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFixed include for Windows.
Guenter Knauf [Mon, 13 May 2013 00:36:41 +0000 (00:36 +0000)]
Fixed include for Windows.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481677 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdjust format string
Stefan Fritsch [Sat, 11 May 2013 19:58:03 +0000 (19:58 +0000)]
Adjust format string

type was changed by r1481302

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481397 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdate log tags
Stefan Fritsch [Sat, 11 May 2013 19:45:09 +0000 (19:45 +0000)]
update log tags

replace duplicate, add missing

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481396 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRebuild
Rich Bowen [Sat, 11 May 2013 16:11:21 +0000 (16:11 +0000)]
Rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481366 13f79535-47bb-0310-9956-ffa450edef68

11 years agoThe use of "might" can leave some confusion as to whether it *is*.
Rich Bowen [Sat, 11 May 2013 16:08:23 +0000 (16:08 +0000)]
The use of "might" can leave some confusion as to whether it *is*.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481364 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRebuild
Rich Bowen [Sat, 11 May 2013 15:58:48 +0000 (15:58 +0000)]
Rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481361 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUse a more definitive tense.
Rich Bowen [Sat, 11 May 2013 15:52:31 +0000 (15:52 +0000)]
Use a more definitive tense.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481360 13f79535-47bb-0310-9956-ffa450edef68

11 years agoEncourage best practice of putting complex arguments in quotes.
Rich Bowen [Sat, 11 May 2013 15:51:24 +0000 (15:51 +0000)]
Encourage best practice of putting complex arguments in quotes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481359 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPR54948: wildcard name-based vhosts printed twice in apachectl -S
Eric Covener [Sat, 11 May 2013 12:05:24 +0000 (12:05 +0000)]
PR54948: wildcard name-based vhosts printed twice in apachectl -S

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481306 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy: Reject invalid values for Max-Forwards.
Graham Leggett [Sat, 11 May 2013 11:47:17 +0000 (11:47 +0000)]
mod_proxy: Reject invalid values for Max-Forwards.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481302 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: If a 304 response indicates an entity not currently cached, then
Graham Leggett [Fri, 10 May 2013 21:40:54 +0000 (21:40 +0000)]
mod_cache: If a 304 response indicates an entity not currently cached, then
the cache MUST disregard the response and repeat the request without the
conditional.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481197 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFixed NetWare default versions.
Guenter Knauf [Fri, 10 May 2013 15:40:25 +0000 (15:40 +0000)]
Fixed NetWare default versions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481060 13f79535-47bb-0310-9956-ffa450edef68

11 years agoKill some NetWare build warnings.
Guenter Knauf [Fri, 10 May 2013 14:58:20 +0000 (14:58 +0000)]
Kill some NetWare build warnings.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481040 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms (coincidentally, this is my 1111th commit, yay for palindromes!)
Daniel Gruno [Fri, 10 May 2013 08:20:58 +0000 (08:20 +0000)]
xforms (coincidentally, this is my 1111th commit, yay for palindromes!)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480926 13f79535-47bb-0310-9956-ffa450edef68

11 years agosome more typos
Daniel Gruno [Fri, 10 May 2013 08:09:55 +0000 (08:09 +0000)]
some more typos

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480915 13f79535-47bb-0310-9956-ffa450edef68

11 years agotypo and grammar fixes
Daniel Gruno [Fri, 10 May 2013 07:53:01 +0000 (07:53 +0000)]
typo and grammar fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480904 13f79535-47bb-0310-9956-ffa450edef68

11 years agos/uppser/upper/
Daniel Gruno [Fri, 10 May 2013 07:47:43 +0000 (07:47 +0000)]
s/uppser/upper/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480901 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRevert part of r1476482 which disabled fractions of seconds with r.sleep().
Guenter Knauf [Fri, 10 May 2013 03:37:06 +0000 (03:37 +0000)]
Revert part of r1476482 which disabled fractions of seconds with r.sleep().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480871 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMod_proxy used the global pool w/o mutex. fix.
Jim Jagielski [Thu, 9 May 2013 13:33:02 +0000 (13:33 +0000)]
Mod_proxy used the global pool w/o mutex. fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480627 13f79535-47bb-0310-9956-ffa450edef68

11 years agoEnsure that Warning headers are correctly handled as per RFC2616.
Graham Leggett [Wed, 8 May 2013 14:06:48 +0000 (14:06 +0000)]
Ensure that Warning headers are correctly handled as per RFC2616.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480283 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy: Ensure network errors detected by the proxy are returned as
Graham Leggett [Tue, 7 May 2013 20:27:37 +0000 (20:27 +0000)]
mod_proxy: Ensure network errors detected by the proxy are returned as
504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480058 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix spelling mistake, no code change.
Graham Leggett [Tue, 7 May 2013 19:36:33 +0000 (19:36 +0000)]
Fix spelling mistake, no code change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480046 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: Ensure that we don't attempt to replace a cached response
Graham Leggett [Tue, 7 May 2013 16:16:16 +0000 (16:16 +0000)]
mod_cache: Ensure that we don't attempt to replace a cached response
with an older response as per RFC2616 13.12.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479966 13f79535-47bb-0310-9956-ffa450edef68

11 years agocore, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
Graham Leggett [Tue, 7 May 2013 13:42:31 +0000 (13:42 +0000)]
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
with weak validation combined with If-Range and Range headers. Break
out explicit conditional header checks to be useable elsewhere in the
server. Ensure weak validation RFC compliance in the byteranges filter.
Ensure RFC validation compliance when serving cached entities. PR 16142

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479905 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdate french translation to reflect the current auth syntax
Daniel Gruno [Tue, 7 May 2013 13:27:15 +0000 (13:27 +0000)]
update french translation to reflect the current auth syntax

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479902 13f79535-47bb-0310-9956-ffa450edef68

11 years agobring perf scaling into the 21st century (s/allow from all/require all granted/).
Daniel Gruno [Tue, 7 May 2013 13:23:44 +0000 (13:23 +0000)]
bring perf scaling into the 21st century (s/allow from all/require all granted/).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479900 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms
Daniel Gruno [Tue, 7 May 2013 12:13:43 +0000 (12:13 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479876 13f79535-47bb-0310-9956-ffa450edef68

11 years agoCatch up with the actual modern way of allowing/denying access
Daniel Gruno [Tue, 7 May 2013 12:07:03 +0000 (12:07 +0000)]
Catch up with the actual modern way of allowing/denying access

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479872 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms
Daniel Gruno [Tue, 7 May 2013 11:51:45 +0000 (11:51 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479868 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_macro is no longer a third party module.
Daniel Gruno [Tue, 7 May 2013 11:44:15 +0000 (11:44 +0000)]
mod_macro is no longer a third party module.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479865 13f79535-47bb-0310-9956-ffa450edef68

11 years agolua header update part 1: EDOESNOTBUILD.
Rainer Jung [Mon, 6 May 2013 23:23:43 +0000 (23:23 +0000)]
lua header update part 1: EDOESNOTBUILD.

First include mod_lua which sets LUA_COMPAT_ALL,
then lua.h which uses it.

Needed at least to build with lua 5.2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479718 13f79535-47bb-0310-9956-ffa450edef68

11 years agocore: Add the ability to do explicit matching on weak and strong ETags
Graham Leggett [Mon, 6 May 2013 11:41:10 +0000 (11:41 +0000)]
core: Add the ability to do explicit matching on weak and strong ETags
as per RFC2616 Section 13.3.3.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479528 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: Ensure that updated responses to HEAD requests don't get
Graham Leggett [Sun, 5 May 2013 22:27:31 +0000 (22:27 +0000)]
mod_cache: Ensure that updated responses to HEAD requests don't get
mistakenly paired with a previously cached body. Ensure that any existing
body is removed when a HEAD request is cached.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479411 13f79535-47bb-0310-9956-ffa450edef68

11 years agotypo fix
Daniel Gruno [Sun, 5 May 2013 08:42:39 +0000 (08:42 +0000)]
typo fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479264 13f79535-47bb-0310-9956-ffa450edef68

11 years agos/deliminator/delimiter/, let's stick to non-Perl jargon here.
Daniel Gruno [Sun, 5 May 2013 08:36:01 +0000 (08:36 +0000)]
s/deliminator/delimiter/, let's stick to non-Perl jargon here.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479261 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms
Daniel Gruno [Sun, 5 May 2013 08:26:54 +0000 (08:26 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479258 13f79535-47bb-0310-9956-ffa450edef68

11 years agotypo fix
Daniel Gruno [Sun, 5 May 2013 08:21:18 +0000 (08:21 +0000)]
typo fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479255 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms
Daniel Gruno [Sun, 5 May 2013 08:07:11 +0000 (08:07 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479254 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRemove all the stuff that has been ported to mod_lua, and add an example load balancer.
Daniel Gruno [Sun, 5 May 2013 08:04:21 +0000 (08:04 +0000)]
Remove all the stuff that has been ported to mod_lua, and add an example load balancer.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479253 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: Honour Cache-Control: no-store in a request.
Graham Leggett [Sun, 5 May 2013 01:12:48 +0000 (01:12 +0000)]
mod_cache: Honour Cache-Control: no-store in a request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479222 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
Graham Leggett [Sat, 4 May 2013 23:03:13 +0000 (23:03 +0000)]
mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
semantics of the proxy-revalidate directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479216 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: Make sure that contradictory entity headers present in a 304
Graham Leggett [Sat, 4 May 2013 14:55:03 +0000 (14:55 +0000)]
mod_cache: Make sure that contradictory entity headers present in a 304
Not Modified response are caught and cause the entity to be removed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479117 13f79535-47bb-0310-9956-ffa450edef68

11 years agoChange GIF icons to use a different palette, for more smoothness.
Daniel Gruno [Sat, 4 May 2013 12:51:33 +0000 (12:51 +0000)]
Change GIF icons to use a different palette, for more smoothness.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479091 13f79535-47bb-0310-9956-ffa450edef68

11 years ago* Minor bump as documented (missed in r1478140)
Ruediger Pluem [Sat, 4 May 2013 08:49:12 +0000 (08:49 +0000)]
* Minor bump as documented (missed in r1478140)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479058 13f79535-47bb-0310-9956-ffa450edef68

11 years agoSilent no-prototype compiler warning.
Guenter Knauf [Fri, 3 May 2013 14:05:01 +0000 (14:05 +0000)]
Silent no-prototype compiler warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478798 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: Make sure Vary processing handles multivalued Vary headers and
Graham Leggett [Fri, 3 May 2013 12:19:26 +0000 (12:19 +0000)]
mod_cache: Make sure Vary processing handles multivalued Vary headers and
multivalued headers referred to via Vary.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478748 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: When serving from cache, only the last header of a multivalued
Graham Leggett [Thu, 2 May 2013 16:51:27 +0000 (16:51 +0000)]
mod_cache: When serving from cache, only the last header of a multivalued
header was taken into account. Fixed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478441 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: Ignore response headers specified by no-cache=header and
Graham Leggett [Thu, 2 May 2013 14:24:26 +0000 (14:24 +0000)]
mod_cache: Ignore response headers specified by no-cache=header and
private=header as specified by RFC2616 14.9.1 What is Cacheable. Ensure
that these headers are still processed when multiple Cache-Control
headers are present in the response. PR 54706

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478382 13f79535-47bb-0310-9956-ffa450edef68

11 years agoApply log message tags to messages.
Graham Leggett [Wed, 1 May 2013 20:06:57 +0000 (20:06 +0000)]
Apply log message tags to messages.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478173 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_cache: Invalidate cached entities in response to RFC2616 Section
Graham Leggett [Wed, 1 May 2013 18:49:04 +0000 (18:49 +0000)]
mod_cache: Invalidate cached entities in response to RFC2616 Section
13.10 Invalidation After Updates or Deletions. PR 15868

Resolves outstanding issue with r1070179 as per
http://www.gossamer-threads.com/lists/apache/dev/395830?do=post_view_threaded#395830

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478140 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUpdates.
Lucien Gentis [Wed, 1 May 2013 11:24:11 +0000 (11:24 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477949 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981.
Graham Leggett [Tue, 30 Apr 2013 15:28:57 +0000 (15:28 +0000)]
mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477687 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: Make sure the URI length is calculated correctly.
Graham Leggett [Tue, 30 Apr 2013 10:15:23 +0000 (10:15 +0000)]
mod_dav: Make sure the URI length is calculated correctly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477530 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUpdate the docs to note that SSL now works with the event MPM as per r1470679.
Graham Leggett [Mon, 29 Apr 2013 14:19:19 +0000 (14:19 +0000)]
Update the docs to note that SSL now works with the event MPM as per r1470679.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477094 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms
Daniel Gruno [Mon, 29 Apr 2013 12:34:32 +0000 (12:34 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477003 13f79535-47bb-0310-9956-ffa450edef68

11 years agoNote that parseargs and parsebody actually returns two tables, not one.
Daniel Gruno [Mon, 29 Apr 2013 12:30:29 +0000 (12:30 +0000)]
Note that parseargs and parsebody actually returns two tables, not one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477000 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms
Daniel Gruno [Mon, 29 Apr 2013 12:21:44 +0000 (12:21 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476989 13f79535-47bb-0310-9956-ffa450edef68

11 years agoExpand on how to set context specific directives.
Daniel Gruno [Mon, 29 Apr 2013 12:19:14 +0000 (12:19 +0000)]
Expand on how to set context specific directives.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476984 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFixed the base64 functions.
Guenter Knauf [Sun, 28 Apr 2013 14:59:46 +0000 (14:59 +0000)]
Fixed the base64 functions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476785 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUpdates.
Lucien Gentis [Sun, 28 Apr 2013 13:32:13 +0000 (13:32 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476765 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_proxy: Clarify the usage suggestion for BalancerInherit and ProxyPassInherit.
Graham Leggett [Sat, 27 Apr 2013 21:46:57 +0000 (21:46 +0000)]
mod_proxy: Clarify the usage suggestion for BalancerInherit and ProxyPassInherit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476680 13f79535-47bb-0310-9956-ffa450edef68

11 years agoNote that the buffer size is set to a maximum of 65536 when AJP is used as
Graham Leggett [Sat, 27 Apr 2013 18:23:16 +0000 (18:23 +0000)]
Note that the buffer size is set to a maximum of 65536 when AJP is used as
per http://www.mail-archive.com/dev@httpd.apache.org/msg41843.html.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476652 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559
Graham Leggett [Sat, 27 Apr 2013 17:52:03 +0000 (17:52 +0000)]
mod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559
Submitted by: Diego Santa Cruz <diego.santaCruz spinetix.com>
Tested by William Lewis <wiml omnigroup com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476645 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559
Graham Leggett [Sat, 27 Apr 2013 17:44:36 +0000 (17:44 +0000)]
mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559
Submitted by: Diego Santa Cruz <diego.santaCruz spinetix.com>
Tested by William Lewis <wiml omnigroup com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476644 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: When a PROPPATCH attempts to remove a non-existent dead
Graham Leggett [Sat, 27 Apr 2013 17:38:45 +0000 (17:38 +0000)]
mod_dav: When a PROPPATCH attempts to remove a non-existent dead
property on a resource for which there is no dead property in the same
namespace httpd segfaults. PR 52559
Submitted by Diego Santa Cruz <diego.santaCruz spinetix.com>
Tested by William Lewis <wiml omnigroup com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476642 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: PROPPATCH delete (svn propdel) silently discards errors. PR 53525
Graham Leggett [Sat, 27 Apr 2013 17:08:22 +0000 (17:08 +0000)]
mod_dav: PROPPATCH delete (svn propdel) silently discards errors. PR 53525
Submitted by Arwin Arni <arwin collab.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476627 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: Ensure URI is correctly uriencoded on return. PR 54611
Graham Leggett [Sat, 27 Apr 2013 16:55:44 +0000 (16:55 +0000)]
mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
Patch submitted by Timothy Wood <tjw omnigroup com>
Tested by William Lewis <wiml omnigroup com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476621 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_dav: Sending an If or If-Match header with an invalid ETag doesn't
Graham Leggett [Sat, 27 Apr 2013 15:40:18 +0000 (15:40 +0000)]
mod_dav: Sending an If or If-Match header with an invalid ETag doesn't
result in a 412 Precondition Failed for a COPY operation.

PR: 54610
Submitted by: Timothy Wood <tjw omnigroup.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476604 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded function to get all entries of a directory.
Guenter Knauf [Sat, 27 Apr 2013 15:26:08 +0000 (15:26 +0000)]
Added function to get all entries of a directory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476601 13f79535-47bb-0310-9956-ffa450edef68

11 years agofix comment
Stefan Fritsch [Sat, 27 Apr 2013 08:37:36 +0000 (08:37 +0000)]
fix comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476530 13f79535-47bb-0310-9956-ffa450edef68

11 years agoReduce compiler warnings.
Guenter Knauf [Sat, 27 Apr 2013 03:23:55 +0000 (03:23 +0000)]
Reduce compiler warnings.
Fixed some types, added casts, or changed to proper function.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476482 13f79535-47bb-0310-9956-ffa450edef68