views:

14

answers:

0

I have urls (friendly-urls mapped to certain pages by its unique id) like http://localhost:10038/wps/myportal/portletName (this page is accessible only by authorized users)

When I put the url into browser's address bar (chrome, firefox) it is converted to something like: http://localhost:10038/wps/portal/!ut/p/c0/04_SB8K8xLLM9MSSzPy8xBz9CP0os3g_f6NQNxNPQ0MLM1dDAyMzDxMnnzBPA39_U_2CbEdFAMNst2E!

After login there is no redirect to necessary page, but main page of portal. WASReqURL cookie is not set neither.

As I got, when there is a "secured" url, the login form is shown (login screen) and redirect url is stored in WASReqURL. And after authorization redirect to stored url must be occured.

Any help or explanations?