Removal from GUI of Deprecated of Webservice SOAP Request

Fixed HTML Parameter Mask not being removed from GUI due to change in label

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Philippe Mouawad 2013-05-08 21:08:53 +00:00
parent 10c1830d92
commit 7c7edbccff
2 changed files with 6 additions and 2 deletions

View File

@ -152,8 +152,8 @@ jmeter.laf.mac=System
#jmeter.icons=org/apache/jmeter/images/icon_1.properties
#Components to not display in JMeter GUI (GUI class name or static label)
# These elements are deprecated: HTML Parameter Mask,HTTP User Parameter Modifier
not_in_menu=HTML Parameter Mask,HTTP User Parameter Modifier
# These elements are deprecated: HTML Parameter Mask,HTTP User Parameter Modifier, Webservice (SOAP) Request
not_in_menu=org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui, HTTP User Parameter Modifier, org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui
#---------------------------------------------------------------------------
# Remote hosts and RMI configuration

View File

@ -96,6 +96,10 @@ The original key sequence (Ctrl+F1) did not work in some locations (it is consum
It was therefore necessary to change the shortcut.
</p>
<p>
Webservice (SOAP) Request has been removed by default from GUI as Element is deprecated (use HTTP Sampler with Raw Post body), if you need to show it, see property not_in_menu in jmeter.properties
</p>
<!-- =================== Bug fixes =================== -->
<h2>Bug fixes</h2>