Bug 50086

Summary: Password fields not Hidden in JMS Publisher, JMS Subscriber, Mail Reader sampler, SMTP sampler and Database Configuration
Product: JMeter - Now in Github Reporter: Bramhaiah <reddy4u_bb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Password Field

Description Bramhaiah 2010-10-13 08:28:23 UTC
Created attachment 26166 [details]
Password Field

Definition:The Password field in the Database Connection Configuration page is not encrypted it shows the password entered 

Steps to Recreate:
1)Create new Test plan for Database testing.
2)Under the Database Connection Configuration ,type a password for the Database connection
3)The Password is not hidden ,the typed password is showing up.
Comment 1 Philippe Mouawad 2011-09-18 21:12:54 UTC
Enhancement if done would have to also concern:
- JMS Publisher
- JMS Subscriber
- Mail Reader sampler
- SMTP sampler

Regards
Philippe
Comment 2 Philippe Mouawad 2011-12-03 23:06:38 UTC
Date: Sat Dec  3 23:05:54 2011
New Revision: 1210028

URL: http://svn.apache.org/viewvc?rev=1210028&view=rev
Log:
Bug 50086 - Password fields not Hidden in JMS Publisher, JMS Subscriber, Mail Reader sampler, SMTP sampler and Database Configuration

Modified:
   jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementBeanInfo.java
   jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSPublisherGui.java
   jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.java
   jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/mail/sampler/gui/MailReaderSamplerGui.java
   jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.java
   jmeter/trunk/xdocs/changes.xml
Comment 3 Sebb 2011-12-04 15:55:19 UTC
Note that currently the password is still stored as plain text in the JMX test plan.
Comment 4 The ASF infrastructure team 2022-09-24 20:37:45 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2412