Hi Michael,
It's not really possible to help without more details. Can you provide us
the contents of your main.py script? It seems likely that your code is
decoding the key being passed in, and returning a 404 if the key isn't
found.

-Nick Johnson

On Fri, Aug 21, 2009 at 9:07 PM, Michael <michaeleon...@gmail.com> wrote:

>
> In my app.yaml if have:
> - url: /ill/request/new/.*
>  script: ill/request/new/main.py
> ----------
> When I request the following:
> http://localhost:8080/ill/request/new/agRyY2xzcgwLEgZQYXRyb24YNAw
>
> I get the following:
> INFO     2009-08-21 18:27:42,381 dev_appserver.py:3029] "GET /ill/
> request/new/ag
> RyY2xzcgwLEgZQYXRyb24YNAw HTTP/1.1" 200 -
> :)
> -----------
> If I repeat the procedure with a different ending, such as:
> http://localhost:8080/ill/request/new/agRyY2xzcgwLEgZQYXRyb24YNgw
>
> I get the following:
> INFO     2009-08-21 19:03:08,569 dev_appserver.py:3029] "GET /ill/
> request/new/ag
> RyY2xzcgwLEgZQYXRyb24YNgw HTTP/1.1" 404 -
> :(
> -------------
> If I repeat the request for the first item which worked the first
> time, it works fine, but anything else throws a 404 error.
>
> If I close the developement server and restart it, it lets the first
> pass through fine but then gives the 404 on anything that differs from
> the first pass. If I reverse the above procedure after restarting the
> developement server the results are reversed.
>
> Any thoughts would be greatly appreciated.
> Michael
>
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to