[struts chain] Investigating Dynamic / Proxy Commands?

2003-11-15 Thread Peter A. Pilgrim
I am investigating the possibility of commands that can branch dynamically. Why was the ChainBase frozen in the execute() method? What is the design decision or intention of NonDelegatingCommand.java? What do you need to successfully compile and build the chain module? -- Peter Pilgrim

DO NOT REPLY [Bug 24497] - validwhen / underscore in filed names

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24727] - Non existent URLs return HTTP error 400 instead of 404

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-struts/src/share/org/apache/struts/action RequestProcessor.java

2003-11-15 Thread dgraham
dgraham 2003/11/15 15:43:01 Modified:src/share/org/apache/struts/action RequestProcessor.java Log: Send HTTP 404 Not Found instead of 400 Bad Request when a request for an unmapped url is made. PR# 24727 Revision ChangesPath 1.39 +17 -16 jakarta-struts/src/sha

DO NOT REPLY [Bug 24021] - parsing exception fails to report which file being parsed....

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24608] - Enhance BaseFieldTag - refactor value attribute retrieval

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html BaseFieldTag.java

2003-11-15 Thread dgraham
dgraham 2003/11/15 15:08:54 Modified:src/share/org/apache/struts/taglib/html BaseFieldTag.java Log: Added formatValue() method for PR# 24608. Revision ChangesPath 1.22 +30 -13 jakarta-struts/src/share/org/apache/struts/taglib/html/BaseFieldTag.java Index: Ba

DO NOT REPLY [Bug 23522] - Erroneous trim in doAfterBody of MultiboxTag

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24732] - HTTP 400 is send to unauthorized user instead of HTTP 403

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24732] New: - HTTP 400 is send to unauthorized user instead of HTTP 403

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html MultiboxTag.java

2003-11-15 Thread dgraham
dgraham 2003/11/15 13:33:57 Modified:src/share/org/apache/struts/taglib/html MultiboxTag.java Log: Minor formatting changes such as using braces for one line if blocks to prevent confusion. Revision ChangesPath 1.22 +24 -16 jakarta-struts/src/share/org/apache/s

DO NOT REPLY [Bug 24137] - Struts causing the VM to crash

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24190] - Incorrect message in TestActionMessage

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-struts/src/test/org/apache/struts/action TestActionMessage.java

2003-11-15 Thread dgraham
dgraham 2003/11/15 13:25:05 Modified:src/test/org/apache/struts/action TestActionMessage.java Log: Fixed bad message for PR#24190. In fact, just removed the error messages because they don't provide anything that the test doesn't tell you. Revision ChangesPath 1.5

cvs commit: jakarta-struts/src/test/org/apache/struts/action TestActionMessage.java

2003-11-15 Thread dgraham
dgraham 2003/11/15 13:22:33 Modified:src/test/org/apache/struts/action TestActionMessage.java Log: Formatting changes only. Revision ChangesPath 1.4 +54 -44 jakarta-struts/src/test/org/apache/struts/action/TestActionMessage.java Index: TestActionMessage.jav

Re: Struts throwing away exceptions

2003-11-15 Thread David Graham
Graham Leggett <[EMAIL PROTECTED]> wrote: Hi all, I ran into this problem a while back, worked around it, but now it is back. Something has gone haywire with a struts web application I am trying to debug. When accessing an URL, I get an HTTP 400 error, with the explanation "The request sent b

DO NOT REPLY [Bug 24727] New: - Non existent URLs return HTTP error 400 instead of 404

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Struts throwing away exceptions

2003-11-15 Thread Ted Husted
We appreciate the report. If you have any concrete suggestions, please feel free to submit a report to Bugzilla with any fixes. As it stands, Struts is relying on the logging subsystem to pass the messages along to the servlet container (Tomcat). If the subsystem responds normally to Struts, th

DO NOT REPLY [Bug 24656] - Digestor failes to initialize with MalformedURLException

2003-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu