Jiri Ondrusek created CAMEL-18349:
-------------------------------------

             Summary: Core - XPathRouteConcurrentBigTest - newly added limit of 
"operators an XPath expression can contain." fails the test
                 Key: CAMEL-18349
                 URL: https://issues.apache.org/jira/browse/CAMEL-18349
             Project: Camel
          Issue Type: Bug
          Components: tests
    Affects Versions: 3.19.0
            Reporter: Jiri Ondrusek
            Assignee: Jiri Ondrusek


In java 11.0.15, there is a security limitation forĀ  "the number of operators 
an XPath expression can contain. (see [release 
notes|https://www.oracle.com/java/technologies/javase/11-0-15-relnotes.html]) 
with default value 100.

Unfortunately the test _XPathRouteConcurrentBigTest_ requires 101
{code:java}
Caused by: javax.xml.transform.TransformerException: JAXP0801002: the compiler 
encountered an XPath expression containing '101' operators that exceeds the 
'100' limit set by 'FEATURE_SECURE_PROCESSING'.
{code}
Solution would be to change a test little bit, to require <= 100 operations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to