Hi,
I have a strange problem invoking a portlet action. The first page is rendered successful
but if I click any link on the portlet the browser tries to access a SSL page and I get a
connection error because I?m using http access. The URL is automatically changed to
something like:
http://127.0.0.1:8443/portal/sec/portal/demo/mypage/myPortletWindow?actio...
I should mention that I start my portlet not direct but forwarding to it. I have a servlet
that contains some logic and forwards the request to the portlet:
getServletContext().getContext("/portal").getRequestDispatcher("/portal/myportal/mypage").forward(request,
response);
The problem appears only if the portlet has anonymous access enabled!
Can anybody explain this strange behavior?
Thanks
Igor
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977064#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...