public class XSS implements Filter{
public void init(FilterConfig config) throws ServletException{
}
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws java.io.IOException, ServletException {
// I can filter out request parameters
}
}
Как мне получить здесь доступ ко всем параметрам пути?