vaadin/framework

PasswordField should not contain real password

开放

#10,544 创建于 2018年1月17日

 (11 条评论) (0 个反应) (0 位负责人)Java (715 个派生)auto 404
Good First IssueHelp wantedenhancement

仓库指标

星标
 (1,806 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南