https://bz.apache.org/bugzilla/show_bug.cgi?id=64371

            Bug ID: 64371
           Summary: suexec.c safe_env_lst is not sorted alphabetically
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: support
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

REQUEST_URI should come after REQUEST_SCHEME.

This is currently no problem since the save_env_lst is search linearly, but
having this almost alphabetically sorted list looks as if a binary search might
be implemented someday.

The order of the variable names should be fixed.
The order of the variable names should be checked statically so that any future
updates ensure that the variable names are sorted correctly.

Same for SERVER_ADDR and SERVER_ADMIN.

-- 
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