From d5024cd27c9309e775bc74fd23997c8d8fcc3959 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Wed, 29 Dec 2010 16:25:12 +0000 Subject: [PATCH] In comments: s@ XX @ XXX: @ so they can actually be found seen. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053668 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgi.c | 2 +- modules/generators/mod_cgid.c | 2 +- modules/http/http_filters.c | 2 +- modules/mappers/mod_alias.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index 5cb42596e4..52a038327b 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.c @@ -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; diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index c020d35700..8f84198853 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -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); diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 45d9018f50..7660b2ad7f 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -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; diff --git a/modules/mappers/mod_alias.c b/modules/mappers/mod_alias.c index 1008aa5d23..35c7ff3a95 100644 --- a/modules/mappers/mod_alias.c +++ b/modules/mappers/mod_alias.c @@ -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); -- 2.40.0