Package com.erudika.para.server.utils.filters


package com.erudika.para.server.utils.filters
Various servlet filters.
  • Class
    Description
    This filter is used in production, to put HTTP cache headers with a long (1 month) expiration time.
    A Filter that enable client-side cross-origin requests by implementing W3C's CORS (Cross-Origin Resource Sharing) specification for resources.
    Enumerates varies types of CORS requests.
    Alternative to Spring Boot's ErrorPageFilter which was causing problems with other filters, because it was trying to send errors after a response was committed.
    Filter response entities dynamically, based on a list of selected fields.
    Provides GZIP compression of responses.