vaadin/framework

PasswordField should not contain real password

Open

#10,544 opened on Jan 17, 2018

 (11 comments) (0 reactions) (0 assignees)Java (715 forks)auto 404
Good First IssueHelp wantedenhancement

Repository metrics

Stars
 (1,806 stars)
PR merge metrics
 (PR metrics pending)

Description

This behavior is working as described in the documentation:

Unless the server connection is encrypted with a secure connection, such as HTTPS, the input is transmitted in clear text and may be intercepted by anyone with low-level access to the network.

I think it would be good practice to not reveal the actual password to the browser. The PasswordField should handle this transparently.

This was observed with Vaadin 8.2.1, but since it is working as documented, every version will be affected.

Contributor guide