cvs commit: jakarta-commons-sandbox/vfs/lib - New directory

2003-02-24 Thread adammurdoch
adammurdoch2003/02/24 00:25:32 jakarta-commons-sandbox/vfs/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/vfs/lib/jsch - New directory

2003-02-24 Thread adammurdoch
adammurdoch2003/02/24 00:25:37 jakarta-commons-sandbox/vfs/lib/jsch - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/vfs/lib/jsch/jars - New directory

2003-02-24 Thread adammurdoch
adammurdoch2003/02/24 00:25:43 jakarta-commons-sandbox/vfs/lib/jsch/jars - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/vfs/lib/slide - New directory

2003-02-24 Thread adammurdoch
adammurdoch2003/02/24 00:25:54 jakarta-commons-sandbox/vfs/lib/slide - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/vfs/lib/slide/jars - New directory

2003-02-24 Thread adammurdoch
adammurdoch2003/02/24 00:26:00 jakarta-commons-sandbox/vfs/lib/slide/jars - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/vfs/lib/slide/jars webdavlib-20030224.jar

2003-02-24 Thread adammurdoch
adammurdoch2003/02/24 00:27:33 Added: vfs/lib/jsch/jars jsch-0.1.0.jar vfs/lib/slide/jars webdavlib-20030224.jar Log: Add these to cvs temporarily, until they get added to the maven repo. Revision ChangesPath 1.1 jakarta-commons-sandbox

cvs commit: jakarta-commons-sandbox/vfs build.xml project.xml project.properties

2003-02-24 Thread adammurdoch
://www.ibiblio.org/maven/jakarta-slide/jars/client-webdavlib-SNAPSHOT.jar; +get dest=${libdir}/webdavlib-20030224.jar usetimestamp=true ignoreerrors=true src=file://${basedir}/lib/slide/jars/webdavlib-20030224.jar /get get dest=${libdir}/commons-httpclient-2.0-alpha2.jar

[GUMP] Build Failure - commons-jelly-tags-html

2003-02-24 Thread Morgan Delagrange
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-02-24/commons-jelly-tags-html.html Buildfile: build.xml init: [mkdir] Created dir:

cvs commit: jakarta-commons-sandbox/codec PROPOSAL.html STATUS.html TODO RELEASE-PLAN

2003-02-24 Thread tobrien
tobrien 2003/02/24 02:48:45 Modified:codecPROPOSAL.html STATUS.html TODO RELEASE-PLAN Log: updated project documents Revision ChangesPath 1.5 +85 -70jakarta-commons-sandbox/codec/PROPOSAL.html Index: PROPOSAL.html

[validator] putting formset into ValidatorResources problem

2003-02-24 Thread Arik Levin ( Tikal )
Hi All. I have looked for a bug on this issue but, didn't find any reference. I'm using Struts 1.1b3 (I assume this is relating to commons-validator 1.01 commons-collection 2.1) Initial formset key (language ; country ;variant ;) When using ValidatorResources.put(formset), though there is

DO NOT REPLY [Bug 15438] - ArrayUtils.contains()

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

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example Quicksort.java

2003-02-24 Thread rwaldhoff
rwaldhoff2003/02/24 03:38:07 Modified:functor/src/test/org/apache/commons/functor/core TestAll.java functor/src/test/org/apache/commons/functor/core/collection TestCollectionAlgorithms.java

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/composite TestBinaryProcedureSequence.java TestConditionalBinaryProcedure.java TestConditionalProcedure.java TestConditionalUnaryProcedure.java TestProcedureSequence.java TestTransposedProcedure.java TestUnaryProcedureSequence.java

2003-02-24 Thread rwaldhoff
rwaldhoff2003/02/24 03:48:09 Modified:functor/src/test/org/apache/commons/functor/adapter TestBinaryFunctionBinaryProcedure.java TestBinaryProcedureBinaryFunction.java TestBoundProcedure.java

Re: [PATCH] [BeanUtils] Addition of ConverterSet

2003-02-24 Thread robert burrell donkin
hi erik thanks for hanging around while we cut the 1.6.1 release. i think that some of the changes to beanutils we're (tentatively) got planned will mean that what you need will probably already be provided as a byproduct of the refactoring. the idea is that the static utility classes in

cvs commit: jakarta-commons/el/src/java/org/apache/commons/el Resources.properties

2003-02-24 Thread luehe
luehe 2003/02/24 14:55:03 Modified:el/src/java/org/apache/commons/el Resources.properties Log: fixed arg order in resource string for UNKNOWN_FUNCTION error code Revision ChangesPath 1.2 +1 -1

cvs commit: jakarta-commons/el/src/java/org/apache/commons/el Resources.properties

2003-02-24 Thread luehe
luehe 2003/02/24 15:12:25 Modified:el/src/java/org/apache/commons/el Resources.properties Log: fixed arg order in resource string for INAPPROPRIATE_FUNCTION_ARG_COUNT Revision ChangesPath 1.3 +1 -1

cvs commit: jakarta-commons/el/src/java/org/apache/commons/el FunctionInvocation.java

2003-02-24 Thread luehe
luehe 2003/02/24 15:13:04 Modified:el/src/java/org/apache/commons/el FunctionInvocation.java Log: fixed arg order in resource string for INAPPROPRIATE_FUNCTION_ARG_COUNT Revision ChangesPath 1.2 +1 -1

Re: [PATCH] [BeanUtils] Addition of ConverterSet

2003-02-24 Thread Erik Tennant
For my needs, that sounds sufficient. Any ETA on when someone might be looking at this? I'm more than willing to put some time in to help. Are you concerned about backwards compatibility? It seems if the methods on BeanUtils change from static to instance, it may take longer to get the new

PATCH: Idle object eviction config for BasicDataSource

2003-02-24 Thread Kris Nuttycombe
Since Tomcat's JNDI implementation examples use the org.apache.com.dbcp.BasicDataSource, I suspect that a bunch of people have encountered the following problem, as I have: BasicDataSource is not set up to allow overriding of the underlying GenericObjectPool's defaults for time between

Re: Cannot connect to download VFS

2003-02-24 Thread Adam Murdoch
On Sun, 23 Feb 2003 01:51 am, Hanasaki JiJi wrote: How can I get VFS? Is the server down? The nightly builds are working again now, at http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/ -- Adam - To

cvs commit: jakarta-commons/httpclient/xdocs news.xml testwebapp.xml

2003-02-24 Thread jsdever
jsdever 2003/02/24 18:10:18 Modified:httpclient build.properties.sample build.xml project.xml httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java httpclient/src/java/org/apache/commons/httpclient/methods/multipart

feedback

2003-02-24 Thread mamoudou
Dear All, This email to letyou know that I have used a sample code from Schalk Neethling @ Volume 4. ([EMAIL PROTECTED]) His code shows how to make use of the fileUpload API. Which I had some problem with and couldn't find detailed example. I must say that it *really* helped me out.

cvs commit: jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/binary Hex.java

2003-02-24 Thread tobrien
tobrien 2003/02/24 20:16:14 Modified:codecTODO Added: codec/src/test/org/apache/commons/codec/binary TestHex.java codec/src/java/org/apache/commons/codec/binary Hex.java Log: Added an initial version of Hex Revision ChangesPath 1.10 +1 -2

cvs commit: jakarta-commons-sandbox/codec/src/test/org/apache/commons/codec/binary TestBase64.java

2003-02-24 Thread tobrien
tobrien 2003/02/24 20:18:02 Modified:codec/src/java/org/apache/commons/codec StringEncoderComparator.java codec/src/java/org/apache/commons/codec/binary Base64.java codec/src/test/org/apache/commons/codec/binary

[patch] use File.separator instead of / in DefaultFileItem.java

2003-02-24 Thread Brent Verner
Hi, This patch fixes a x-plat problem, where / was used instead of the File.separator value. Also, if DefaultFileItem has no repositoryPath defined, try to use system property ava.io.tmpdir. Is there any interest in providing a Filter/HttpServletRequestWrapper to use with FileUpload? I

Re: Redirect to a different domain not supported?

2003-02-24 Thread Oleg Kalnichevski
Folks I was going to start working on it today. If there are any other takers, please let me know Cheers Oleg On Mon, 2003-02-24 at 07:27, Jeffrey Dever wrote: This is currently on the todo list. Refer to the following bug for more information:

RE: [Bug 13463] - Request/Response race condition when doing multiple requests on the same connection.

2003-02-24 Thread Aurelien Pernoud
Hmm I have a beginning of explanation, though I don't understand why this may cause the test to fail. I was running Tomcat via JBuilder, and using the -classic option (for debug mode). Removing this option, the test goes fine, nothing is logged (no INFO, no WARN). With -classic, it fails. Do you

[PATCH] Wire logging revised (attempt 2)

2003-02-24 Thread Oleg Kalnichevski
I hope it works this time around Oleg On Thu, 2003-02-13 at 07:30, Jeffrey Dever wrote: Haven't had time to review all of this, but I am a bit concerned over any performance issues and buffering. The wirelog is a good thing, but there are other ways of getting a request/response log. I

Re: [Bug 13463] - Request/Response race condition when doing multiple requests on the same connection.

2003-02-24 Thread Michael Becke
Is this classic option the JVM -classic flag? Mike On Monday, February 24, 2003, at 04:45 AM, Aurelien Pernoud wrote: Hmm I have a beginning of explanation, though I don't understand why this may cause the test to fail. I was running Tomcat via JBuilder, and using the -classic option (for

Re: alpha3 release candidate 2 ready

2003-02-24 Thread Jeffrey Dever
Ok, new rc2 package available: http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0 Michael Becke wrote: If we are only going to release one file I would suggest using zip instead of tar.gz. Mike On Monday, February 24, 2003, at 02:10 AM, Jeffrey Dever wrote: I

JSR 147 implementation

2003-02-24 Thread Pill, Juergen
Hello, I am happy to announce that Software AG is going to implement the current draft of JSR 147 API. The implementation will be based on the jakarta/commons/httpclient project and located in the Jakarta Slide project. Lead will be Peter Nevermannn, who contributed major parts of the Delta-V

Re: alpha3 release candidate 2 ready

2003-02-24 Thread Oleg Kalnichevski
Jeff, The commons-loggign.jar file appears corrupt. Am I the only one experiencing this problem? Oleg On Mon, 2003-02-24 at 16:20, Jeffrey Dever wrote: Ok, new rc2 package available: http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0 Michael Becke wrote:

Re: response processing??

2003-02-24 Thread Michael Becke
Sounds like an HTTP proxy. Mike Sunil Kumar K wrote: Hi Group, Advice me how to implement this requirement of mine. I've seen other sites doing this... User is viewing site A, requests a Servlet-A on host A. Servlet-A processes the requests and passes the data to set of java classes, which

RE: alpha3 release candidate 2 ready

2003-02-24 Thread Martin Cooper
-Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 8:05 AM To: Commons HttpClient Project Subject: Re: alpha3 release candidate 2 ready There are a few extra files in the src directory:

RE: alpha3 release candidate 2 ready

2003-02-24 Thread Oleg Kalnichevski
Martin That's the way things are done in all Jakarta sub-projects. I am afraid we have to conform Cheers Oleg On Mon, 2003-02-24 at 20:12, Martin Cooper wrote: -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 8:05 AM To: Commons

RE: alpha3 release candidate 2 ready

2003-02-24 Thread Martin Cooper
Allow me to clarify. Procedure as I perceive it, per the left over files: * Make final changes to code for release, in local work tree. * Commit all changes. * Tag CVS for the release. * Build the distribution from the local work tree. Recommended procedure: * Make final changes to code for

Re: rc3 ready

2003-02-24 Thread Jeffrey Dever
Arg. I had asked for a code freeze on Thursday. I didn't see any commits today but now that I look I see Odi had snuck one in. How about you guys figure this out, and get back to me when ready. Michael Becke wrote: One problem. The change made earlier today to HttpClient.executeMethod()

HttpClient keeps TCP ESTABLISHED indefinitely to IIS server

2003-02-24 Thread Loren Siebert
My program uses separate threads to make repeated HTTP1.1 calls to various external web servers, all of which run Apache, except for a lone IIS site. Everything works fine, but over the course of a few hours, `netstat -a` shows a growing number of ESTABLISHED connections to that IIS server. My

Odi, it looks like your most recent commit needs to be rolled back

2003-02-24 Thread Oleg Kalnichevski
On Tue, 2003-02-25 at 04:08, Michael Becke wrote: One problem. The change made earlier today to HttpClient.executeMethod() is a killer for the MultiThreadedHttpConnectionManager. It releases all connections before they are used in a method. I should have complained more loudly about