DO NOT REPLY [Bug 40589] - Escaped ampersand characters are not unescaped when URL's are visited

2007-02-27 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=40589. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36755] - Characters in cyrillic need to be saved under unicode

2007-02-27 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=36755. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: HTTP Proxy with XML-RPC

2007-02-27 Thread sebb
New files can be provided as patches, but it is usually easier to provide the source. Please ensure that you include the ASF license header; thanks. S. On 27/02/07, Two Hawk [EMAIL PROTECTED] wrote: Hi Thanks for your comments. My reason for validating the xml against the schema is only to be

[EMAIL PROTECTED]: Project jakarta-jmeter-22-svn (in module jakarta-jmeter-22) failed

2007-02-27 Thread Gump-build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-jmeter-22-svn has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project jakarta-jmeter-22-svn (in module jakarta-jmeter-22) failed

2007-02-27 Thread Gump-build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-jmeter-22-svn has an issue affecting its community integration. This

DO NOT REPLY [Bug 40696] - retieve all embeded resources from html pages for CSS images

2007-02-27 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=40696. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41705] - Make HTTP Sampler POST using specified encoding

2007-02-27 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=41705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 40696] - retieve all embeded resources from html pages for CSS images

2007-02-27 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=40696. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41707] - HTTP Proxy XML-RPC support

2007-02-27 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=41707. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41707] - HTTP Proxy XML-RPC support

2007-02-27 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=41707. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41707] - HTTP Proxy XML-RPC support

2007-02-27 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=41707. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41707] - HTTP Proxy XML-RPC support

2007-02-27 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=41707. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: HTTP Proxy with XML-RPC

2007-02-27 Thread Jesper Thorhauge
Ok, cleaned up version of HTTPSamplerBase is now in bugzilla. It is still validating the xml against the xml-rpc xsd, but let me know if you wan't me to change it into a generalized xml detection thing, ie isXmlData (or add this extra option). The code is modified according to your comments ...

How to include new options into gui menus?

2007-02-27 Thread jsm83
Hi. I'm developing a new assertion class. CustomAssertion and CustomAssertionGui. I extended the appropriated classes and seems to be all ok. But the thing is: how could I insert the option to load my CustomAssertion from gui menus? I took a look into MenuFactory class but couldnt figure it

Building jmeter-2.2 from source leads to 2.1.2 binary (and incompatible jmx format)

2007-02-27 Thread Andre van Hoorn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Maybe someone can give me a hint with the following problem I encountered: Starting to develop an extension for JMeter, I built version 2.2 from source. With a downloaded jmeter binary, I was not able to open a jmx file saved with the version

Re: HTTP Proxy with XML-RPC

2007-02-27 Thread sebb
OK, that looks better. But I'm still unsure as to why one would ever want to split XML data into name/value pairs. Surely one cannot have a parameter name starting with ?xml ? Also, it looks like parseArguments() was originally intended only for use by the proxy, but is now also being used

Re: Building jmeter-2.2 from source leads to 2.1.2 binary (and incompatible jmx format)

2007-02-27 Thread sebb
On 27/02/07, Andre van Hoorn [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Maybe someone can give me a hint with the following problem I encountered: Starting to develop an extension for JMeter, I built version 2.2 from source. With a downloaded jmeter binary, I

Re: How to include new options into gui menus?

2007-02-27 Thread sebb
They must be put in a jar in lib/ext. On 27/02/07, jsm83 [EMAIL PROTECTED] wrote: Hi. I'm developing a new assertion class. CustomAssertion and CustomAssertionGui. I extended the appropriated classes and seems to be all ok. But the thing is: how could I insert the option to load my

Re: Building jmeter-2.2 from source leads to 2.1.2 binary (and incompatible jmx format)

2007-02-27 Thread Andre van Hoorn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It works, thanks a lot! sebb schrieb: On 27/02/07, Andre van Hoorn [EMAIL PROTECTED] wrote: Hi, Maybe someone can give me a hint with the following problem I encountered: Starting to develop an extension for JMeter, I built version 2.2

svn commit: r512431 - /jakarta/jmeter/branches/rel-2-2/test/src/org/apache/jmeter/samplers/TestSampleResult.java

2007-02-27 Thread sebb
Author: sebb Date: Tue Feb 27 13:38:06 2007 New Revision: 512431 URL: http://svn.apache.org/viewvc?view=revrev=512431 Log: Show time if test fails Modified: jakarta/jmeter/branches/rel-2-2/test/src/org/apache/jmeter/samplers/TestSampleResult.java Modified:

svn commit: r512449 - in /jakarta/jmeter/branches/rel-2-2: build.xml eclipse.classpath lib/xpp3_min-1.1.3.4.I.jar lib/xpp3_min-1.1.3.4.O.jar lib/xstream-1.1.3.jar lib/xstream-1.2.1.jar xdocs/changes.x

2007-02-27 Thread sebb
Author: sebb Date: Tue Feb 27 14:18:24 2007 New Revision: 512449 URL: http://svn.apache.org/viewvc?view=revrev=512449 Log: Xstream 1.2.1 xpp3_min-1.1.1.3.4.O Added: jakarta/jmeter/branches/rel-2-2/lib/xpp3_min-1.1.3.4.O.jar (with props)

DO NOT REPLY [Bug 40424] - Web Services proxy

2007-02-27 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=40424. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.