hi everyone!

iiuc the proxy transformer does not correctly deal with https sessions at the moment. i'm trying to fix it and came across the following code snippet in ProxyTransformer.java:

Request _request = ObjectModelHelper.getRequest(_objectModel);
...
this.rewriter = new OutgoingLinkRewriter(this.manager, session, _request
      .getRequestURI(), request.isSecure(), false, this.relativeUrls);

note how we use _request everywhere except in "request.isSecure()". i don't really understand why request is a defined symbol at all - is it part of AbstractSaxTransformer? and i wonder how it's supposed to work, or whether it's just a typo....

maybe thorsten or andreas can enlighten me?


tia,

jörn



--
Jörn Nettingsmeier

"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.


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

Reply via email to