DO NOT REPLY [Bug 22509] New: - Keep alive Http sampler option set by default by HTTP proxy server

2003-08-18 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=22509. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22510] New: - SSL Manager does not handle multiple client certificates

2003-08-18 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=22510. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22511] New: - Link parser problem when using https and no protocol specified at the sampler level

2003-08-18 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=22511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22512] New: - Https connections should be reused among samplers of the same thread

2003-08-18 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=22512. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22511] - Link parser problem when using https and no protocol specified at the sampler level

2003-08-18 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=22511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Code formatting

2003-08-18 Thread peter lin
I would be happy with something in between, since I use 19 lcd at home. maybe something that works for 1024 x 768 or 1280 x 1024 would be a good compromise for column width. peter lin [EMAIL PROTECTED] wrote: Can we revisit the rule about 80 column width? Who here is doing development in a

DO NOT REPLY [Bug 22303] - WebServiceSampler requires javax.mail, but should it?

2003-08-18 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=22303. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Correct logger

2003-08-18 Thread Jeremy Arnold
Hello, I mostly stayed on the side-lines a little while back when some of you guys were making changes to the logging system. So now I'd like to check: what is the correct way to define a logger. My guess is: private static Logger log = LoggingManager.getLoggerForClass( ); Am I close?

Re: Correct logger

2003-08-18 Thread mstover1
The correct way is: private static Logger log = LoggingManager.getLoggerForClass() note that in org.apache.jmeter.testelement.property I did make the logger in AbstractProperty a protected element - and it was a mistake to do so, it should be changed. But then, all the property classes would