ASF Bugzilla – Attachment 29650 Details for
Bug 54222
ServerTokens checking is not complete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
"harmless" patch which add a log message
serv_token.diff.patch (text/plain), 740 bytes, created by
Jackie Zhang
on 2012-11-28 23:39:02 UTC
(
hide
)
Description:
"harmless" patch which add a log message
Filename:
MIME Type:
Creator:
Jackie Zhang
Created:
2012-11-28 23:39:02 UTC
Size:
740 bytes
patch
obsolete
>--- httpd-2.4.3/server/core.c 2012-08-14 16:59:24.000000000 -0700 >+++ ../httpd-2.4.3/server/core.c 2012-11-28 12:57:48.599129124 -0800 >@@ -3222,8 +3222,14 @@ > else if (!strcasecmp(arg1, "Prod") || !strcasecmp(arg1, "ProductOnly")) { > ap_server_tokens = SrvTk_PRODUCT_ONLY; > } >- else { >+ else if (!strcasecmp(arg1, "Full")) { > ap_server_tokens = SrvTk_FULL; >+ } else { >+ ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server, APLOGNO(00108) >+ "The input token \"%s\" is not specified so we use \"Full\" instead (line %d of %s).", >+ arg1, cmd->directive->line_num, cmd->directive->filename); >+ ap_server_tokens = SrvTk_FULL; >+ > } > > return NULL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54222
: 29650