jeremyevans / rodauth

Ruby's Most Advanced Authentication Framework
http://rodauth.jeremyevans.net
MIT License
1.67k stars 95 forks source link

Make Rodauth specs pass on Rack 3.0.2+ #288

Closed janko closed 1 year ago

janko commented 1 year ago

Starting from version 3.0.2, Rack::Utils.build_nested_query percent-escapes square brackets. See https://github.com/rack/rack/pull/1989.

jeremyevans commented 1 year ago

Thanks for the patch! I'm currently traveling, but I'll merge this after I get back.