- From: Christopher William Turner <cwturner@cycom.co.uk>
- Date: Thu, 29 Apr 1999 08:06:23 -0400 (EDT)
- To: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- CC: Michael Stacey <Michael@lexi.com>, www-jigsaw@w3.org
Benoit Mahe wrote: The first one need a RedirecterFrame [1], the second one a RelocateFrame [2]. But note that using a RedirecterFrame does not work if your servlet uses extra path info. If my servlet is at /servlets/GetTrade and a redirect frame is at /t I can call my servlet using http://www.trade-submit.com:8001/servlets/GetTrade or http://www.trade-submit.com:8001/t I can also call my servlet (using pathInfo) as http://www.trade-submit.com:8001/servlets/GetTrade/0001.html but not as http://www.trade-submit.com:8001/t/0001.html -- Chris Turner, http://www.cycom.co.uk/
Received on Thursday, 29 April 1999 08:07:13 UTC