]> granicus.if.org Git - apache/commitdiff
In comments: s@ XX @ XXX: @ so they can actually be found seen.
authorIgor Galić <igalic@apache.org>
Wed, 29 Dec 2010 16:25:12 +0000 (16:25 +0000)
committerIgor Galić <igalic@apache.org>
Wed, 29 Dec 2010 16:25:12 +0000 (16:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053668 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/http_filters.c
modules/mappers/mod_alias.c

index 5cb42596e4b106b0ca3210bbdce77b5c1c5bc6fa..52a038327b4be84d09616f1f97d2f31a6f91af5f 100644 (file)
@@ -1001,7 +1001,7 @@ static int cgi_handler(request_rec *r)
             return OK;
         }
         else if (location && r->status == 200) {
-            /* XX Note that if a script wants to produce its own Redirect
+            /* XXX: Note that if a script wants to produce its own Redirect
              * body, it now has to explicitly *say* "Status: 302"
              */
             return HTTP_MOVED_TEMPORARILY;
index c020d35700fdd894b852601ea5af11c90869fc98..8f8419885333a4112afe7865410c9345ac25ee8a 100644 (file)
@@ -1609,7 +1609,7 @@ static int cgid_handler(request_rec *r)
             return OK;
         }
         else if (location && r->status == 200) {
-            /* XX Note that if a script wants to produce its own Redirect
+            /* XXX: Note that if a script wants to produce its own Redirect
              * body, it now has to explicitly *say* "Status: 302"
              */
             discard_script_output(bb);
index 45d9018f50ab895747d846a8e45c979808ae71cb..7660b2ad7f1e2ead4dd2edde2c2489a425959ab6 100644 (file)
@@ -1037,7 +1037,7 @@ AP_DECLARE_NONSTD(int) ap_send_http_trace(request_rec *r)
     }
 
     if (conf->trace_enable == AP_TRACE_EXTENDED)
-        /* XX should be = REQUEST_CHUNKED_PASS */
+        /* XXX: should be = REQUEST_CHUNKED_PASS */
         body = REQUEST_CHUNKED_DECHUNK;
     else
         body = REQUEST_NO_BODY;
index 1008aa5d23b5fcbfe355e496d76c270526772fe6..35c7ff3a95569ae6e32e60c2307d9d3be3d47e9c 100644 (file)
@@ -109,7 +109,7 @@ static const char *add_alias_internal(cmd_parms *cmd, void *dummy,
     alias_entry *entries = (alias_entry *)conf->aliases->elts;
     int i;
 
-    /* XX real can NOT be relative to DocumentRoot here... compat bug. */
+    /* XXX: real can NOT be relative to DocumentRoot here... compat bug. */
 
     if (use_regex) {
         new->regexp = ap_pregcomp(cmd->pool, fake, AP_REG_EXTENDED);