csrfguard

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

  1. … 70 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.

    • binary
    ./csrfguard-4.1.3-custom-2022.04.03.jar
    • binary
    ./csrfguard-4.3.0-jakarta-custom.jar
    • binary
    ./csrfguard-extension-session-4.1.3.jar
    • binary
    ./csrfguard-extension-session-4.3.0-jakarta.jar
    • binary
    ./csrfguard-jsp-tags-4.3.0-jakarta.jar
  1. … 38 more files in changeset.
LDEV-4932 Squash multiple slashes into one when matching secured paths

    • binary
    ./csrfguard-4.1.3-custom-2022.04.03.jar
  1. … 3 more files in changeset.
LDEV-5304 Update CSRF Guard to version 4.1.3

    • binary
    ./csrfguard-3.1.0-custom-2020.01.07.jar
    • binary
    ./csrfguard-4.1.3.jar
    • binary
    ./csrfguard-extension-session-4.1.3.jar
    • binary
    ./csrfguard-jsp-tags-4.1.3.jar
  1. … 2 more files in changeset.
LDEV-4932 Squash multiple slashes into one when matching secured paths

    • binary
    ./csrfguard-3.1.0-custom-2020.01.07.jar
Revert "LDEV-4932 Initial integration of CSRF Guard"

This reverts commit c5a709e4cb42d0729ad3fbd814714fb27dd844df.

It should have been in a separate branch.

  1. … 8 more files in changeset.
LDEV-4932 Initial integration of CSRF Guard

Add library and configuration file. Only Edit Profile form has a token

injected into form. Other POSTed forms will be stopped by the Guard,

with an error logged.

    • binary
    ./csrfguard-3.1.0-2019.12.19.jar
  1. … 8 more files in changeset.
LDEV-4932 Initial integration of CSRF Guard

Add library and configuration file. Only Edit Profile form has a token

injected into form. Other POSTed forms will be stopped by the Guard,

with an error logged.

    • binary
    ./csrfguard-3.1.0-2019.12.19.jar
  1. … 8 more files in changeset.