Hi Christopher,
Thanks for your reply. 
To your question
> Is there any reason not to simply remove the double-slash?

We see that in the source of the page. In the jsp its <html:form 
action="/calculators/Calculator" onsubmit="return validateForm();"

Thanks
Raj

> On Jun 16, 2015, at 11:53 AM, Christopher Schultz 
> <ch...@christopherschultz.net> wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> Raj,
> 
>> On 6/15/15 6:22 PM, RAJ wrote:
>> Can anyone please help me with the below. I even posted this in
>> struts users group but no reply.
>> 
>> I am facing this issue after porting my application from the
>> existing Tomcat 5.0.28 to the new tomcat 7.0.57.
> 
> If you are going to make a jump that far, I'd recommend to continue
> all the way up to Tomcat 8.0.23.
> 
>> I am using Struts version 1.1 is something particular, the app in
>> both the old and new environments work except for a few pages in
>> the new env where when I click on the submit button it is directing
>> to http://calculators/CertSsCalculator.do if I see the source of
>> the page I see.
>> 
>> new environment (bombs due to //) <form name="CalculatorForm"
>> method="post" action="//calculators/Calculator.do" onsubmit="return
>> validateForm();">
>> 
>> old environment (works fine) <form name="CalculatorForm"
>> method="post" action="/calculators/Calculator.do" onsubmit="return
>> validateForm();">
>> 
>> The jsp is the same with no changes <html:form
>> action="/calculators/Calculator" onsubmit="return validateForm();"
>> 
>> Has any one see something like this and can suggest what can be
>> tried and totally at a loss.
> 
> Is there any reason not to simply remove the double-slash?
> 
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - http://gpgtools.org
> 
> iQIcBAEBCAAGBQJVgFSPAAoJEBzwKT+lPKRY+eUP/1bcjfoRvHDDABW7O5/gAMXn
> /R7vCjdbLGmyVab83OkJ3wtG+dNcf3/IqbIwd5QFw5shBTWOIT/1mnQfu+U9lp2R
> Vh4Nmmm2exfMjtUTU+eAbfTaFRpzFlHvoVRDwms7zWWEKJmN7Mpna9n3GNXAuweb
> 8BX7CEAM6AmGwzUkysOkJsdqds0gMVoUlhKWAS7tEvWPalB9GgEuuotkyqmLol2j
> n+GTUg7ovrJWb+cCA6rzH2T58x8Bh/u8UsbU+T111t2a7cLIEbFLH6c8jqbmTQYU
> w08ZmMqn55rPSXO4cR1Otujqj7whsYeDowZWB8gIIYTSS6oo0jJCNL+CTzDCXdi6
> QDxh3IbMh4CGZYE2UeRlX4i9mX8GOPNxlFsplZoAHgVOSvngk49B3Fe5vuyg8apT
> xo4b03yo2KtJOTXn5I/jNM7Yb9fXACfieCj8a3pJjyKwrqqSH6ADcCzdggPSAJlv
> tpBfCf17mZL4VxHtlbKymeE8oeB8CtUyjZfY0K+y7Eo8mPFv0T9S9o8A2r8WpEqT
> AyZBfZ8cRedtl6VrE/TEZ0i5u6IFmAZt0gyXJWu4jgf7AcSOXzSwt+7937tXk9yd
> c69JX3FjmV2zjgd3loFNWuUOknIokU/R/RskURZdTmoi4dftacyrvE6PNzj89yhr
> HHmtqqEAr6b2lC1cj3wS
> =1+Ka
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

Reply via email to