Dmitry Bedrin

Results 160 issues of Dmitry Bedrin

Possible way to integration with Spring from Filter: ``` ((ApplicationContext)httpServletRequest.getServletContext().getAttribute("org.springframework.web.servlet.FrameworkServlet.CONTEXT.contextName")).getBean(HandlerExceptionResolver.class) ``` Returns `HandlerExceptionResolverComposite` - we can add Sniffy exception resolver here

enhancement
filter

Related to https://github.com/sniffy/sniffy/issues/272 We need to support custom reverse proxy configurations like /index.html -> /foo/bar/baz/patha/pathb/pathc/index.html For example make a second try for URL like /index.html/sniffy/.... in case first one fails...

enhancement
filter

Support Spring MVC test framework `andExpect()` clause

enhancement

If there're multiple queries, it's not clear to which operations like `ResultSet.next()` relate to

enhancement
filter

relative URLs get broken after redirect. Consider using `xmlhttprequest.responseURL`

bug
filter

enhancement
filter