Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wrong dependencies from classpath #7122

Merged

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    a2b45ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a2ba6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8445b76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8089d26 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Disable Secure processing due to Xalan issue XALANJ-2591

    This reverts commit 3bcf2ce "Secure processing in ScapManager" due to
    Xalan bug XALANJ-2591. When processing in secure mode in fact, Xalan
    does not allow any foreign attributes, actually breaking the XSLT
    transformation.
    
    See https://issues.apache.org/jira/browse/XALANJ-2591 for reference.
    
    The proper fix for this issue will be migrating to Saxon.
    mackdk committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0d44ed9 View commit details
    Browse the repository at this point in the history