Actions
Bug #5794
closedjava.net.MalformedURLException (Accessing an URL protocol that was not enabled ..)
Start date:
2023-01-04
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
11.99
Fixed in version:
12.0
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
Issue reported here: https://saxonica.plan.io/boards/4/topics/9181
The following error is reported when running a schema validation:
java.net.MalformedURLException (Accessing an URL protocol that was not enabled.
The URL protocol http is supported but not enabled by default. It must be enabled by
adding the --enable-url-protocols=http option to the native-image command.
Updated by O'Neil Delpratt almost 2 years ago
- Status changed from New to Resolved
The flag --enable-url-protocols=http is missing from the native-image build command. We have enabled https, but not the http. Bug fixed in the cradle build script
Updated by O'Neil Delpratt almost 2 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 12.0
Bug fix applied in the SaxonC 12.0 major release.
Please register to edit this issue
Actions