wrong servlet executed bug in 1.4.7

2001-04-09 Thread Russ White
logged bug #394 the following occurs only under 1.4.7 I created two simple servlets. Servlet1 Servlet2 One simply creates a link to the other one. When I run the first servlet like so http://host/servlet/com.sequenet.test.servlet.Servlet1 and click on the link to the second servlet Orion

SV: wrong servlet executed bug in 1.4.7

2001-04-09 Thread Magnus Rydin
Title: SV: wrong servlet executed bug in 1.4.7 Is the bug that you dont get an 404 when following the link? Or is /servlet/ missing from your post here (Servlet source)? WR -Ursprungligt meddelande- Från: Russ White [mailto:[EMAIL PROTECTED]] Skickat: den 9 april 2001 06:20 Till

RE: wrong servlet executed bug in 1.4.7

2001-04-09 Thread Russ White
Title: SV: wrong servlet executed bug in 1.4.7 The link is relative. So as long as I call the first servlet like this: http://host/servlet/com.sequenet.test.servlet.Servlet1theanchor hrefneed not include /servlet/ though for the sake of argument the results are the same even if you include