You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Trying this:
import java.io.IOException
import javax.servlet.*
import javax.servlet.annotation.WebFilter
/**
*
/
@webfilter(urlPatterns = ["/"])
class SimpleServletFilter(private var filterConfig: FilterConfig) : Filter {
}
but the request does not pass through the filter.
Also tried:
No luck there.
The text was updated successfully, but these errors were encountered: