document() function in XSL scripts can not resolve remote documents
-------------------------------------------------------------------
Key: ODE-904
URL: https://issues.apache.org/jira/browse/ODE-904
Project: ODE
Issue Type: Improvement
Components: BPEL Runtime
Reporter: Tammo van Lessen
Assignee: Tammo van Lessen
Fix For: 1.3.5
The document() function is used in XSL script (via doXSLTransform) to load
external documents. The current implementation is only considering files in the
local file system. In addition it should be able also load resources from
HTTP/HTTPS endpoints.
I suggest to convert the URI to an URL and use URL connections to fetch the
contents. This covers file:, http:, https and some other internet protocols.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.