whitequark / rack-utf8_sanitizer

Rack::UTF8Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.
MIT License
315 stars 53 forks source link

Resolve Ruby warnings about `URI.escape` #53

Closed AlexWayfer closed 4 years ago

AlexWayfer commented 4 years ago

I see that URI::DEFAULT_PARSER.escape, which includes URI::Parser.new, which refers to URI::RFC2396_Parser, are not deprecated (obsolete).

I hope they will not be removed.

Resolve #51

brchristian commented 4 years ago

@AlexWayfer Great work! Any chance of seeing this as a rubygems release?

AlexWayfer commented 4 years ago

@brchristian Sorry, but I'm only a contributor, I can't make new releases. Let's ask @whitequark!

whitequark commented 4 years ago

1.7.0

AlexWayfer commented 4 years ago

Thank you!