1 Reply Latest reply on Aug 14, 2008 4:52 PM by rhasselbaum

    URKRewrite causes connection pool problems

    rhasselbaum

      Hi. I'm scrambling to add the UrlRewriteFilter to my site in order to hide conversation and session IDs from Googlebot. (The approach has been discussed elsewhere.)


      So I have it configured as a normal web filter (outside of Seam), and it seems to be working fine. But after about 20 hits in which HREF URLs are rewritten, my application suddenly locks up. If I debug the threads in Eclipse, I can see many of them are blocked waiting on a connection pool lock. It seems as though Seam is not properly releasing connections back to the pool when the URL rewrite filter kicks in.


      Any ideas? Please help. The Googlebot is still storming my production site! Thanks.