]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:25:47 +0000 (17:25 +0000)
committerEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:25:47 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675430 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.meta
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml.ja

index e12106d7830d5b9724ac8510f4dcdd1ec03b9293..7c172ce142bcbee9199ffb9f19a3bc89953210d7 100644 (file)
@@ -1880,6 +1880,20 @@ media type in the HTTP Content-Type header field</td></tr>
     static files, where the generator of the response typically specifies
     a Content-Type, this directive has no effect.</p>
 
+    <div class="note"><h3>Note</h3>
+    <p>When explicit directives such as
+    <code class="directive"><a href="#sethandler">SetHandler</a></code> or
+    <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code> do not apply
+    to the current request, the internal handler name normally set by those
+    directives is set to match the content type specified by this directive.
+    This is a historical behavior that some third-party modules
+    (such as mod_php) may use "magic" content types used only to signal the
+    module to take responsibility for the matching request.  Configurations
+    that rely on such "magic" types should be avoided by the use of
+    <code class="directive"><a href="#sethandler">SetHandler</a></code> or
+    <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code>. </p>
+    </div>
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index e3cdbff82ccee1d75423c4080a00808baf594765..a95b5437a02c919b39b890674a62b4342c1c9a09 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1674195 (outdated) -->
+<!-- English Revision: 344972:1675429 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 2ea33021614edbb7155b1d915ebcd26112a8f584..5d114e82ae84daaf3bf7d302fcfc46f58ad1d701 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1674195 (outdated) -->
+<!-- English Revision: 1040494:1675429 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 9e46f9b0f67f8551ffdd4983434a72d767c7a0a9..f6145e12c8f04d81342987f84fa7d63e1f78bfe8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1674195 -->
+<!-- English Revision: 1674195:1675429 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 8df5ff58d2991892537372ae344a1b63ed582e0a..8c1b7177511ef70294c3cf4ee255a23927eed108 100644 (file)
@@ -1,7 +1,7 @@
 <?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:1674195 (outdated) -->
+<!-- English Revision: 669847:1675429 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e78755527afd76e79a93204836e49a52f246c2bf..b9d96ee4c52f9b48a91a39e026f2df4b34b47a06 100644 (file)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index ffcda3fdf5cc873bfac54bd20115e4a019cfb853..0da07593464a4f9c27a5c0accdc578c9227108ef 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1302855:1674195 (outdated) -->
+<!-- English Revision: 1302855:1675429 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 206776f2a66a52b09a12437c805edc967ef3400f..de87ca97c0ec71eccbbb1065c10e248be9f9763c 100644 (file)
@@ -595,6 +595,21 @@ type</td></tr>
     a Content-Type, this directive has no effect.</p>
 
 
+    <div class="note"><h3>Note</h3>
+    <p>When explicit directives such as 
+    <code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code> or 
+    <code class="directive"><a href="#addhandler">AddHandler</a></code> do not apply 
+    to the current request, the internal handler name normally set by those
+    directives is set to match the content type specified by this directive.  
+    This is a historical behavior that some third-party modules 
+    (such as mod_php) may use "magic" content types used only to signal the 
+    module to take responsibility for the matching request.  Configurations
+    that rely on such "magic" types should be avoided by the use of 
+    <code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code> or 
+    <code class="directive"><a href="#addhandler">AddHandler</a></code>. </p>
+    </div>
+
+
 <h3>See also</h3>
 <ul>
 <li><code class="directive"><a href="../mod/core.html#forcetype">ForceType</a></code></li>
index d2e638db4220f2904b28b9754fe7641f4848bca4..05d433f98d3ec542d12c045efda79817decf80da 100644 (file)
@@ -1,7 +1,7 @@
 <?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: 659902:1674099 (outdated) -->
+<!-- English Revision: 659902:1675429 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more