i have a portal page, which is secured via a security constraint in the -object.xml
when accessing the secured page:
/portal/portal/myportal/mypage/myWindow?action=2¶m1=51
the request ist redirected to the login page (which is the expected behavior), but then, after successful login, the login redirects the request to:
/portal/portal/myportal/mypage/myWindow?action=e&windowstate=normal&mode=view
so the parameter action is changed and param1 is lost (and 2 more parameters) and the portlet will not work, as it depends on these params
jboss portal version is 2.7.1
anybody a hint on this problem?
uwe