Skip to content

Commit

Permalink
Merge pull request #1143 from lat-lon/accessDemoHttps
Browse files Browse the repository at this point in the history
Changed access of deegree3 Demo to https
  • Loading branch information
tfr42 authored May 21, 2021
2 parents d9ccf38 + 377d2b1 commit f476721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void testWMS130InstantiationWithXMLAdapter()
public void testWMS111InstantiationFromUrl()
throws OWSExceptionReport, XMLStreamException, MalformedURLException, IOException {
URL capaUrl = new URL(
"http://deegree3-demo.deegree.org:80/utah-workspace/services?request=GetCapabilities&service=WMS&version=1.1.1" );
"https://deegree3-demo.deegree.org/utah-workspace/services?request=GetCapabilities&service=WMS&version=1.1.1" );
// TODO: check if demo WMS available
new WMSClient( capaUrl );
}
Expand Down

0 comments on commit f476721

Please sign in to comment.