https://issues.apache.org/bugzilla/show_bug.cgi?id=44979
Summary: Host header field integer inconsistency Product: Apache httpd-2 Version: 2.2.3 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P5 Component: Core AssignedTo: bugs@httpd.apache.org ReportedBy: [EMAIL PROTECTED] An all numeric Host header field is treated as an integer. If the value is greater than 65535, an error 400 is returned. If the optional port is specified (adding a colon), the field is treated as a string and returns status 200. This results in inconsistent behavior in the handling of decimal IPs (as opposed to dotted decimal). http://2130706433/ (127.0.0.1) will return status 400. http://2130706433:80/ will return status 200. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]