digester.module.xml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Update CSRFGuard from 4.1.3 to 4.3.0-jakarta

Customisation was needed:

In CsrfGuardUtils use

public static String normalizeResourceURI(final String resourceURI) {

String normalizedResourceURI = resourceURI.startsWith("/") ? resourceURI : '/' + resourceURI;

// LAMS LDEV-4932 Replace multiple slashes with a single one, so it works the same as Spring MVC

normalizedResourceURI = normalizedResourceURI.replaceAll("/{2,}", "/");

return normalizedResourceURI;

}

Also update WF module schemas.

  1. … 44 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

  1. … 33 more files in changeset.
LDEV-3275: Add library dependencies and source code.

  1. … 415 more files in changeset.
LDEV-3275: Degrade Apache Commons Digester from version 3.2 to 2.1 as the newer version is based on another Java package, thus unrecognisable for other libraries.

  1. … 3 more files in changeset.
LDEV-3275: Reintroduce Apache Commons Digester, required by Struts after all. Upgrade to version 3.2.

    • -0
    • +29
    ./digester.module.xml
  1. … 3 more files in changeset.