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
Web.Show_Document(URL, Target) does not bring up the page in the web browser (without any error message).
When I try on Oracle Java Web Start then it works. Is it implemented?
My version: Red Hat WebStart Launcher 1.8.0.352.2
Edit:
The first parameter (url) contains characters like "<" that are not converted to hexadecimal - in this case "%3C". In Java Oracle this is not a problem but in OpenJDK/OpenWebStart it is.
Can you verify this?
The text was updated successfully, but these errors were encountered:
Web.Show_Document(URL, Target) does not bring up the page in the web browser (without any error message).
When I try on Oracle Java Web Start then it works. Is it implemented?
My version: Red Hat WebStart Launcher 1.8.0.352.2
Edit:
The first parameter (url) contains characters like "<" that are not converted to hexadecimal - in this case "%3C". In Java Oracle this is not a problem but in OpenJDK/OpenWebStart it is.
Can you verify this?
The text was updated successfully, but these errors were encountered: