[ 
http://issues.apache.org/jira/browse/JS2-396?page=comments#action_12357222 ] 

Bhaskar Roy commented on JS2-396:
---------------------------------

Checked the http access log, FastCommonAccessLogValve works in 5.0.30 too. I 
found the proxy Squid is using HTTP1.0 and the problem is when browser is 
requesting a new URL it works fine, 

so after login LoginRedirectorServlet is requesting /jetspeed URL once the user 
validation done and this is loading first page again, if I redirect to 
/jetspeed/portal/default-user.psml which is different URL then it works fine.

same problem with 

PortletContext context = getPortletContext(); 
PortletRequestDispatcher rd = context.getRequestDispatcher("/jsp/hello.jsp"); 
rd.include(request, response); 

because the top URL remains same, doesn't change so the new jsp doesn't get 
loaded.

Is it a problem with HTTP1.0, if so what's the workaround?

> Jetspeed portal doesn't work if client is behind Proxy/Firewall
> ---------------------------------------------------------------
>
>          Key: JS2-396
>          URL: http://issues.apache.org/jira/browse/JS2-396
>      Project: Jetspeed 2
>         Type: Bug
>  Environment: Server in Linux
>     Reporter: Bhaskar Roy

>
> I have installed Jetspeed2 M4 on Linux, it works fine if I access locally or 
> from a PC which is not behind Proxy, if the client is behind proxy, it 
> doesn't work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to