]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
12 years agovote and leave reminder for doc tweak
Eric Covener [Mon, 18 Feb 2013 19:30:58 +0000 (19:30 +0000)] 
vote and leave reminder for doc tweak

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

12 years agoFix URL in STATUS.
Rainer Jung [Mon, 18 Feb 2013 19:11:43 +0000 (19:11 +0000)] 
Fix URL in STATUS.

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

12 years agoPropose.
Rainer Jung [Mon, 18 Feb 2013 19:09:51 +0000 (19:09 +0000)] 
Propose.

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

12 years ago- various mods: host and URI escaping:
Rainer Jung [Mon, 18 Feb 2013 16:52:21 +0000 (16:52 +0000)] 
- various mods: host and URI escaping:
  Be sure to escape potential troubled strings,
  add missing html escaping
- const fixes for mod_imagemap

Submitted by: jim, sf, covener
Backported by: rjung
Reviewed by: rpluem, wrowe

Backport of r1413732, r1418752, r1416889, r1422234 and r1422253
from trunk resp. r1418941 and r1425750 from 2.4.x.

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

12 years agoPromote.
Rainer Jung [Mon, 18 Feb 2013 16:45:24 +0000 (16:45 +0000)] 
Promote.

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

12 years agoOne patch needs to be rethought, another is ready to go
William A. Rowe Jr [Mon, 18 Feb 2013 16:19:15 +0000 (16:19 +0000)] 
One patch needs to be rethought, another is ready to go

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

12 years agoFix compile breakage introduced by backport
Rainer Jung [Sat, 16 Feb 2013 22:51:16 +0000 (22:51 +0000)] 
Fix compile breakage introduced by backport
error in r1445100.

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

12 years ago* Withdraw comment and vote as test was fixed in r1446920 to expect URI encode refere...
Ruediger Pluem [Sat, 16 Feb 2013 18:27:36 +0000 (18:27 +0000)] 
* Withdraw comment and vote as test was fixed in r1446920 to expect URI encode referer instead of HTML escape one.

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

12 years ago* Answer to Rainer
Ruediger Pluem [Sat, 16 Feb 2013 18:18:31 +0000 (18:18 +0000)] 
* Answer to Rainer

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

12 years agoUpdate.
Lucien Gentis [Sat, 16 Feb 2013 15:37:11 +0000 (15:37 +0000)] 
Update.

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

12 years agoComment
Rainer Jung [Fri, 15 Feb 2013 19:28:26 +0000 (19:28 +0000)] 
Comment

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

12 years ago* Comment
Ruediger Pluem [Fri, 15 Feb 2013 18:43:26 +0000 (18:43 +0000)] 
* Comment

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

12 years agoPropose.
Rainer Jung [Fri, 15 Feb 2013 16:39:45 +0000 (16:39 +0000)] 
Propose.

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

12 years agoWhen receiving http on https, send the error response with http 1.0
Rainer Jung [Fri, 15 Feb 2013 15:50:37 +0000 (15:50 +0000)] 
When receiving http on https, send the error response with http 1.0
It is important that we send a proper error status, or search engines
may index the error message.

Remove the link in the speaking-http-on-https error message.
With SNI, the link will usually be wrong. So better send no link at all.

PR: 50823

Backport of r1328325 and r1328326 from trunk resp.
r1334346 from 2.4.x.

Submitted by: sf
Backported by: rjung
Reviewed by: wrowe, rpluem

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

12 years agomod_ssl: log revoked certificates at level INFO
Rainer Jung [Fri, 15 Feb 2013 15:42:12 +0000 (15:42 +0000)] 
mod_ssl: log revoked certificates at level INFO
instead of DEBUG.

PR 52162

Partial backport of r1165056 from trunk/2.4.x.

Submitted by: sf
Backported by: rjung
Reviewed by: wrowe, rpluem

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

12 years agomod_proxy_ajp: Support unknown HTTP methods.
Rainer Jung [Fri, 15 Feb 2013 15:09:44 +0000 (15:09 +0000)] 
mod_proxy_ajp: Support unknown HTTP methods.
BZ 54416

Forward unknown methods as request attributes
using method id SC_M_JK_STORED=0xFF and
request attribute id SC_A_STORED_METHOD=13.

Code ported from mod_jk (which got it from mod_jk2).

Supported by Tomcat at least since TC 4.1.
Doesn't seem to be supported by Jetty though.

Backport of r1435178 from trunk resp. r1436400
from 2.4.x.

Submitted/backported by: rjung
Reviewed by: wrowe, rpluem

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

12 years agowithdraw vote, missed a change in the attachment
Eric Covener [Fri, 15 Feb 2013 14:59:23 +0000 (14:59 +0000)] 
withdraw vote, missed a change in the attachment

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

12 years ago* Vote and promote
Ruediger Pluem [Fri, 15 Feb 2013 13:51:28 +0000 (13:51 +0000)] 
* Vote and promote

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

12 years agorebuild
Rich Bowen [Thu, 14 Feb 2013 01:06:38 +0000 (01:06 +0000)] 
rebuild

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

12 years agoReconcile contradictory statements.
Rich Bowen [Thu, 14 Feb 2013 01:03:24 +0000 (01:03 +0000)] 
Reconcile contradictory statements.

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

12 years agoFallbackResource: Support for the 'disabled' argument
Rainer Jung [Tue, 12 Feb 2013 12:27:06 +0000 (12:27 +0000)] 
FallbackResource: Support for the 'disabled' argument

Backport of r1398066 from trunk resp. r1416585 form 2.4.x.

Submitted by: gryzor
Reviewed by: wrowe, rjung
Backported by: gryzor

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

12 years agoRemove stray leftover from incomplete merge in r1445100.
Rainer Jung [Tue, 12 Feb 2013 12:08:45 +0000 (12:08 +0000)] 
Remove stray leftover from incomplete merge in r1445100.

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

12 years agomod_ldap: Fix regression in handling "server unavailable" errors on
Rainer Jung [Tue, 12 Feb 2013 12:07:32 +0000 (12:07 +0000)] 
mod_ldap: Fix regression in handling "server unavailable" errors on
Windows. Followup to r1375696.

PR 54140.

Backport of r1408402 from trunk resp. r1409773 from 2.4.x.

Submitted by: covener
Reviewed by: wrowe, rjung
Backported by: covener

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

12 years agoVote, promote.
Rainer Jung [Tue, 12 Feb 2013 12:01:29 +0000 (12:01 +0000)] 
Vote, promote.

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

12 years agoDemote, a backport condition is not met yet.
Rainer Jung [Tue, 12 Feb 2013 11:54:23 +0000 (11:54 +0000)] 
Demote, a backport condition is not met yet.

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

12 years ago* mod_ssl: fix UID env var regression introduced in 2.2.15.
Rainer Jung [Tue, 12 Feb 2013 11:51:17 +0000 (11:51 +0000)] 
* mod_ssl: fix UID env var regression introduced in 2.2.15.

PR54510.

Submitted by: kbrand
Reviewed by: druggeri, wrowe

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

12 years agoVote -1 and comment on one proposal, demote.
Rainer Jung [Tue, 12 Feb 2013 11:42:47 +0000 (11:42 +0000)] 
Vote -1 and comment on one proposal, demote.

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

12 years agoAllow forced setting of TLS1.1 and TLS1.2 protocols with
Rainer Jung [Tue, 12 Feb 2013 11:21:15 +0000 (11:21 +0000)] 
Allow forced setting of TLS1.1 and TLS1.2 protocols with
the -f command-line switch, and adapt the output to more accurately
report what SSL/TLS protocol was negotiated (use SSL_get_version()
instead of SSL_CIPHER_get_version()).

PR: 53916

Backport of r1395225 from trunk  resp. r1400946 from 2.4.x

Submitted by: Nicolás Pernas Maradei <nico emutex com>
Reviewed/amended by: kbrand, covener, wrowe
Backported by: kbrand

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

12 years agomod_cache: Explicitly allow cache implementations to cache a 206 Partial
Rainer Jung [Tue, 12 Feb 2013 11:11:47 +0000 (11:11 +0000)] 
mod_cache: Explicitly allow cache implementations to cache a 206 Partial
Response if they so choose to do so. Previously an attempt to cache a 206
was arbitrarily allowed if the response contained an Expires or
Cache-Control header, and arbitrarily denied if both headers were missing.

Currently the disk and memory cache providers do not cache 206 Partial
Responses.

Backport of r952823 from trunk.

Submitted by: minfrin
Reviewed by: rjung, wrowe
Backported by: rpluem

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

12 years agobyterange filter: Remove apr 1.3 dependency by
Rainer Jung [Tue, 12 Feb 2013 11:05:08 +0000 (11:05 +0000)] 
byterange filter: Remove apr 1.3 dependency by
dropping apr_array_clear. The dependency was
introduced by a backport in 2.2.22.

Submitted by: covener
Reviewed by: rjung, trawick

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

12 years agoserver/mpm_unix.c (dummy_connection): Use a TLS 1.0 close_notify
Rainer Jung [Tue, 12 Feb 2013 10:54:42 +0000 (10:54 +0000)] 
server/mpm_unix.c (dummy_connection): Use a TLS 1.0 close_notify
alert if the chosen listener is configured for https; not perfect
but better than sending an HTTP request.  Adjust comments.

Backport of r1327036 and r1327080 from turnk,
resp. r1356884 from 2.4.x.

Submitted by: jorton
Reviewed by: covener, wrowe
Backported by: rjung

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

12 years agoAccept (and for some, promote) a number of good patches
William A. Rowe Jr [Tue, 12 Feb 2013 05:40:30 +0000 (05:40 +0000)] 
Accept (and for some, promote) a number of good patches

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

12 years agoVote
Daniel Ruggeri [Sat, 2 Feb 2013 20:26:30 +0000 (20:26 +0000)] 
Vote

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

12 years agoxforms
Eric Covener [Sat, 2 Feb 2013 16:25:00 +0000 (16:25 +0000)] 
xforms

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

12 years agoMerge r1031312 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
Eric Covener [Sat, 2 Feb 2013 16:24:49 +0000 (16:24 +0000)] 
Merge r1031312 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

Correct the instructions for stopping an Apache server
running in a Windows console.  Reported by jhannwong.
PR47325

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

12 years agoMerge r1441750 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
Eric Covener [Sat, 2 Feb 2013 14:12:50 +0000 (14:12 +0000)] 
Merge r1441750 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

fill in the dots for
http://httpd.apache.org/docs/2.4/platform/windows.html#comment_802

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

12 years agopropose
Kaspar Brand [Sat, 2 Feb 2013 07:27:42 +0000 (07:27 +0000)] 
propose

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

12 years agoUpdate.
Lucien Gentis [Sat, 26 Jan 2013 16:23:47 +0000 (16:23 +0000)] 
Update.

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

12 years agoMerge r1438838 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
Eric Covener [Sat, 26 Jan 2013 04:01:18 +0000 (04:01 +0000)] 
Merge r1438838 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

try to emphasize that ErrorDocument nnn /foo doesn't send a HTTP redirect.

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

12 years agoMerge r1438833 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
Eric Covener [Sat, 26 Jan 2013 03:49:03 +0000 (03:49 +0000)] 
Merge r1438833 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

http://httpd.apache.org/docs/2.4/platform/windows.html#comment_760

Get rid of "SystemRoot" used where ServerRoot was meant, by dropping this
whole part of the sentence.

(use drive letters, unless they're network drives and you're running as
a service ...)

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

12 years agoTypo fix
Vincent Deffontaines [Thu, 24 Jan 2013 20:40:50 +0000 (20:40 +0000)] 
Typo fix

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

12 years agoPropose.
Rainer Jung [Mon, 21 Jan 2013 16:13:54 +0000 (16:13 +0000)] 
Propose.

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

12 years agoupdate transformation
André Malo [Mon, 21 Jan 2013 15:44:30 +0000 (15:44 +0000)] 
update transformation

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

12 years agofix contexts
André Malo [Mon, 21 Jan 2013 15:35:23 +0000 (15:35 +0000)] 
fix contexts

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

12 years agoprops
André Malo [Mon, 21 Jan 2013 15:11:23 +0000 (15:11 +0000)] 
props

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

12 years agoadd note to proposal
Daniel Ruggeri [Sat, 19 Jan 2013 16:46:00 +0000 (16:46 +0000)] 
add note to proposal

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

12 years agoUpdate.
Lucien Gentis [Fri, 18 Jan 2013 13:52:20 +0000 (13:52 +0000)] 
Update.

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

12 years ago2.4 patch is nice... but this is 2.2
Daniel Ruggeri [Wed, 16 Jan 2013 21:06:43 +0000 (21:06 +0000)] 
2.4 patch is nice... but this is 2.2

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

12 years agoPropose
Daniel Ruggeri [Wed, 16 Jan 2013 21:05:34 +0000 (21:05 +0000)] 
Propose

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

12 years agoxform
Eric Covener [Wed, 16 Jan 2013 12:40:01 +0000 (12:40 +0000)] 
xform

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

12 years agotypo reported in comment
Eric Covener [Wed, 16 Jan 2013 12:39:21 +0000 (12:39 +0000)] 
typo reported in comment

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

12 years agoUpdate.
Lucien Gentis [Sat, 12 Jan 2013 17:42:52 +0000 (17:42 +0000)] 
Update.

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

12 years agoNew year, backport of r1429349 from trunk
Rainer Jung [Sat, 5 Jan 2013 18:22:11 +0000 (18:22 +0000)] 
New year, backport of r1429349 from trunk
resp. r1429350 from 2.4.x.

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

12 years agopropose
Stefan Fritsch [Tue, 1 Jan 2013 16:47:39 +0000 (16:47 +0000)] 
propose

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

12 years agoxforms
Eric Covener [Sun, 30 Dec 2012 21:37:33 +0000 (21:37 +0000)] 
xforms

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

12 years ago2.4-isms, neither module exists in 2.2
Eric Covener [Sun, 30 Dec 2012 21:37:17 +0000 (21:37 +0000)] 
2.4-isms, neither module exists in 2.2

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

12 years agoUpdate.
Lucien Gentis [Sun, 16 Dec 2012 15:03:16 +0000 (15:03 +0000)] 
Update.

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

12 years agoxforms
Eric Covener [Sat, 15 Dec 2012 22:13:10 +0000 (22:13 +0000)] 
xforms

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

12 years agoMerge r1422375 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
Eric Covener [Sat, 15 Dec 2012 22:10:25 +0000 (22:10 +0000)] 
Merge r1422375 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

PR54308: aliasmatch ^/foo matches requests for ////foo

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

12 years agonot just leading slashes
Eric Covener [Sat, 15 Dec 2012 21:36:32 +0000 (21:36 +0000)] 
not just leading slashes

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

12 years agor1422324 from trunk -- PR54307, Alias and leading slashes
Eric Covener [Sat, 15 Dec 2012 19:43:19 +0000 (19:43 +0000)] 
r1422324 from trunk -- PR54307, Alias and leading slashes

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

12 years agoxforms (mod_auth_basic.xml.fr is baad!)
Daniel Gruno [Wed, 12 Dec 2012 10:03:46 +0000 (10:03 +0000)] 
xforms (mod_auth_basic.xml.fr is baad!)

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

12 years agoTypo fix, as per comment #560
Daniel Gruno [Wed, 12 Dec 2012 09:59:43 +0000 (09:59 +0000)] 
Typo fix, as per comment #560

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

12 years agoupdate transformations.
Nilgun Belma Buguner [Sat, 8 Dec 2012 12:56:11 +0000 (12:56 +0000)] 
update transformations.

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

12 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Sat, 8 Dec 2012 12:55:10 +0000 (12:55 +0000)] 
update for sync with English docs.

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

12 years agoUpdates.
Lucien Gentis [Sat, 1 Dec 2012 14:29:31 +0000 (14:29 +0000)] 
Updates.

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

12 years agoxforms
Igor Galić [Sat, 1 Dec 2012 09:58:53 +0000 (09:58 +0000)] 
xforms

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

12 years agomerge r1415960
Igor Galić [Sat, 1 Dec 2012 09:56:30 +0000 (09:56 +0000)] 
merge r1415960

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

12 years agoxforms
Igor Galić [Sat, 1 Dec 2012 09:36:03 +0000 (09:36 +0000)] 
xforms

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

12 years agomerge r738841
Igor Galić [Sat, 1 Dec 2012 09:34:07 +0000 (09:34 +0000)] 
merge r738841

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

12 years agoxforms
Igor Galić [Thu, 29 Nov 2012 08:47:16 +0000 (08:47 +0000)] 
xforms

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

12 years agomerge r1415075
Igor Galić [Thu, 29 Nov 2012 08:44:12 +0000 (08:44 +0000)] 
merge r1415075

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

12 years agoxforms
Igor Galić [Tue, 27 Nov 2012 10:33:22 +0000 (10:33 +0000)] 
xforms

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

12 years agomerge r1414094
Igor Galić [Tue, 27 Nov 2012 10:31:29 +0000 (10:31 +0000)] 
merge r1414094

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

12 years agoUpdate.
Lucien Gentis [Sun, 18 Nov 2012 14:43:56 +0000 (14:43 +0000)] 
Update.

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

12 years agoRebuild
Rich Bowen [Sat, 17 Nov 2012 03:20:13 +0000 (03:20 +0000)] 
Rebuild

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

12 years agoThere's no mod_authz_dbd in 2.2
Rich Bowen [Sat, 17 Nov 2012 03:19:45 +0000 (03:19 +0000)] 
There's no mod_authz_dbd in 2.2

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

12 years agoRebuild
Rich Bowen [Sat, 17 Nov 2012 03:16:08 +0000 (03:16 +0000)] 
Rebuild

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

12 years agoIndent example for better readability.
Rich Bowen [Sat, 17 Nov 2012 03:15:50 +0000 (03:15 +0000)] 
Indent example for better readability.

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

12 years agoRebuild
Rich Bowen [Sat, 17 Nov 2012 02:40:47 +0000 (02:40 +0000)] 
Rebuild

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

12 years agoRemove a rather confusing statement that recommends a rather broken way
Rich Bowen [Sat, 17 Nov 2012 02:38:59 +0000 (02:38 +0000)] 
Remove a rather confusing statement that recommends a rather broken way
of doing things.

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

12 years agoIndent example to make it more readable
Rich Bowen [Sat, 17 Nov 2012 02:32:29 +0000 (02:32 +0000)] 
Indent example to make it more readable

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

12 years agoCorrectly indent the example so that it's more readable.
Rich Bowen [Sat, 17 Nov 2012 02:31:37 +0000 (02:31 +0000)] 
Correctly indent the example so that it's more readable.

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

12 years agovotes
Eric Covener [Thu, 15 Nov 2012 14:24:52 +0000 (14:24 +0000)] 
votes

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

12 years agopropose windows LDAP_UNAVAILABLE for 2.2
Eric Covener [Thu, 15 Nov 2012 14:08:10 +0000 (14:08 +0000)] 
propose windows LDAP_UNAVAILABLE for 2.2

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

12 years agoxforms
Igor Galić [Tue, 13 Nov 2012 06:51:40 +0000 (06:51 +0000)] 
xforms

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

12 years agomod_authn_socache is only available in > 2.3
Igor Galić [Tue, 13 Nov 2012 06:51:12 +0000 (06:51 +0000)] 
mod_authn_socache is only available in > 2.3

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

12 years agoxforms
Igor Galić [Tue, 6 Nov 2012 23:50:59 +0000 (23:50 +0000)] 
xforms

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

12 years agofix spacing issue in links, according to comments
Igor Galić [Tue, 6 Nov 2012 23:48:59 +0000 (23:48 +0000)] 
fix spacing issue in links, according to comments

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

12 years agocomment#435 -- Redirect didn't always take a url-path in 2.2.x
Eric Covener [Tue, 6 Nov 2012 18:25:47 +0000 (18:25 +0000)] 
comment#435 -- Redirect didn't always take a url-path in 2.2.x

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

12 years agoAdding .fr translation for 2.2's mod_authz_host
Vincent Deffontaines [Wed, 31 Oct 2012 12:49:39 +0000 (12:49 +0000)] 
Adding .fr translation for 2.2's mod_authz_host

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

12 years agoTypo
Vincent Deffontaines [Wed, 31 Oct 2012 07:19:20 +0000 (07:19 +0000)] 
Typo

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

12 years agoRetrospectively assign CVE-2012-4557 as this issue had a similar
Mark J. Cox [Tue, 30 Oct 2012 15:16:16 +0000 (15:16 +0000)] 
Retrospectively assign CVE-2012-4557 as this issue had a similar
affect to CVE-2011-3348

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

12 years agoxforms
Igor Galić [Sat, 27 Oct 2012 10:23:04 +0000 (10:23 +0000)] 
xforms

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

12 years agofixing according to comment
Igor Galić [Sat, 27 Oct 2012 10:21:23 +0000 (10:21 +0000)] 
fixing according to comment

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

12 years agoretroactive CHANGES entry for r771433 (mod_headers couldn't fix a bad Content-Type)
Eric Covener [Thu, 25 Oct 2012 14:56:59 +0000 (14:56 +0000)] 
retroactive CHANGES entry for r771433 (mod_headers couldn't fix a bad Content-Type)
which is in 2.2.12.

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

12 years agoAdding documentation patch link for 'FallbackResource disabled' backport
Vincent Deffontaines [Mon, 22 Oct 2012 06:09:05 +0000 (06:09 +0000)] 
Adding documentation patch link for 'FallbackResource disabled' backport

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

12 years agoPropose
Christophe Jaillet [Sun, 21 Oct 2012 06:14:02 +0000 (06:14 +0000)] 
Propose

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

12 years agoVoting for my own proposal
Vincent Deffontaines [Mon, 15 Oct 2012 17:14:09 +0000 (17:14 +0000)] 
Voting for my own proposal

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

12 years agoSuggest backporting FallbackResource 'disabled' patch into 2.2
Vincent Deffontaines [Sun, 14 Oct 2012 15:34:19 +0000 (15:34 +0000)] 
Suggest backporting FallbackResource 'disabled' patch into 2.2

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