Parse RequestPathInvalidCharacters properly. Fixes urls with commas in them.
commitea5741998afeb3f6fbac3f434c05a2bbf6d814df
authorJackson Harper <jacksonh@gmail.com>
Fri, 19 Nov 2010 20:37:16 +0000 (19 15:37 -0500)
committerJackson Harper <jacksonh@gmail.com>
Fri, 19 Nov 2010 20:48:55 +0000 (19 15:48 -0500)
treefbca20132d773d3b4bd3b08009f3fa2840008010
parent4f3157b972885abc03137a9c9a6248b8832e7bf7
Parse RequestPathInvalidCharacters properly. Fixes urls with commas in them.

This fixes bug #654476. https://bugzilla.novell.com/show_bug.cgi?id=654476

These values are stored as a comma separated list, not just a list
of chars. So we need to parse out all the values, ignoring whitespace.
mcs/class/System.Web/System.Web/HttpRequest.cs