Re: [math] RC2 Release Plan

2004-10-10 Thread Al Chou
--- Phil Steitz [EMAIL PROTECTED] wrote: Phil Steitz wrote: 4) Add the following new methods to both RealMatrix and BigMatrix interfaces: RealMatrix getSubMatrix (int startRow, int endRow, int startColumn, int endColumn) RealMatrix getSubMatrix (int[] rows, int[] columns) RealMatrix

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/descriptive/moment VarianceTest.java

2004-10-10 Thread psteitz
psteitz 2004/10/10 13:40:52 Modified:math/src/java/org/apache/commons/math/stat/descriptive/moment Variance.java math/src/test/org/apache/commons/math/stat/descriptive/moment VarianceTest.java Log: Added support for

cvs commit: jakarta-commons/fileupload/src/java/org/apache/commons/fileupload FileUploadBase.java

2004-10-10 Thread martinc
martinc 2004/10/10 14:59:48 Modified:fileupload/src/java/org/apache/commons/fileupload FileUploadBase.java Log: Bug #31496 - use case-independent comparisons for encoding types. Revision ChangesPath 1.7 +5 -4

DO NOT REPLY [Bug 31496] - contentType comparisons should be case-insensitive

2004-10-10 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=31496. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[jsvc] manpage for jsvc

2004-10-10 Thread Arnaud Vandyck
jsvc.1.xml Description: application/xml - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/fileupload/src/java/org/apache/commons/fileupload FileUploadBase.java

2004-10-10 Thread martinc
martinc 2004/10/10 18:59:49 Modified:fileupload/src/java/org/apache/commons/fileupload FileUploadBase.java Log: Bug #21269 - handle quoted boundary specification. Revision ChangesPath 1.8 +24 -9

DO NOT REPLY [Bug 21269] - FileUploadBase does not handle quoted boundary specification, which is required by RFC 1521

2004-10-10 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=21269. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[jira] Updated: (JELLY-155) body not correctly parsed

2004-10-10 Thread commons-dev
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Sun, 10 Oct 2004 7:58 PM Changes: Component changed to taglib.xmlunit Component changed from taglib.xml

cvs commit: jakarta-commons/fileupload/src/test/org/apache/commons/fileupload DeferredFileOutputStreamTest.java

2004-10-10 Thread martinc
martinc 2004/10/10 20:18:45 Modified:fileupload project.xml fileupload/src/java/org/apache/commons/fileupload DefaultFileItem.java fileupload/src/test/org/apache/commons/fileupload

[ANNOUNCE] Release of Commons HttpClient 2.0.2

2004-10-10 Thread Michael Becke
The Jakarta Commons team is pleased to announce the release of HttpClient 2.0.2. This release greatly improves the performance of executing methods where the response contains little or no content. Please visit the HttpClient 2.0 web site http://jakarta.apache.org/commons/httpclient/ for more

cvs commit: jakarta-commons/fileupload build.xml

2004-10-10 Thread martinc
martinc 2004/10/10 20:50:19 Modified:fileupload build.xml Log: Regenerate Ant build file to pick up dependency changes. Revision ChangesPath 1.10 +48 -54jakarta-commons/fileupload/build.xml Index: build.xml

[jira] Commented: (JELLY-155) body not correctly parsed

2004-10-10 Thread commons-dev
The following comment has been added to this issue: Author: Hans Gilde Created: Sun, 10 Oct 2004 9:00 PM Body: I've been looking into the XML tag libs becuse of the probelm in JELLY-148. There are a few inconsistencies in the XML tags related to choosing between parsing the

Re: [validator] bug id 30686

2004-10-10 Thread Tim Reilly
Have you used the proposed patch for your projects? No. I was evaluating validator or really just a handful of classes from validator when I stumbled upon my basic test case failing. Instead of just filing a bug I decided to track it down, and sent patches too! I can take some time this week

cvs commit: jakarta-commons/io/src/java/org/apache/commons/io/output DeferredFileOutputStream.java

2004-10-10 Thread martinc
martinc 2004/10/10 21:29:48 Modified:io/src/java/org/apache/commons/io/output DeferredFileOutputStream.java Log: Use the Commons IO ByteArrayOutputStream instead of the java.io one, so that we don't have to preallocate the entire memory size up front. This

DO NOT REPLY [Bug 24306] - Fileupload fails for forms with a large number of inputs

2004-10-10 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=24306. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [validator] bug id 30686

2004-10-10 Thread David Graham
There isn't a javascript url validation yet. I'm not concerned at all about the performance of the regex. We just need it to work in all cases and tune it if there's a performance problem later. David --- Tim Reilly [EMAIL PROTECTED] wrote: Have you used the proposed patch for your

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/descriptive/moment VarianceTest.java

2004-10-10 Thread psteitz
psteitz 2004/10/10 21:54:09 Modified:math/src/test/org/apache/commons/math/stat/descriptive/moment VarianceTest.java Log: Improved coverage in population variance test. Revision ChangesPath 1.3 +5 -1

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/descriptive/moment Variance.java

2004-10-10 Thread psteitz
psteitz 2004/10/10 21:55:10 Modified:math/src/java/org/apache/commons/math/stat/descriptive/moment Variance.java Log: Javadoc. Revision ChangesPath 1.3 +2 -3

cvs commit: jakarta-commons/fileupload/src/java/org/apache/commons/fileupload FileUploadBase.java

2004-10-10 Thread martinc
martinc 2004/10/10 22:06:33 Modified:fileupload/src/java/org/apache/commons/fileupload FileUploadBase.java Log: Bug #28085 - check that HTTP method is POST as part of multipart check. Revision ChangesPath 1.9 +5 -1

DO NOT REPLY [Bug 28085] - UnknownSizeException with IE5.0 (due to IE5.0 bug)

2004-10-10 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=28085. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: XML Im-/Ex-porter into Commons Sandbox

2004-10-10 Thread Oliver Zeigermann
Could be, but if it already works (with SAX I guess) and it is maintainable there is not need for a change. xmlio just makes SAX so much easier and convernient to use. Oliver On Fri, 8 Oct 2004 10:08:05 -0400, Noel J. Bergman [EMAIL PROTECTED] wrote: Oliver Zeigermann wrote: I understand

Re: XML Im-/Ex-porter into Commons Sandbox

2004-10-10 Thread Oliver Zeigermann
On Sat, 9 Oct 2004 07:59:53 +0100, robert burrell donkin [EMAIL PROTECTED] wrote: 3 alternatives are good but direct competitors are bad. we are short of developer energy here in the commons and components in the same area should share a community and coorperate rather than fight for mind

Bugzilla

2004-10-10 Thread Adrian Sutton
Hi all, Oleg has done a fantastic job in finally getting HttpClient converted from a component to a real project in bugzilla. There are a couple of things remaining that some help could be used on: 1. Check that everything looks right after the migration (the standard bugzilla installation on

[ANNOUNCE] Release of Commons HttpClient 2.0.2

2004-10-10 Thread Michael Becke
The Jakarta Commons team is pleased to announce the release of HttpClient 2.0.2. This release greatly improves the performance of executing methods where the response contains little or no content. Please visit the HttpClient 2.0 web site http://jakarta.apache.org/commons/httpclient/ for more