Hi,

I am working with app engine 1.9.0. On my local environment, below URL 
works fine:

http://localhost:8080/blog/api/sync/*TEST%20with%20slash%20%2F%20a%20slash*

Notice the bold part after decoded is "TEST with slash / a slash".

In my application, this URL request is send to my application. But in 
online environment, this request is not send to my application. The request 
is handled by app engine directly and returned 404. I think the problem is 
related to the encoded slash.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to