Hi everyone.
I write simply app. I test it on localhost, and then i deployed it on GAE.
But I noticed that I did not going redirection. But the redirection worked
locally.
I make a redirect in the following way:
*if(role.equals("student")) {
redirectPermanent("/student");
}
else if(role.equals("teacher")) {
redirectPermanent("/teacher");
}*
But GAŠ£ he doesn't want me to forward such to this page:
htpp://smth.appspot.com/student
But if I manually write in the address bar of browser, page will be open
Who knows what else i can do a redirect?
--
View this message in context:
http://restlet-discuss.1400322.n2.nabble.com/Redirection-in-GAE-with-Restlet-lib-How-tp7505629.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2954030