Reject URLs with invalid port
authorFabian Keil <fk@fabiankeil.de>
Fri, 7 Dec 2012 12:49:20 +0000 (12:49 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 7 Dec 2012 12:49:20 +0000 (12:49 +0000)
commit7ec8373d06e66e3ddb543b80b50dd9ead1f3874b
tree3a0bca052d1c27fdbdafd0597c0f6690a234d42d
parent82c493b884fe1157749712c0bfbdd6e2a1455a97
Reject URLs with invalid port

Previously they were parsed incorrectly and characters between
the port number and the first slash were silently dropped as
shown by curl test 187.
urlmatch.c