reactivestreams.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-5260 Upgrade Reactor libraries

  1. … 219 more files in changeset.
LDEV-5260 Separate Reactivestreams code from Reactor library

Reactivestreams 1.0.2 is already present at WF 14 distribution. We just

update it to 1.0.3.

    • -0
    • +34
    ./reactivestreams.module.xml
  1. … 3 more files in changeset.