DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152





--- Additional Comments From [EMAIL PROTECTED]  2006-04-24 22:24 ---
Thanks Don. I was checking my emails often and didn't check the bug itself - 
else I would've responsed much earlier. I was able to reproduce the problem 
with the 1.2.9 version as well. The issue is still there. 

Since I am not able to attach the entire WAR project, I am attaching the two 
classes I added to the strurs-example project to demonstrate this problem. 

1. FindCaseServlet.java
2. FindCaseServletTest.java

Add these two classes to the struts-example project and execute the 
FindCaseServletTest testcase (the URL is already in the document attached 
previously). The testcase should run for about 30 seconds, this is done 
intentionally with a dummy loop logic. When this is running - request any JSP 
form in the struts-example application. Once the page is loaded, view the HTML 
source, you should see the action path partially or completely missing. 

The trick is to keep two browser instances open, and in one instance execute 
the testcase URL and as soon as you see FindCaseServlet.doPost.Before dummy 
loop line in the server console - request a JSP form immediately from the 
application through the second browser instance. When the timing works right - 
you will see the HTML response with incorrect action path. 

The two class attachment follows... 



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152





--- Additional Comments From [EMAIL PROTECTED]  2006-04-24 22:25 ---
Created an attachment (id=18175)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=18175action=view)
FindCaseServlet.java

FindCaseServlet.java

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152





--- Additional Comments From [EMAIL PROTECTED]  2006-04-24 22:25 ---
Created an attachment (id=18176)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=18176action=view)
FindCaseServletTest.java

FindCaseServletTest.java

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152





--- Additional Comments From [EMAIL PROTECTED]  2006-04-24 22:28 ---
Struts has migrated the Bugzilla to JIRA, so the new URL for this ticket is
http://issues.apache.org/struts/browse/STR-2546

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |




--- Additional Comments From [EMAIL PROTECTED]  2006-04-21 19:26 ---
I am facing the same problem and I am able to reproduce it with a test case. 

Attachment follows... 


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152





--- Additional Comments From [EMAIL PROTECTED]  2006-04-21 19:32 ---
Created an attachment (id=18149)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=18149action=view)
Problem Demonstration with Struts-Example Application.doc

Problem Demonstration with Struts-Example Application.doc

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152





--- Additional Comments From [EMAIL PROTECTED]  2006-04-21 19:45 ---
Hi Don,
This problem is causing a lot of 404 page not found errors in our production 
box. It took a long time just to narrow it down to this point. I would really 
appreciate if you would look into the problem. 

I have a WAR file project demonstrating the problem, but its about 9MB and I 
cant seem to attach it to the bug. Is there any other place where I can put it?

Thanks

Stephen

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |critical
 OS/Version|Linux   |AIX
   Priority|P2  |P1
Version|1.2.4   |1.1 Final




--- Additional Comments From [EMAIL PROTECTED]  2006-04-21 23:09 ---
I am setting the Priority to 'P1' and severity to 'Critical' as this is 
causing a frequent '404 Page Not Found' errors in the production box. 

CAUSE OF THE ERROR: 
When a RequestDispatcher.forward is being executed by the server, and at the 
same time if any other user session is rendering a JSP page with html:form 
tag in it - then the tag's action value gets left out in the HTML output. The 
user session ends up getting a HTML form with partial or no value for the 
form's action parameter. And when the user submits that page he is sure to get 
a '404 page not found' error or unexpected behavior since the action value is 
incorrect. 

The test case I have demonstrates this problem very clearly but I cant seem to 
find a place to put it in. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2006-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-04-21 23:28 ---
Thanks for the detailed report, but I'm still stumped.  Could you try to
reproduce this with the latest Struts 1.3 nightly or SVN build?  This would at
least help us determine if it is still an issue or was inadvertently fixed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36152] - action field is blank in using html:form

2005-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36152.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36152


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2005-08-24 07:00 ---
Hmm...strange.   Unfortunately, without a reproducable test case, I can't help
you.  I'm thinking it might be a non-Struts issue, mainly because looking at the
code, I don't really see how you get get nothing.  If anything, you should at
least get servlet mapping characters.  Feel free to reopen if you can isolate a
repeatable test case.  

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]