Project

Profile

Help

Bug #5794

closed

java.net.MalformedURLException (Accessing an URL protocol that was not enabled ..)

Added by O'Neil Delpratt over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Category:
Graalvm build
Start date:
2023-01-04
Due date:
% Done:

100%

Estimated time:
Found in version:
11.99
Fixed in version:
12.0
Platforms:

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.
Actions #1

Updated by O'Neil Delpratt over 1 year 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

Actions #2

Updated by O'Neil Delpratt over 1 year 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

Also available in: Atom PDF