Closed GoogleCodeExporter closed 9 years ago
Attached is a patch for HttpClientBuilder that uses java.net.URI rather than a
regex. I've replaced the concepts of "context" and "extension" with simply
using "path".
java.net.URI doesn't allow unencoded parameters to be specified but does allow
unknown protocol schemes to be specified, so I've put in a workaround for each
issue.
Original comment by stephens...@googlemail.com
on 27 May 2011 at 1:54
Attachments:
Original comment by alex.she...@gmail.com
on 23 Jul 2011 at 3:33
Original comment by alex.she...@gmail.com
on 23 Jul 2011 at 3:33
Applied user submitted patch which changed how the URI is parsed to be safer,
alleviates problems with the URL_REGEX pattern that was originally used
Original comment by alex.she...@gmail.com
on 23 Jul 2011 at 3:33
Original comment by alex.she...@gmail.com
on 23 Jul 2011 at 3:44
Original comment by alex.she...@gmail.com
on 19 Aug 2011 at 12:51
Original issue reported on code.google.com by
stephens...@googlemail.com
on 27 May 2011 at 11:20