This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch quattuor
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit 9ee29fe806cb663f421de49299209134d1133635
Author: Massimo Manghi <mxman...@apache.org>
AuthorDate: Fri Jun 10 09:51:36 2022 +0200

    HonorHeadRequest default set to 'yes' while dropping of the directive is 
set to pending
---
 ChangeLog                              | 9 +++++++--
 configure.ac                           | 2 +-
 doc/xml/directives.xml                 | 2 +-
 src/mod_rivet_ng/mod_rivet_generator.c | 6 +++---
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7eb527f..54f05bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-06-10 Massimo Manghi <mxman...@apache.org>
+       * doc/xml/directives.xml: moved misplaced text in table
+       * configure.ac: Changed default for HonorHeadRequests to 'yes'
+       * src/mod_rivet_ng/mod_rivet_generator.c: rephrased comment documenting
+       the exit handler behavior
+
 2022-05-31 Massimo Manghi <mxman...@apache.org>
        * src/mod_rivet_ng/*.c: Directive HonorHeaderOnlyReqs renamed as
        HonorHeadRequests, which sounds more consistent with the common 
parlance 
@@ -49,8 +55,7 @@
        * tests/env.test: cleaning up http tokens resources
 
 2021-11-01 Massimo Manghi <mxman...@apache.org>
-       * src/mod_rivet_ng/TclWebapache.c: expanded comments to newly
-       introduced functions
+       * src/mod_rivet_ng/TclWebapache.c: expanded comments to newly 
introduced functions
 
 2021-10-25 Massimo Manghi <mxman...@apache.org>
        * src/mod_rivet_ng/TclWebapache.c: extended comments
diff --git a/configure.ac b/configure.ac
index e62fa51..09eca64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -639,7 +639,7 @@ AC_DEFUN([HONOR_HEAD_REQUESTS],[
     head_requests,
     [  --enable-head-requests Returns real headers in response to a HEAD 
request],
     [ honor_head_requests=$enable_head_requests ],
-    [ honor_head_requests="no"]
+    [ honor_head_requests="yes"]
     )
 
     AC_MSG_CHECKING([if Rivet has to honor HEAD requests])
diff --git a/doc/xml/directives.xml b/doc/xml/directives.xml
index c42d868..42d486d 100644
--- a/doc/xml/directives.xml
+++ b/doc/xml/directives.xml
@@ -80,7 +80,7 @@
                                    <td>effective only when 
SeparateVirtualInterps is Off (default)</td></tr>
                                
<tr><td>ImportRivetNS</td><td></td><td></td><td>X</td><td>X</td><td>It can be 
set in a virtual host
                                configuration if SeparateVirtualInterps is On, 
otherwise this directive can be safely used at the global level only</td></tr>
-                               
<tr><td>HonorHeadRequests</td><td></td><td></td><td>X</td><td>X</td>Replaces 
HonorHeaderOnlyReqs, which is still supported but DEPRECATED<td></td></tr>
+                               
<tr><td>HonorHeadRequests</td><td></td><td></td><td>X</td><td>X</td><td>Replaces
 HonorHeaderOnlyReqs, which is still supported but DEPRECATED</td></tr>
                                
<tr><td>MpmBridge</td><td></td><td></td><td>X</td><td></td><td>global 
only</td></tr>
                                
<tr><td>RequestHandler</td><td></td><td></td><td>X</td><td>X</td><td></td></tr>
                                
<tr><td>SeparateChannels</td><td></td><td></td><td>X</td><td></td><td>global 
only (DEPRECATED: will be
diff --git a/src/mod_rivet_ng/mod_rivet_generator.c 
b/src/mod_rivet_ng/mod_rivet_generator.c
index 2d33b31..2299fb3 100644
--- a/src/mod_rivet_ng/mod_rivet_generator.c
+++ b/src/mod_rivet_ng/mod_rivet_generator.c
@@ -349,9 +349,9 @@ sendcleanup:
     /* Request processing final stage */
 
     /* A new big catch is the handling of exit commands that are treated
-     * as ::rivet::abort_page. After the AbortScript has been evaluated
-     * the exit condition is checked and in case the exit handler
-     * of the bridge module is called before terminating the whole process
+     * as exception thrown by ::rivet::abort_page. After the AbortScript
+     * has been evaluated the exit condition is checked and the bridge
+     * exit handler is called upon.
      */
     
     if (private->thread_exit)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to