cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java

2004-03-09 Thread woolfel
woolfel 2004/03/09 06:55:39 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java Log: when there's an IOException, the URL should still be set. Found this difference in the process of writing the monitor. I use the URL as

DO NOT REPLY [Bug 27480] - Can't use CSVRead in HTTP Request Defaults - problem with 'next' actually

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

DO NOT REPLY [Bug 27448] - Insufficient error log to debug the problem

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

Re: cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java

2004-03-09 Thread sebb
The URL is stored in setupConnection(), but only after the connection has been opened. Likewise various other fields in the result. Perhaps these should be done before opening the connection - or indeed, perhaps the setup of these fields belongs in the calling module, as setupConnection() may

[Fwd: Clarifying some licensing issues for Apache developers]

2004-03-09 Thread Jordi Salvat i Alabart
I'd say we're into several counts of policy breach? How are other 'application' (as opposed to 'library') projects coping with these requirements? Original Message Subject: Clarifying some licensing issues for Apache developers Date: Tue, 9 Mar 2004 10:59:49 -0800 (PST) From:

Re: Clarifying some licensing issues for Apache developers]

2004-03-09 Thread sebb
Indeed, I was going to post about this, as we currently use the following non-Apache software: - htmlparser (this may be OK) - jdom - js (rhino) - junit (not needed at runtime) - Tidy - HiRes timer It's easy enough to remove these from the JMeter jars and zips, and ditto from CVS. Now I don't

JMeter + Eclipse docs updated (partly rewritten)

2004-03-09 Thread Michal Kostrzewa
Hello List! Do you remember me? Good to see you again! :) I can see people I know and some new to this list - hello to everybody :) BTW: where is Mike Stover, is he inactive now? :( I had some personal troubles for long time but they are over now at least. So I've checked the JMeter's

RE: MULTIPART FORMS

2004-03-09 Thread Sonam Chauhan
Hello Daniel - I am not sure if this approach will work, but I think you can use the CVS version of the XML-RPC sampler to post arbitrary HTTP data. Peter Lin committed a change to CVS in end-January that enabled the XML-RPC sampler to accept arbitrary Content-Type headers (overriding the

Re: Clarifying some licensing issues for Apache developers]

2004-03-09 Thread peter lin
htmlparser is ok, since we explicitly got a permission and the source files all have apache 2.0 license. bsf is from IBM right? so that one may have to be downloaded manually. looks like we will need to update the first page of jmeter documentation to tell users where to d/l all these jar