Package de.xima.fc.servlet.filter
package de.xima.fc.servlet.filter
-
ClassesClassDescriptionEndpoint for authentication request callbacks.Endpoint for authentication login request.Filter that adds security-relevant headers and other settings for the backend.This filter will set the request body character encoding.Filter for all pages that require access to the database.Filer that is added dynamically when dev mode is activated.Filter that adds security-relevant headers and other settings for the frontend (web forms).Filter for protecting critical views such as system configuration views and the user profile page.Filter that checks user profile for possibly multi factor authentication and initiates it if required.Filter that wraps
multipart
requests in a special request wrapper that allows for accessing of the request parts multiple times during the request scope and performs unified malware scanning for all uploaded files.Implementation of an HTTP servletFilter
which adds the SameSite attribute to cookies, until the Java API supports it natively, if ever.If the there is no session / session expired, then a new session will be created, the requested URL will be saved in that session and the user will be redirected to theEPublicView.WELCOME
so they can sign in.