Re: using ^ in url HttpClient fails

2007-06-12 Thread sebb
On 12/06/07, Jason Novotny [EMAIL PROTECTED] wrote: If I have a URL with a ^ in it I get a failure: [java] http://download.finance.yahoo.com/d/quotes.csv?s=^DJAf=sl1d1t1c1ohgve=.csv [java] Exception in thread main java.lang.IllegalArgumentException: Invalid uri The character ^ is not

Re: Info about mailing list

2007-04-10 Thread sebb
Apache has a policy for what it will, and what it will not, remove from the archives. This policy is available from http://www.apache.org/foundation/public-archives.html You should also be aware that there are many public archives of the Apache mailing lists that will contain a copy of your

Re: FileSystemException: Could not load private key

2007-04-10 Thread sebb
FYI: I emailed the OP privately about the posting. The problem has been solved. It was an Unix issue (the OP did not elaborate). S On 10/04/07, Eyvind Almqvist [EMAIL PROTECTED] wrote: We are using Commons VFS in a webmethods Java-service. When we run it from one server it works well. But

Re: [httpclient_common]_why httpclient's speed is the same with JDK httpurlconnection

2007-02-08 Thread sebb
On 08/02/07, maomaode [EMAIL PROTECTED] wrote: I think the HttpClient essentially use the urlconnection, then i would ask why httpclient will faster than urlconnection? As far as I know, HttpClient does not use URLConnection - it uses Sockets. This is what gives it the ability to manage

Re: [httpclient_common]_why httpclient's speed is the same with JDK httpurlconnection

2007-02-07 Thread sebb
On 07/02/07, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Wed, 2007-02-07 at 09:06 +0800, allen huang wrote: Hi, I have a problem when trying to comparing the speed between JDK HttpURLConnection and HttpClient. [...] Essentially you are measuring the speed of JIT compiler, DNS hostname

Re: Underscore problem.

2007-01-08 Thread sebb
3.2.2. Server-based Naming Authority shows that _ is not allowed in a hostname On 08/01/07, Julio S. G. [EMAIL PROTECTED] wrote: Hello, I've been trying to validate an URL that hostname contains a underscore character and it returns false indicating that this URL is invalid but it´s seems

Re: How to make HttpClient NOT send Proxy-Connection: Keep-Alive?

2006-09-04 Thread sebb
You should get a better response if you ask this on the httpclient-user mailing list On 30/08/06, Karr, David [EMAIL PROTECTED] wrote: This may seem strange, but is it possible to make HttpClient NOT send the Proxy-Connection: Keep-Alive header? I'm trying to write a test tool to load test

Re: [cli] Commons CLI version 2.0?

2006-04-09 Thread sebb
On 05/04/06, Andrew Shirley [EMAIL PROTECTED] wrote: On Fri, Mar 31, 2006 at 02:29:25PM +0100, Tim Troup wrote: Hi, I am starting a new project and wish to use Commons CLI to handle command line processing. What version is recommended for use? I don't know what to recommend but I

Re: HELP: Info needed to use jmeter

2006-02-09 Thread sebb
I see you have since asked this question on the httpclient and JMeter User mailing lists... On 09/02/06, Anoop Pudhukode [EMAIL PROTECTED] wrote: Hello, I am new to using jmeter. I would like to use jmeter to do some stress testing on one of our servers. I want to use http POST methos and

Re: [HTTPClient] Getting Protocol Exception

2005-12-09 Thread sebb
On 09/12/05, Bryce Fischer [EMAIL PROTECTED] wrote: [...] config.getParams().setParameter(http.protocol.strict-transfer-encoding, new Boolean(false)); Boolean.FALSE would be cheaper. Sorry, could not resist... - To

[HTTPClient] Simulating slow connections

2005-11-14 Thread sebb
Is there any way to simulate slow network connections in HttpClient? We use it in JMeter, and a user has asked if JMeter can support emulation of slow, e.g. dial-up modem connections. JMeter test plans can of course include timers, but that is not quite the same. For example the connections

Re: RE : [httpclient] Exception issue

2005-10-14 Thread sebb
Except that junit is presumably only needed to compile test the code, not for normal running? S. On 14/10/05, Olivier Lamy [EMAIL PROTECTED] wrote: Look at http://jakarta.apache.org/commons/httpclient/dependencies.html -Message d'origine- De : Rajat Sharma [mailto:[EMAIL

Re: [email] Commons-Email -- not J2EE 1.3?

2005-09-06 Thread sebb
So one work-round might be to download JavaMail 1.3 and use that to replace the existing JavaMail version? However, I suppose this might cause other things to break ... unless you can add it just for Commons Email. S. On 06/09/05, Niall Pemberton [EMAIL PROTECTED] wrote: In JavaMail 1.2 you had

Re: [Math] HypergeometricDistributionImpl cumulativeProbability calculation overflown

2005-08-16 Thread sebb
On 16/08/05, zhanzhi hu [EMAIL PROTECTED] wrote: Hi all, for all that might use this class: several things I found when using this class to calculate the cumulative probability. I attached my code FYI. three things: The code did not reach the list. May I suggest you create a Bugzilla issue,

Re: [betwixt] Time and memory performance

2005-08-09 Thread sebb
The Summary page does not seem to mention the minimum version of Java required to run the various products. This would be a useful addition. Likewise it would be useful if the licensing and re-distribution requirements were noted. Also, it says that JAXB consists of 5 jars, 2.4MB. However, all I

Re: Re: [betwixt] Time and memory performance

2005-08-09 Thread sebb
On 09/08/05, Kirill Grouchnikov [EMAIL PROTECTED] wrote: CC'ing the original list --- Kirill Grouchnikov [EMAIL PROTECTED] wrote: Date: Tue, 9 Aug 2005 06:22:09 -0700 (PDT) From: Kirill Grouchnikov [EMAIL PROTECTED] Subject: Re: [betwixt] Time and memory performance To: sebb [EMAIL

Re: Re: [betwixt] Time and memory performance

2005-08-09 Thread sebb
On 09/08/05, Kirill Grouchnikov [EMAIL PROTECTED] wrote: There are various different versions of xpp3; the one currently linked from the xstream web-site is: xpp3_min-1.1.3.4.I.jar Was it this one? Or perhaps a later one? I see now that they have a new version out

Re: Re: [betwixt] Time and memory performance

2005-08-09 Thread sebb
On 09/08/05, Kirill Grouchnikov [EMAIL PROTECTED] wrote: No such version of XPP3, as far as I can tell: http://www.extreme.indiana.edu/dist/java-repository/xpp3/jars/ I'll test XStream with the newest XPP3 version. The 1.1.2 was taken from xpp3.jar min_version file (you can take the

Re: [CLI] 1.0.1 RC1 now available for review

2005-07-16 Thread sebb
On 16/07/05, Simon Kitching [EMAIL PROTECTED] wrote: Hi All, You can find Release Candidate 1 for CLI-1.0.1 at: http://people.apache.org/~skitching/cli_1_0_1/ [...] Note: This release is being done under the Apache 1.1 license, as the goal is to make minimal changes to the 1.0 release.

Re: CSV parsing/writing?

2005-06-01 Thread sebb
Yes, JMeter does have some CSV functionality, but it is basic - the separator can be changed, but there is no support for quoting elements containing separators. [The workround (if needed) is to choose a separator that is not in the data, which so far has been sufficient for JMeter users - as far