Skip to content
Snippets Groups Projects
Commit 18719a97 authored by tpylak's avatar tpylak
Browse files

minor: add todo

SVN: 23894
parent 8dc7c88b
No related branches found
No related tags found
No related merge requests found
...@@ -466,6 +466,7 @@ class AuthenticatedState extends AbstractDssComponentState ...@@ -466,6 +466,7 @@ class AuthenticatedState extends AbstractDssComponentState
{ {
if (url.toLowerCase().startsWith("https")) if (url.toLowerCase().startsWith("https"))
{ {
// TODO: find a way to accept invalid certificates on request
return new URL(null, url, new sun.net.www.protocol.https.Handler()) return new URL(null, url, new sun.net.www.protocol.https.Handler())
.openConnection().getInputStream(); .openConnection().getInputStream();
} else } else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment