DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From [EMAIL PROTECTED]  2007-10-26 07:25 -------
(In reply to comment #4)
> i tried to configure the proxy transformer for relative urls, and found that
> apparently there is such option for the proxy input module, which is used to
> prepare the parameters for the sitetree javascript...
> the input module has no way of knowing we're in an SSL session iiuc, so we 
> would
> need an additional attribute {proxy:ssl:<URL>} or something like that. wdot?

The proxy module uses request.isSecure() to determine if we're in an SSL 
session:

LinkRewriter rewriter = new OutgoingLinkRewriter(this.manager, session,
request.getRequestURI(), request.isSecure(), false, false);

This doesn't work with plain mod_proxy, though - you have to use mod_jk or
mod_proxy_ajp.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to