I'm using SSLExt to rewrite HTTP/HTTPS links. Sometimes the link from HTTPS to HTTP is being rewritten http://<server><href>;<sessionID> as opposed to http://<server>/<webapp>/<href>;<sessionID> (not the missing webapp and slash). Not sure what's going on. The links work fine on HTTP->HTTP pages. The actions in question have <set-property property="secure" value="false"/> in struts-config.xml.
Since I'm new to sslext, I figure I'm misunderstanding something here. Any ideas? thx andy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

