[google-appengine] Re: %20 is not interpreted as space on prodution server now? I remember old GAE SDKs did this.

2014-02-06 Thread Tapir
yeah, I think you are right! I upgraded struts to 2.3.16 two months ago. But it will crash on dev server for a file permission problem. The problem doesn't exist on production server. So I still use the old version struts on dev server. This may be the cause for different behaviors. Thanks! On

[google-appengine] Re: %20 is not interpreted as space on prodution server now? I remember old GAE SDKs did this.

2014-02-06 Thread timh
That behaviour depends entirely on what URL routing/traversing scheme you use and what stack you are using. On Thursday, February 6, 2014 7:11:57 PM UTC+8, Tapir wrote: > > For example, http://www.example.com/profile/John%20Smith > will not viewed as http://www.example.com/profile/John Smith > >