You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alexandru Stefanescu (JIRA)" <xe...@xml.apache.org> on 2014/08/07 15:23:12 UTC

[jira] [Created] (XERCESC-2032) Would like to know if there is an option in XERCES-C++ to bypass "https://" URL's

Alexandru Stefanescu created XERCESC-2032:
---------------------------------------------

             Summary: Would like to know if there is an option in XERCES-C++ to bypass "https://" URL's
                 Key: XERCESC-2032
                 URL: https://issues.apache.org/jira/browse/XERCESC-2032
             Project: Xerces-C++
          Issue Type: Wish
          Components: SAX/SAX2
    Affects Versions: 3.1.1
            Reporter: Alexandru Stefanescu


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).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org