This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 08c3c59  Allow whitespace in path
08c3c59 is described below

commit 08c3c5921f3ecd48af83f3b244240f29e50c4cce
Author: Till Neunast <[email protected]>
AuthorDate: Thu Apr 22 15:44:27 2021 +1200

    Allow whitespace in path
    
    Closes #664
---
 bin/heapdump.cmd   | 2 +-
 bin/shutdown.cmd   | 2 +-
 bin/stoptest.cmd   | 2 +-
 bin/threaddump.cmd | 2 +-
 xdocs/changes.xml  | 2 ++
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/bin/heapdump.cmd b/bin/heapdump.cmd
index 4c2a98b..e8ac404 100644
--- a/bin/heapdump.cmd
+++ b/bin/heapdump.cmd
@@ -20,5 +20,5 @@ rem   Ask the JMeter client to perform a HeapDump
 
 rem   P1 = command port for JMeter instance (defaults to 4445)
 
-java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient HeapDump 
%*
+java -cp "%~dp0ApacheJMeter.jar" org.apache.jmeter.util.ShutdownClient 
HeapDump %*
 pause
diff --git a/bin/shutdown.cmd b/bin/shutdown.cmd
index 056dae9..c2bb2f7 100644
--- a/bin/shutdown.cmd
+++ b/bin/shutdown.cmd
@@ -20,5 +20,5 @@ rem   Run the Shutdown client to stop a non-GUI instance 
gracefully
 
 rem   P1 = command port for JMeter instance (defaults to 4445)
 
-java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient Shutdown 
%*
+java -cp "%~dp0ApacheJMeter.jar" org.apache.jmeter.util.ShutdownClient 
Shutdown %*
 pause
diff --git a/bin/stoptest.cmd b/bin/stoptest.cmd
index 2bcebad..5e210be 100644
--- a/bin/stoptest.cmd
+++ b/bin/stoptest.cmd
@@ -20,5 +20,5 @@ rem   Run the Shutdown client to stop a non-GUI instance 
abruptly
 
 rem   P1 = command port for JMeter instance (defaults to 4445)
 
-java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient 
StopTestNow %*
+java -cp "%~dp0ApacheJMeter.jar" org.apache.jmeter.util.ShutdownClient 
StopTestNow %*
 pause
diff --git a/bin/threaddump.cmd b/bin/threaddump.cmd
index 1d3daf6..b6db9ed 100644
--- a/bin/threaddump.cmd
+++ b/bin/threaddump.cmd
@@ -20,5 +20,5 @@ rem   Ask the JMeter client to perform a ThreadDump
 
 rem   P1 = command port for JMeter instance (defaults to 4445)
 
-java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient 
ThreadDump %*
+java -cp "%~dp0ApacheJMeter.jar" org.apache.jmeter.util.ShutdownClient 
ThreadDump %*
 pause
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index b294d31..9d00536 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -188,6 +188,7 @@ Summary
   <li>Updated Apache Tika to 1.26 (from 1.24.1)</li>
   <li><pr>658</pr>Improve javadoc. Contributed by Ori Marko (orimarko at 
gmail.com)</li>
   <li><pr>661</pr>Fix wording in doc. Contributed by BugKing (wangzhen at 
fit2cloud.com)</li>
+  <li><pr>664</pr>Allow whitespace in path. Contributed by Till Neunast 
(github.com/tilln)</li>
 </ul>
 
  <!--  =================== Thanks =================== -->
@@ -203,6 +204,7 @@ Summary
   <li>David Pecollet (david.pecollet at gmail.com)</li>
   <li>Ori Marko (orimarko at gmail.com)</li>
   <li>BugKing (wangzhen at fit2cloud.com)</li>
+  <li>Till Neunast (github.com/tilln)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <ul>

Reply via email to