Hi, I'd like to replay an HTTP request if a database deadlock occurs; however, GuiceFilter prevents me from invoking chain.doFilter(servletRequest, servletResponse) a second time because it uses an internal index that increments every time<https://code.google.com/p/google-guice/source/browse/extensions/servlet/src/com/google/inject/servlet/FilterChainInvocation.java?name=3.0#54> doFilter is invoked. *How do I get GuiceFilter to repeat an HTTP request without having the client re-issue the request?*
I've cross-posted this question to http://stackoverflow.com/q/16620003/14731<http://stackoverflow.com/questions/16620003/how-to-get-guicefilter-to-repeat-a-request> Thanks, Gili -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
