[Bug 62893] Deprecation warning: StringEscapeUtils

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62893

Felix Schumacher  changed:

   What|Removed |Added

   Keywords||FixedInTrunk
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Felix Schumacher  ---
Date: Sat Nov 10 12:57:12 2018
New Revision: 1846303

URL: http://svn.apache.org/viewvc?rev=1846303=rev
Log:
Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated
ones from commons-lang3

Bugzilla Id: 62893

Modified:
jmeter/trunk/build.properties
jmeter/trunk/build.xml
jmeter/trunk/eclipse.classpath
jmeter/trunk/lib/   (props changed)
jmeter/trunk/licenses/bin/README.txt
jmeter/trunk/res/maven/ApacheJMeter_parent.pom
   
jmeter/trunk/src/components/org/apache/jmeter/extractor/BoundaryExtractor.java
jmeter/trunk/src/components/org/apache/jmeter/extractor/RegexExtractor.java
   
jmeter/trunk/src/core/org/apache/jmeter/report/dashboard/HtmlTemplateExporter.java
   
jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java
jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeHtml.java
jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java
jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java
jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscapeHtml.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/URLCollection.java
   
jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.java
jmeter/trunk/xdocs/changes.xml

Date: Sat Nov 10 13:01:21 2018
New Revision: 1846304

URL: http://svn.apache.org/viewvc?rev=1846304=rev
Log:
Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated
ones from commons-lang3

Add missing entry to LICENSE file
Bugzilla Id: 62893

Modified:
jmeter/trunk/LICENSE

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62887] Customized SampleLabel is ignored and overwritten by JMeter 5.0

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62887

--- Comment #12 from Felix Schumacher  ---
(In reply to Artem Fedorov from comment #11)
> Hi 
> I added a PR https://github.com/apache/jmeter/pull/429 
> Also I use compareTo() instead of equals() for string comparison.
> Performance comparison of these functions I got from
> http://jniosocket.sourceforge.net/result.html

Have you tried to reproduce those performance experiments? They were done with
java 1.4.2 which is reallly old. Sadly the source code used for those
experiments is not available anymore (at least not from the site directly).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62900] ObjectProperty#getStringValue() can throw NullPointerException

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62900

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||p.mouawad@ubik-ingenierie.c
   ||om
 Resolution|--- |FIXED

--- Comment #1 from Philippe Mouawad  ---
Author: pmouawad
Date: Sat Nov 10 11:21:56 2018
New Revision: 1846297

URL: http://svn.apache.org/viewvc?rev=1846297=rev
Log:
Bug 62900 - ObjectProperty#getStringValue() can throw NullPointerException
Bugzilla Id: 62900

Modified:
   
jmeter/trunk/src/core/org/apache/jmeter/testelement/property/ObjectProperty.java
jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62900] New: ObjectProperty#getStringValue() can throw NullPointerException

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62900

Bug ID: 62900
   Summary: ObjectProperty#getStringValue() can throw
NullPointerException
   Product: JMeter
   Version: 3.3
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
  Assignee: issues@jmeter.apache.org
  Reporter: p.moua...@ubik-ingenierie.com
  Target Milestone: JMETER_5.1

getStringValue() should check for nullity of value.

This has at least an impact of breaking Search Feature when an element uses an
ObjectProperty.

Stacktrace:

 018-11-10 12:17:56,913 ERROR o.a.j.g.a.SearchTreeDialog: Error occurred
searching for word:Saver in node:1 
java.lang.NullPointerException: null
at
org.apache.jmeter.testelement.property.ObjectProperty.getStringValue(ObjectProperty.java:104)
~[ApacheJMeter_core.jar:5.1-SNAPSHOT.20181110]
at
org.apache.jmeter.testelement.AbstractTestElement.getSearchableTokens(AbstractTestElement.java:642)
~[ApacheJMeter_core.jar:5.1-SNAPSHOT.20181110]
at
org.apache.jmeter.gui.action.SearchTreeDialog.searchInTree(SearchTreeDialog.java:366)
[ApacheJMeter_core.jar:5.1-SNAPSHOT.20181110]
at
org.apache.jmeter.gui.action.SearchTreeDialog.doSearch(SearchTreeDialog.java:334)
[ApacheJMeter_core.jar:5.1-SNAPSHOT.20181110]
at
org.apache.jmeter.gui.action.SearchTreeDialog.actionPerformed(SearchTreeDialog.java:242)
[ApacheJMeter_core.jar:5.1-SNAPSHOT.20181110]
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
[?:1.8.0_161]
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
[?:1.8.0_161]
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
[?:1.8.0_161]
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
[?:1.8.0_161]
at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
[?:1.8.0_161]
at java.awt.Component.processMouseEvent(Component.java:6533)
[?:1.8.0_161]
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
[?:1.8.0_161]
at java.awt.Component.processEvent(Component.java:6298) [?:1.8.0_161]
at java.awt.Container.processEvent(Container.java:2237) [?:1.8.0_161]
at java.awt.Component.dispatchEventImpl(Component.java:4889)
[?:1.8.0_161]
at java.awt.Container.dispatchEventImpl(Container.java:2295)
[?:1.8.0_161]
at java.awt.Component.dispatchEvent(Component.java:4711) [?:1.8.0_161]
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889)
[?:1.8.0_161]
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:4526)
[?:1.8.0_161]
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4467)
[?:1.8.0_161]
at java.awt.Container.dispatchEventImpl(Container.java:2281)
[?:1.8.0_161]
at java.awt.Window.dispatchEventImpl(Window.java:2746) [?:1.8.0_161]
at java.awt.Component.dispatchEvent(Component.java:4711) [?:1.8.0_161]
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
[?:1.8.0_161]
at java.awt.EventQueue.access$500(EventQueue.java:97) [?:1.8.0_161]
at java.awt.EventQueue$3.run(EventQueue.java:709) [?:1.8.0_161]
at java.awt.EventQueue$3.run(EventQueue.java:703) [?:1.8.0_161]
at java.security.AccessController.doPrivileged(Native Method)
[?:1.8.0_161]
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
[?:1.8.0_161]
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
[?:1.8.0_161]
at java.awt.EventQueue$4.run(EventQueue.java:731) [?:1.8.0_161]
at java.awt.EventQueue$4.run(EventQueue.java:729) [?:1.8.0_161]
at java.security.AccessController.doPrivileged(Native Method)
[?:1.8.0_161]
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
[?:1.8.0_161]
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) [?:1.8.0_161]
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
[?:1.8.0_161]
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
[?:1.8.0_161]
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
[?:1.8.0_161]
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[?:1.8.0_161]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
[?:1.8.0_161]
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[?:1.8.0_161]

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62861] httpclient.reset_state_on_thread_group_iteration doesn't reuse connection for think time > 1second

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62861

Philippe Mouawad  changed:

   What|Removed |Added

   Target Milestone|JMETER_5.1  |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62861] httpclient.reset_state_on_thread_group_iteration doesn't reuse connection for think time > 1second

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62861

Philippe Mouawad  changed:

   What|Removed |Added

   Hardware|PC  |All
 OS|Linux   |All
   Severity|major   |enhancement

--- Comment #9 from Philippe Mouawad  ---
Requalifying to enhancement.

Note there is a relation with this topic:
http://mail-archives.apache.org/mod_mbox/jmeter-dev/201811.mbox/%3CCAH9fUpau-3YWao86yU2DhM6mCAwssa61Wqew_iMYtFbmrioRiQ%40mail.gmail.com%3E


@Reporter, it would be really nice from you (since I spent time answering and
providing workaround ) to answer comment 3 and confirm provided information
fixed issue 2 and it is now an enhancement request and not a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62770] Aggregate Graph throws ArrayIndexOutOfBoundsException

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62770

Philippe Mouawad  changed:

   What|Removed |Added

 CC||julyzd...@163.com

--- Comment #6 from Philippe Mouawad  ---
*** Bug 62896 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62623] Throughput controller doesn't work for a specific scenario in remote (distributed) mode.

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62623

Philippe Mouawad  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #8 from Philippe Mouawad  ---
Closing as I cannot reproduce and no feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61793] The request data of the body data and the view result tree cannot be displayed normally for a Chinese Website

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61793

Philippe Mouawad  changed:

   What|Removed |Added

 Resolution|INVALID |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61793] The request data of the body data and the view result tree cannot be displayed normally for a Chinese Website

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61793

Philippe Mouawad  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEEDINFO|RESOLVED

--- Comment #3 from Philippe Mouawad  ---
Closing as no feedback

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61669] HTTP sampler corrupts file with Chinese characters when upload file with http sampler (NEED REPRODUCER CASE to confirm)

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61669

Philippe Mouawad  changed:

   What|Removed |Added

Summary|HTTP sampler can't explain  |HTTP sampler corrupts file
   |file with Chinese character |with Chinese characters
   |when upload file with http  |when upload file with http
   |sampler |sampler (NEED REPRODUCER
   ||CASE to confirm)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60649] HTTP(S) Test Script Recorder: wrong postdata

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60649

Philippe Mouawad  changed:

   What|Removed |Added

   Keywords||PatchAvailable

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62893] Deprecation warning: StringEscapeUtils

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62893

Philippe Mouawad  changed:

   What|Removed |Added

   Hardware|PC  |All
   Severity|minor   |enhancement
 OS|Mac OS X 10.1   |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62898] Jmeter stopped sending requests until some manual interruption

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62898

Philippe Mouawad  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEEDINFO|RESOLVED

--- Comment #2 from Philippe Mouawad  ---
Hello,
1/ Version 3.3 is very old now. Up to date version is 5.0
2/ We would need much more informations to answer:
 Test plan or a screenshot of it, but test plan would help much more.
 jmeter.log
 thread dumps when JMeter is not sending anything
3/ Are you running test in GUI or non GUI mode ,please detail command line



Bugzilla is not a support forum, so ask this question on user mailing list:
- http://jmeter.apache.org/mail2.html
Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62898] Jmeter stopped sending requests until some manual interruption

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62898

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 OS||All
 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #1 from Philippe Mouawad  ---
Hello,
1/ Version 3.3 is very old now. Up to date version is 5.0
2/ We would need much more informations to answer:
 Test plan or a screenshot of it, but test plan would help much more.
 jmeter.log
 thread dumps when JMeter is not sending anything
3/ Are you running test in GUI or non GUI mode ,please detail command line



Bugzilla is not a support forum, so ask this question on user mailing list:
- http://jmeter.apache.org/mail2.html
Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62893] Deprecation warning: StringEscapeUtils

2018-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62893

Philippe Mouawad  changed:

   What|Removed |Added

 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #2 from Philippe Mouawad  ---
+1 Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.