nathanwblair / im-only-resting

Automatically exported from code.google.com/p/im-only-resting
Apache License 2.0
1 stars 0 forks source link

Overly aggressive header value validation #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Header value validation is too aggressive and gives an error for valid colon 
characters. For example,

Host: mysite.com:80

is valid but IOR is giving an error for it.

Original issue reported on code.google.com by stephen....@gmail.com on 27 Aug 2014 at 12:34

GoogleCodeExporter commented 9 years ago
We also loosened the validation to allow empty header values, which are also 
valid.

Original comment by stephen....@gmail.com on 27 Aug 2014 at 1:09

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 7 Sep 2014 at 3:37