You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Bj?rn Sk?ld (JIRA)" <ji...@codehaus.org> on 2005/07/18 18:33:57 UTC

[jira] Created: (CONTINUUM-240) Absolute links bypass mod_proxy

Absolute links bypass mod_proxy 
--------------------------------

         Key: CONTINUUM-240
         URL: http://jira.codehaus.org/browse/CONTINUUM-240
     Project: Continuum
        Type: Bug
  Components: continuum-web  
    Versions: 1.0-alpha-3    
 Reporter: Björn Sköld
    Priority: Minor


Continuum does not work with the mod_proxy config shown in site docs:

ProxyPass /continuum http://localhost:8080/continuum/
ProxyPassReverse /continuum http://localhost:8080/continuum/

All links in the continuum webapp are absolute, and ProxyPassReverse only does rewrite of headers, not page content.
This means that clicking on one of continuums links bypasses the proxy and goes directly to localhost:8080/continuum/.

There is a 3rd-party module (mod_proxy_html) that does rewrite of page content, but it seems like a waste of CPU cycles.
Making continuum generate relative links would probably be more efficient.

http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypassreverse

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


[jira] Assigned: (CONTINUUM-240) Absolute links bypass mod_proxy

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-240?page=all ]

Trygve Laugstol reassigned CONTINUUM-240:
-----------------------------------------

    Assign To: Trygve Laugstol

> Absolute links bypass mod_proxy 
> --------------------------------
>
>          Key: CONTINUUM-240
>          URL: http://jira.codehaus.org/browse/CONTINUUM-240
>      Project: Continuum
>         Type: Bug
>   Components: continuum-web
>     Versions: 1.0-alpha-3
>     Reporter: Björn Sköld
>     Assignee: Trygve Laugstol
>     Priority: Minor

>
>
> Continuum does not work with the mod_proxy config shown in site docs:
> ProxyPass /continuum http://localhost:8080/continuum/
> ProxyPassReverse /continuum http://localhost:8080/continuum/
> All links in the continuum webapp are absolute, and ProxyPassReverse only does rewrite of headers, not page content.
> This means that clicking on one of continuums links bypasses the proxy and goes directly to localhost:8080/continuum/.
> There is a 3rd-party module (mod_proxy_html) that does rewrite of page content, but it seems like a waste of CPU cycles.
> Making continuum generate relative links would probably be more efficient.
> http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypassreverse

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


[jira] Closed: (CONTINUUM-240) Absolute links bypass mod_proxy

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-240?page=all ]
     
Trygve Laugstol closed CONTINUUM-240:
-------------------------------------

     Resolution: Won't Fix
    Fix Version: 1.0-beta-1

This isn't really a issue but just a matter of configuration. Make sure you use the <proxy-http-listener> and the correct port in the mod_proxy configuration. I've updated the documentation.

> Absolute links bypass mod_proxy 
> --------------------------------
>
>          Key: CONTINUUM-240
>          URL: http://jira.codehaus.org/browse/CONTINUUM-240
>      Project: Continuum
>         Type: Bug
>   Components: continuum-web
>     Versions: 1.0-alpha-3
>     Reporter: Björn Sköld
>     Assignee: Trygve Laugstol
>     Priority: Minor
>      Fix For: 1.0-beta-1

>
>
> Continuum does not work with the mod_proxy config shown in site docs:
> ProxyPass /continuum http://localhost:8080/continuum/
> ProxyPassReverse /continuum http://localhost:8080/continuum/
> All links in the continuum webapp are absolute, and ProxyPassReverse only does rewrite of headers, not page content.
> This means that clicking on one of continuums links bypasses the proxy and goes directly to localhost:8080/continuum/.
> There is a 3rd-party module (mod_proxy_html) that does rewrite of page content, but it seems like a waste of CPU cycles.
> Making continuum generate relative links would probably be more efficient.
> http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypassreverse

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