https://issues.apache.org/bugzilla/show_bug.cgi?id=54222

            Bug ID: 54222
           Summary: ServerTokens checking is not complete
           Product: Apache httpd-2
           Version: 2.4.3
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Created attachment 29650
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29650&action=edit
"harmless" patch which add a log message

Hi, 

This's a configuration related patch. Basically for the "ServerTokens" config
directive, any random string will be regarded as the "Full" option. This bugged
me when my input has typos, e.g., 

ServerTokens Mionr

What the patch does is to check whether the user input matches any option
keyword, and prints out a log message to notify users if their input does not
match any keyword. It still uses the "Full" option if none are matched so that
it won't affect legacy systems, but only provide verbosity.

Thanks,
Jackie

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to