urlrewritefilter

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Update libraries to new versions

    • binary
    ./urlrewritefilter-5.1.3.jar
  1. … 68 more files in changeset.
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-3956 * added missing .jar phrase * renamed urlrewrite->urlrewritefilter

    • -0
    • +41
    ./urlrewritefilter.module.xml
  1. … 2 more files in changeset.
LDEV-3956 Updated UrlRewriteFilter library to stop Java compiler complaining

    • binary
    ./urlrewritefilter-4.0.3.jar
  1. … 2 more files in changeset.
LDEV-3275: Add missing library dependencies.

  1. … 9 more files in changeset.
LDEV-3275: Set module dependencies.

  1. … 7 more files in changeset.
LDEV-3275: Deploy URLRewrite as a WildFly module.

    • -0
    • +29
    ./urlrewrite.module.xml
  1. … 2 more files in changeset.
LDEV-2749 Included UrlRewrite Filter library

    • binary
    ./urlrewrite-3.2.0.jar
  1. … 2 more files in changeset.