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,}", "/");
LAI-3 Upgrade libraries to work with Word and PDF documents Some libraries that we used for working with Word documents are outdated and insecure. It is a good idea to update them and their dependencies so we work with modern code when extracting PDF text for AI summarisation.