Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18349

Core - XPathRouteConcurrentBigTest - newly added limit of "operators an XPath expression can contain." fails the test

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.19.0
    • 3.18.1, 3.19.0
    • tests
    • None
    • Unknown

    Description

      In java 11.0.15, there is a security limitation forĀ  "the number of operators an XPath expression can contain. (see release notes) with default value 100.

      Unfortunately the test XPathRouteConcurrentBigTest requires 101

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

      Solution would be to change a test little bit, to require <= 100 operations.

      Attachments

        Issue Links

          Activity

            People

              jondruse Jiri Ondrusek
              jondruse Jiri Ondrusek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: