Dmitry Sulman

Results 2 comments of Dmitry Sulman

@sdeleuze I opened a PR to fix this issue: #35473. Whenever you get a chance I'd appreciate your feedback.

@austinarbor-wk the filter is broken, it should invoke the next filter in the chain: ```kotlin object LoggingFilter : OncePerRequestFilter() { private val logger = LoggerFactory.getLogger(LoggingFilter::class.java) override fun doFilterInternal( request: HttpServletRequest,...