Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Invalid
-
3.1.1
-
None
-
None
Description
Is there a possiblity already to disable the NetAccessor check for the schemaLocation attribute (we're not using curl, just socket), that has a https:// URL?
In our project we want to parse an XML file which has a schemaLocation attribute with "https".We want to bypass this entirely, since we're validating with a local schema anyway. The error we encounter is "unssuported protocol in URL". We can't change the input XML file in our flow.
Compiling with curl netaccessor is not feasible in our case. (actually we woudln't want to recompile xerces at all).