[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: filter display-nameStripes Filter/display-name filter-nameStripesFilter/filter-name

[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 miglat...@gmail.com wrote: Hi I have just

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

2011-04-04 Thread rml
locally as well by removing the Content- length header parameter. On Apr 2, 12:33 pm, rml radomi...@gmail.com wrote: 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

[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 branflake2...@gmail.com wrote: My posts are working for 1.4.3, although, you can hit deadlines. What are you

[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