Re: Struts 2.1.2 action url fails (possible bug)

2008-05-08 Thread Struts Two
I did one more test to verify the problem [I also changed the context root - just to get crazy] and the problem is there [you will find the server partial dump beflow]:  I first typed: https://localhost:9445/ccol/index.html  The url got redirected to the following url [after I was prompted to bas

Re: Struts 2.1.2 action url fails (possible bug)

2008-05-07 Thread Laurie Harper
Struts Two wrote: I have deployed the two blank war files for struts 2.0.11 and struts 2.1.2. While struts 2.0.11 works perfectly fine, I have the following problem with struts 2.1.2. Whenever I type a url as follows: https://localhost:9445/struts2.1.2/example/HelloWorld.action I get "page not

Struts 2.1.2 action url fails (possible bug)

2008-05-07 Thread Struts Two
I have deployed the two blank war files for struts 2.0.11 and struts 2.1.2. While struts 2.0.11 works perfectly fine, I have the following problem with struts 2.1.2. Whenever I type a url as follows: https://localhost:9445/struts2.1.2/example/HelloWorld.action I get "page not found" error. Howeve