SimpleFilterChain
A simple implementation of AbstractFilterChain.
This class provides a basic filter chain that executes filters in sequence. It can be extended for custom behavior if needed.
Parameters
T
the type of context being processed
current
the current Filter to execute
next
the next FilterChain in the sequence