Raphael you perfectly understood my problem and i agree with your definitions:
> 1. "relative link" = "relative URI" = eg. <a href="page/default.psml"> > 2. "asolute link" = "absolute URI" = eg. <a > href="/jetspeed/portal/page/default.psml"> > 3. "external link" = "absolute URL" = eg <a > href="http://localhost:8080/jetspeed/portal/page/default.psml"> > Absolute links (ie number 2 above) should work OK and solve your issues with > proxying but AFAIK they are not supported by the standard link clsses of > Turbine 2.2 According to these definitions Turbine 2.2 class org.apache.turbine.util.RelativeDynamicURI produces absolute URIs and the class org.apache.turbine.util.DynamicURI produces absolute URLs. (isn't this naming a bit confusing?) Jetspeed only uses DynamicURI (and hence absolute URLs) when I would expect it to use RelativeDynamicURI. thanks again for your help Carlo Pascoli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
