play.api.http
This class provides filters that are "automatically" enabled through play.filters.enabled. A list of default filters are defined in reference.conf.
play.filters.enabled
See https://www.playframework.com/documentation/latest/Filters for more information.
the environment (classloader is used from here)
the configuration
finds an instance of filter by the class name
Return the filters that should filter every request
This class provides filters that are "automatically" enabled through
play.filters.enabled
. A list of default filters are defined in reference.conf.See https://www.playframework.com/documentation/latest/Filters for more information.