[appengine-java] Re: Stripes + UrlBinding + Google App Engine

2011-05-05 Thread rml
Hi, I use Stripes and DynamicMappingFilter on GAE production without issues. Here's the Stripes related part of my web.xml: Stripes Filter StripesFilter net.sourceforge.stripes.controller.StripesFilter

[appengine-java] HTTP POST failing in dev environment with SDK 1.4.3

2011-04-02 Thread rml
I have an issue with local development server after upgrading to SDK 1.4.3. All HTTP POST requests fail with: java.io.IOException: Could not fetch URL: http://sitename/login.php Can anyone confirm that POST is working or failing in dev environment? I create an issue for this so if anyone els

[appengine-java] Re: HTTP POST failing in dev environment with SDK 1.4.3

2011-04-03 Thread rml
No, I'm not hitting deadline. I'm POSTing login credentials so it's a small HTTP request. The problem disappears as soon as I switch back to 1.4.2. On Apr 3, 4:54 am, branflake2267 wrote: > My posts are working for 1.4.3, although, you can hit deadlines. What are > you posting? > > Brandon Donne

[appengine-java] Re: HTTP POST failing in dev environment with SDK 1.4.3

2011-04-04 Thread rml
s well by removing the Content- > length header parameter. > > On Apr 2, 12:33 pm, rml wrote: > > > > > > > > > I have an issue with local development server after upgrading to SDK > > 1.4.3. All HTTP POST requests fail with: > > >     java.io.IOExcept

[appengine-java] Re: Weird 500 Internal Server Error nginx/0.7.67

2011-04-10 Thread rml
We use Nginx with SLL to proxy to our GAE application and don't have any issue with multipart/form-data posts. You may find this useful: http://radomirml.com/2011/01/30/reverse-proxy-for-gae-application-using-nginx-and-ssl On Apr 10, 4:31 am, miglate wrote: > Hi I have just found out that this