[jboss-user] [JBoss Portal] - portlet action problem

ikazarno do-not-reply at jboss.com
Mon Oct 9 16:15:22 EDT 2006


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?action=d&windowstate=normal

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#3977064

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977064



More information about the jboss-user mailing list