[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 Thursday, February 6, 2014 7:18:48 PM UTC+8, timh wrote:

> 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
>>
>> But on dev server, it is still ok.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[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
>
> But on dev server, it is still ok.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.