Commit ab177bcb authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Fix UseCanonicalCase off case where it'd improperly examine port number.

parsed_uri.port is only valid iff parsed_uri.port_str != NULL.
Old code simply checked if it was non-zero, not if it
was *valid*

Backport of server/core.c r1.248 from httpd-2.1
Submitted by:	Jim Jagielski
Reviewed by:	Brad Nicholes, Jim Jagielski, Justin Erenkrantz


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102116 13f79535-47bb-0310-9956-ffa450edef68
parent 1b2e7ce0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment