-
Notifications
You must be signed in to change notification settings - Fork 38.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support queries in opaque URLs #32920
Comments
FYI, the test is failed with
|
Yeah... I see your point. Missed the part that non-characters have to be encoded.
However now is the question about a default encoding mode which is:
Doesn't look like it is taken into account when values are set in the
Probably separate issue as a back-port to Thank you for taking a look! |
query
part for urls like mailto:
This is a regression in Spring Framework
6.2
:The functionality comes from Spring WS with Mail and JMS transports: https://docs.spring.io/spring-ws/docs/current/reference/html/#_jms_transport_2.
So, same fails for ulrs like
jms:{destination}?deliveryMode={deliveryMode}&priority={priority}
.The text was updated successfully, but these errors were encountered: