Alright - I'm not entirely sure if anyone will find any use for this, but I implemented the approach suggested by Lance (thank you Lance!) and pushed the code into BitBucket : https://bitbucket.org/akochnev/tap5-gae-utils
The project wiki explains how to use it, but in short, just include the module either as a @SubModule or as a module in your Development configuration. Now my application runs just fine using the official GAE Maven plugin w/ version 1.8.0. Sweet ! Cheers - On Fri, May 17, 2013 at 9:24 AM, Lance Java <lance.j...@googlemail.com>wrote: > A much better option is to fix the bug with a RequestFilter. Wrap the > response in a custom implementation that sets a flag to true when > redirect() is called and returns the correct value in isComitted() >