Hi ...

I'm using webpy 0.3 (yesterday release) on GoogleAppEngine ...
And got something really strange ...

Try to go to http://www.manatlan.com/test/ ... which makes a simple
redirect (web.seeother("/")) ... it brings me to httpS://www.manatlan.com
(notice the httpS), which doesn't exists ...

the code for "/test/" :

class Test:
    def GET(self):
        web.seeother('/')

I had trying a "/test2/" too, see the code :

class Test2:
    def GET(self):
        raise web.seeother('/')

which do the same thing ... ;-(

It redirects me to a https url ?! ... is there a trouble in 0.3
release ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to