I have several app engine apps that uses the following URL structure:

/:object/:key

eg:

/player/:key
/contest/:key
/team/:key

etc.

The "Current Load" section of the dashboard is not useful with this
URL structure. App Engine expects that the URLs will be parametrized
(eg /:object?key=:key ).  That's fine, but a bit old-fashioned and
verbose.

Anyway, is there any way to work around this issue?

Ben


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

Reply via email to