Commit d8673665 authored by Joe Orton's avatar Joe Orton
Browse files

Update transformations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750753 13f79535-47bb-0310-9956-ffa450edef68
parent b659f047
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -4437,16 +4437,18 @@ certain events before failing a request</td></tr>
    <p>Finally, for testing and diagnostic purposes only, request
    bodies may be allowed using the non-compliant <code>TraceEnable
    extended</code> directive.  The core (as an origin server) will
    restrict the request body to 64k (plus 8k for chunk headers if
    restrict the request body to 64Kb (plus 8Kb for chunk headers if
    <code>Transfer-Encoding: chunked</code> is used).  The core will
    reflect the full headers and all chunk headers with the response
    body.  As a proxy server, the request body is not restricted to 64k.</p>
    body.  As a proxy server, the request body is not restricted to 64Kb.</p>

    <div class="note"><h3>Note</h3>
    <p>Despite claims to the contrary, <code>TRACE</code> is not
    a security vulnerability, and there is no viable reason for
    it to be disabled. Doing so necessarily makes your server
    noncompliant.</p>

    <p>Despite claims to the contrary, enabling the <code>TRACE</code>
    method does not expose any security vulnerability in Apache httpd.
    The <code>TRACE</code> method is defined by the HTTP/1.1
    specification and implementations are expected to support it.</p>
    
    </div>

</div>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
<!-- English Revision: 344972:1750444 (outdated) -->
<!-- English Revision: 344972:1750752 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- English Revision: 1040494:1750444 (outdated) -->
<!-- English Revision: 1040494:1750752 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision: 1746871:1750444 (outdated) -->
<!-- English Revision: 1746871:1750752 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 669847:1750444 (outdated) -->
<!-- English Revision: 669847:1750752 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
Loading