-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Security Exception when navigating to https URL on Win7 #10
Comments
@vit1251 can you try running again with
and paste here the output that is printed on the console. |
Starting with -debug have two output stdout:
And stderr:
|
Thanks for the report. This seems to be a bug in the java std packages. The Confirmed by @vit1251 : This URL works fine on Ubuntu 14.04, Oracle Java 8u25. |
Just realized that @vit1251 This should be hopefully fixed in next release. |
@vit1251 I have published a test-version with a hopeful fix for this issue: I don't have a Windows machine available for testing. Can you please download and try the above version on your Windows machine? |
I got my hands on a Win 7 box and was able to reproduce this. Debugging now. |
The problem turned out to be a very simple one. Windows paths are differently encoded (they are URL escaped) than in *nix. The previous fix was not required. Hence will be reverting it, and adding a new fix. |
A new release with a fix is available: 0.3.1 |
As reported by @vit1251 on chat:
The exception is:
The text was updated successfully, but these errors were encountered: