The following code works on Tomcat5

  | <form name="crossLink1" action="http://fed.jboss.org/sso-federation/"; 
method="post">
  | 

as opposed to


  | <form name="crossLink1" action="http://fed.jboss.org/sso-federation"; 
method="post">
  | 

Notice the difference between the value of action- a leading '/' is needed. 

Is that a tomcat5 bug?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906949#3906949

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906949


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to