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.

貢獻者指南