RE: Legacy APIs - Short Term Plan

2003-11-27 Thread James Mitchell
On Fri, 28 Nov 2003, Andrew Hill wrote: > While your at it how about actually including the javadocs in the > distribution (or the source dist). > A static html version of the other struts docs that doesnt require you to > crank up a servlet container everytime you want to check something would >

RE: Legacy APIs - Short Term Plan

2003-11-27 Thread Andrew Hill
While your at it how about actually including the javadocs in the distribution (or the source dist). A static html version of the other struts docs that doesnt require you to crank up a servlet container everytime you want to check something would also be very nice. -Original Message- From

Re: Maven test run

2003-11-27 Thread James Mitchell
On Thu, 27 Nov 2003, Ted Husted wrote: > When I run the maven jar target, the upload tests fail > (MultipartTestSuite). On a fresh copy ofwelleverything (maven 1.0-rc1, jakarta-struts, etc, etc) I cannot do anything with maven. The attempt to download validator SNAPSHOT fails. When I c

DO NOT REPLY [Bug 23963] - MultipartIterator changes content of uploaded files

2003-11-27 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: Maven test run

2003-11-27 Thread Don Brown
Hmmm...I just updated, uncommented those two lines, and ran "ant test.junit" - all tests passed. Anyone else? Don On Thu, 27 Nov 2003, Ted Husted wrote: > When I run the maven jar target, the upload tests fail > (MultipartTestSuite). > > But, when I run the ant test.junit test, only the > TestA

Re: When is the next release?

2003-11-27 Thread Ted Husted
Craig R. McClanahan wrote: Another thing Remy does for Tomcat (which I *really* appreciate) is keeps a running change log (summary, not detailed) in the release notes for each version. That way, everyone can get a quick summary of what's changed. So, I'm working on one of these now for 1.1->1.2.0.

Re: Maven test run

2003-11-27 Thread Ted Husted
When I run the maven jar target, the upload tests fail (MultipartTestSuite). But, when I run the ant test.junit test, only the TestActionConfigMatcher test fails. Is it me, or do others share this experience? If so, any ideas as to why this would be? -Ted. -

Re: Legacy APIs - Short Term Plan

2003-11-27 Thread Ted Husted
David Graham wrote: > By "API" do you mean javadocs? I've found it useful to compare Sun's > JDK javadocs between versions and I imagine some people would like to > compare Struts versions. People who wish to do this can maintain their own local copies (and save some of the bandwidth people kindl

cvs commit: jakarta-struts/src/test/org/apache/struts/config TestActionConfigMatcher.java

2003-11-27 Thread husted
husted 2003/11/27 18:25:47 Modified:src/test/org/apache/struts/config TestActionConfigMatcher.java Log: This test is failing for me from the test.junit target at the indicated lines. Revision ChangesPath 1.3 +6 -20 jakarta-struts/src/te

Re: Legacy APIs - Short Term Plan

2003-11-27 Thread David Graham
--- Ted Husted <[EMAIL PROTECTED]> wrote: > Once upon a time, we were maintaining a legacy copy of the Struts API > because a big gap had developed between the nightly build and the last > stable release. There doesn't seem to be a need to continue doing this, > and I'm planning to remove the l

Legacy APIs - Short Term Plan

2003-11-27 Thread Ted Husted
Once upon a time, we were maintaining a legacy copy of the Struts API because a big gap had developed between the nightly build and the last stable release. There doesn't seem to be a need to continue doing this, and I'm planning to remove the legacy APIs from CVS. -Ted.

DO NOT REPLY [Bug 23523] - Improper use of release() method in

2003-11-27 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/logic MessagesPresentTag.java

2003-11-27 Thread martinc
martinc 2003/11/27 17:55:40 Modified:src/share/org/apache/struts/taglib/logic MessagesPresentTag.java Log: Use a local variable for the messages key name, instead of stomping on the tag attribute value, so that the tag is happy in a reuse scenario. PR:

cvs commit: jakarta-struts build-webapps.xml

2003-11-27 Thread martinc
martinc 2003/11/27 17:29:50 Modified:.build-webapps.xml Log: Remove tasks for news and resources, since those no longer exist here. (This was causing the build to break when directories were pruned.) Revision ChangesPath 1.24 +0 -18 jakarta-struts/buil

cvs commit: jakarta-struts/doc/userGuide release-notes.xml

2003-11-27 Thread martinc
martinc 2003/11/27 15:01:22 Modified:.README build-all-clean.bat.sample contrib/struts-chain README.txt contrib/struts-faces README.txt doc/userGuide release-notes.xml Log: Document that Ant 1.5.2 or above is required to build Stru

DO NOT REPLY [Bug 22671] - DiskMultipartRequestHandler removes CRLF of first line in textarea

2003-11-27 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: cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-11-27 Thread Martin Cooper
On Thu, 27 Nov 2003, David Graham wrote: > When changing Struts' messaging classes we also need to update > commons-resources with identical changes. Otherwise, we'll end up getting > frustrated users and duplicate bug reports when Struts starts using > commons-resources. Sure. In this particula

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-11-27 Thread David Graham
When changing Struts' messaging classes we also need to update commons-resources with identical changes. Otherwise, we'll end up getting frustrated users and duplicate bug reports when Struts starts using commons-resources. David --- [EMAIL PROTECTED] wrote: > martinc 2003/11/27 14:14:51 >

DO NOT REPLY [Bug 22252] - Locale ignored on MessageResources.getMessage(String arg0)

2003-11-27 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/util MessageResources.java

2003-11-27 Thread martinc
martinc 2003/11/27 14:14:51 Modified:src/share/org/apache/struts/util MessageResources.java Log: Make sure getMessage(String) goes through the local implementation, rather than bypassing it and therefore skipping the default locale handling. PR: 22252 Submitted by: msc at iv

cvs commit: jakarta-struts/contrib/struts-el/doc/userGuide struts-bean-el.xml struts-html-el.xml struts-logic-el.xml struts-tiles-el.xml

2003-11-27 Thread dmkarr
dmkarr 2003/11/27 14:07:44 Modified:contrib/struts-el/doc/userGuide struts-bean-el.xml struts-html-el.xml struts-logic-el.xml struts-tiles-el.xml Log: Minor updates. Changing rtexprvalues back to "true". Revision ChangesPath

Re: TagUtils.encodeURL performance

2003-11-27 Thread yasuhiko yoshikawa
Hi David, Thank you for your reply. I think the sentence "The recommended encoding scheme to use is UTF-8" should really be understood as, the recommended encoding, when user did not specify an encoding, is UTF-8, because that sentence is followed by "However, for compatibility reasons, if an e

cvs commit: jakarta-struts build.xml

2003-11-27 Thread dgraham
dgraham 2003/11/27 12:05:08 Modified:.build.xml Log: Remove commons-lang from build because it's only required for the test cases. Revision ChangesPath 1.124 +3 -2 jakarta-struts/build.xml Index: build.xml

cvs commit: jakarta-struts project.xml

2003-11-27 Thread dgraham
dgraham 2003/11/27 11:28:13 Modified:.project.xml Log: Moved lang dependency to test section. I'm not sure we even need to maintain a list of test dependencies because it may confuse people just looking for jars they need to include in their app. Revision Changes

cvs commit: jakarta-struts/src/share/org/apache/struts/actions LookupDispatchAction.java

2003-11-27 Thread dgraham
dgraham 2003/11/27 11:20:31 Modified:src/share/org/apache/struts/actions LookupDispatchAction.java Log: Removed reference to commons-lang StringUtils class. This is the only non-test usage of commons-lang so this removal allows us to stop shipping lang wi

DO NOT REPLY [Bug 21954] - struts gets NullPointerException upon posting a multipart form from lynx, no error when posting from mozilla - Hashtable, DiskMultipartRequestHandler

2003-11-27 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 25053] New: - Please include Struts Configuration DTD with struts-documentation.war

2003-11-27 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

BUG fix for org.apache.struts.taglib.html.JavascriptValidatorTag

2003-11-27 Thread Igor Marchenko
Hello all. BUG --- I use Struts's ValidatorPlagin in client validation manner. It generates an JavaScript Array of field checks to made. Example: function validatorRuleName () { this.aa = new Array(...)); this.ab = new Array(...)); this.ac = new Array(...));