Assigned
Status Update
Comments
gs...@google.com <gs...@google.com> #2
Your specific issue has been made known to Engineering, who will address it in due course. No estimated time to resolution has been set. Meanwhile, you may follow developments in this thread.
Description
Why does appengine (or flask?) decode the url before routing ?
Why is the behavior not consistent between local and deployed appengine ?
more details on the stackoverflow question:
Minimal code:
attached
To reproduce:
- deploy the minimal code to appengine
- go to /test/hi%2fhi/there on the deployed app
Expected result:
This is the expected result
data1:hi%2Fho
data2:there
Actual result:
this should not match the example urls
data1:hi
data2:ho
data3:there