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

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

commit d6cbc30d337d045f65564474b283064a810fc913
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                              | 10 ++++++----
 configure.ac                           |  2 +-
 doc/xml/directives.xml                 |  2 +-
 src/mod_rivet_ng/mod_rivet_generator.c |  6 +++---
 4 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f169d33..2b441ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
-2022-06-08 Massimo Manghi <mxman...@apache.org>
-       * Preparing to release rivet 3.2.2
+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
@@ -58,8 +61,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 88881da..43dc3e9 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 7ce5f93..0be2a00 100644
--- a/src/mod_rivet_ng/mod_rivet_generator.c
+++ b/src/mod_rivet_ng/mod_rivet_generator.c
@@ -332,9 +332,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