We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot invoke backends which has an underscore in the hostname.
The underscore in hostnames is now supported with the new starndards[1] and supported with java.net.URL[2]
[1] https://www.rfc-editor.org/rfc/rfc3986 [2] https://bugs.java.com/bugdatabase/view_bug?bug_id=8180809
4.2.0
The text was updated successfully, but these errors were encountered:
wso2/wso2-synapse@e413843
Fix java.net.URI class does not support underscore in the URI
76463e9
Fixes: wso2/product-micro-integrator#3802
Successfully merging a pull request may close this issue.
Current Limitation
Cannot invoke backends which has an underscore in the hostname.
Suggested Improvement
The underscore in hostnames is now supported with the new starndards[1] and supported with java.net.URL[2]
[1] https://www.rfc-editor.org/rfc/rfc3986
[2] https://bugs.java.com/bugdatabase/view_bug?bug_id=8180809
Version
4.2.0
The text was updated successfully, but these errors were encountered: