[PATCH] [fileupload]

2005-04-10 Thread Dakota Jack
Add if(fileName != null) { fileName = new java.io.File(fileName).getName(); } to the "protected String getFileName(Map headers)" method of FileUploadBase so that all the names will be the same for each of the browsers. IE now gives the absolute file path as the file name, unlike, e

DO NOT REPLY [Bug 33311] - [fileupload] Two typos in the manual page of MultipartStream

2005-04-10 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://issues.apache.org/bugzilla/show_bu

svn commit: r160833 - jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/MultipartStream.java

2005-04-10 Thread martinc
Author: martinc Date: Sun Apr 10 21:44:41 2005 New Revision: 160833 URL: http://svn.apache.org/viewcvs?view=rev&rev=160833 Log: Bugzilla #33311: Fix typos. Modified: jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/MultipartStream.java Modified: jakarta/common

DO NOT REPLY [Bug 34393] New: - Bug in FileUploadBase

2005-04-10 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://issues.apache.org/bugzilla/show_bu

svn commit: r160811 - jakarta/commons/proper/httpclient/trunk/xdocs/news.xml

2005-04-10 Thread mbecke
Author: mbecke Date: Sun Apr 10 18:01:06 2005 New Revision: 160811 URL: http://svn.apache.org/viewcvs?view=rev&rev=160811 Log: Updates for 3.0rc2 Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml URL: http://svn

[lang] VOTE 2.1 release

2005-04-10 Thread Henri Yandell
Proposing a vote to go ahead and release Commons Lang 2.1. The release will pretty much match the release-candidate that is in: http://www.apache.org/~bayard/commons-lang-2.1/ Stephen's recent defaultIfEmpty method will be included in the release. If the vote is successful, I'll target spending

svn commit: r160809 - jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java

2005-04-10 Thread bayard
Author: bayard Date: Sun Apr 10 17:38:04 2005 New Revision: 160809 URL: http://svn.apache.org/viewcvs?view=rev&rev=160809 Log: As far as I can tell, this method was in 2.0, so rolling the @since 2.1 back to 2.0. Hopefully this explains why JDiff thought it was a removed and added method signatur

svn commit: r160808 - in jakarta/commons/proper/httpclient/trunk: build.xml project.xml release_notes.txt src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java xdocs/downloads.xml xdocs/news.xml xdocs/status.xml

2005-04-10 Thread mbecke
Author: mbecke Date: Sun Apr 10 16:39:59 2005 New Revision: 160808 URL: http://svn.apache.org/viewcvs?view=rev&rev=160808 Log: Updates for 3.0rc2 Modified: jakarta/commons/proper/httpclient/trunk/build.xml jakarta/commons/proper/httpclient/trunk/project.xml jakarta/commons/proper/http

Re: [lang] New StringUtils method - defaultIfEmpty

2005-04-10 Thread Stephen Colebourne
defaultIfEmpty implemented Stephen Fredrik Westermarck wrote: Stephen Colebourne wrote: Currently we have two default methods, both of which default when the string parameter is null. At my job we just had need of a default if empty method: public String defaultIfEmpty(String str, String default

svn commit: r160807 - in jakarta/commons/proper/lang/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/lang/StringUtils.java src/test/org/apache/commons/lang/StringUtilsTest.java

2005-04-10 Thread scolebourne
Author: scolebourne Date: Sun Apr 10 16:25:25 2005 New Revision: 160807 URL: http://svn.apache.org/viewcvs?view=rev&rev=160807 Log: Add StringUtils.defaultIfEmpty Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/l

[betwixt] [patch] Support for polymorphic references

2005-04-10 Thread Thomas Dudziak
Hi, attached is a patch to commons-betwixt, SVN Head, that enables betwixt to map polymorphic references. I.e. a class has a field of a type, that itself or some of its subtypes are mapped. This in effect makes it necessary to make the 'name' attribute completely optional (using the property name

svn commit: r160786 - jakarta/commons/proper/dbutils/trunk/project.xml

2005-04-10 Thread bayard
Author: bayard Date: Sun Apr 10 09:01:17 2005 New Revision: 160786 URL: http://svn.apache.org/viewcvs?view=rev&rev=160786 Log: fixing mkhouris email adddress Modified: jakarta/commons/proper/dbutils/trunk/project.xml Modified: jakarta/commons/proper/dbutils/trunk/project.xml URL: http://svn

DO NOT REPLY [Bug 24056] - [lang] Documentation error in StringUtils.replace

2005-04-10 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://issues.apache.org/bugzilla/show_bu

RE: [httpclient] Jars in the repository

2005-04-10 Thread Arnaud HERITIER
Hi Dion, I just published the maven-plugins site. You'll find the list of plugins released after maven 1.0.2 (7th December) in this page in some hours (depending of the sync between www.apache.org and people.apache.org): http://maven.apache.org/reference/plugins/multichanges-repor

Re: [httpclient] Jars in the repository

2005-04-10 Thread Dion Gillard
Arnaud, is there an up to date list of released plugins for maven 1.0.2? Maybe a bundle with the latest of each released since the 1.0.2 release? On Apr 10, 2005 7:58 PM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Hi guys, > > [SNIP] > > > > I'll ask the maintainer of the plugin, if it is poss

RE: [httpclient] Jars in the repository

2005-04-10 Thread Arnaud HERITIER
Hi guys, [SNIP] > > I'll ask the maintainer of the plugin, if it is possible to > get an official release of it. It's done. You can download it (maven plugin:download -DartifactId=maven-ant-plugin -DgroupId=maven -Dversion=1.9) and use it (maven ant). >From now, you can use external propertie

[ANN] Maven Ant Plugin 1.9 release

2005-04-10 Thread Arnaud HERITIER
The maven team is pleased to announce the Maven Ant Plugin 1.9 release! http://maven.apache.org/reference/plugins/ant/ Generates ant build files from a maven project, so that plain ant users can build your project Changes in this version include: New Features: o Ant script looks for depen

Jsvc on amd64

2005-04-10 Thread Gil Shai
Hi, Recently I ran jsvc on an AMD64 machine and it didn't work. I ran it with tomcat 5.0.28, apache 2.0.52 and Sun jdk 1_5_0_02. Basically, jsvc is not supported on AMD64 with JDK 1.5. There is already an open bug on this so I am not opening another one. I want to share with the open source commun