You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're running into issues where some upstream systems and browsers are encoding space characters as a '+' in the URL query string. UriConfig can be configured to encode spaces as '+', but I cannot find any way (short of writing my own implementation of UriDecoder) to support parsing those values back out. Am I just missing something obvious that isn't covered in the documentation, or is this an enhancement that could be made?
The text was updated successfully, but these errors were encountered:
I not longer have write access to this repo, so I am going to move scala-uri over to a new home. Once I have done that, I will make this easier and update here.
Thanks! I actually wrote almost that exact same piece of code as a workaround, but wanted to bring it up as something the framework could address more elegantly.
We're running into issues where some upstream systems and browsers are encoding space characters as a '+' in the URL query string. UriConfig can be configured to encode spaces as '+', but I cannot find any way (short of writing my own implementation of UriDecoder) to support parsing those values back out. Am I just missing something obvious that isn't covered in the documentation, or is this an enhancement that could be made?
The text was updated successfully, but these errors were encountered: