0 Replies Latest reply on Oct 9, 2006 4:15 PM by ikazarno

    portlet action problem

    ikazarno

      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