[ 
https://issues.apache.org/jira/browse/WICKET-6912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394683#comment-17394683
 ] 

Sven Meier commented on WICKET-6912:
------------------------------------

I don't see how we can remove the string password completely since it has is 
origin in the web container.

If you're concerned about this, maybe BasicAuthenticator might be a solution:

https://stackoverflow.com/questions/21734273/how-do-i-securely-handle-passwords-in-a-java-servlet-filter



> PasswordTextField should not use Strings
> ----------------------------------------
>
>                 Key: WICKET-6912
>                 URL: https://issues.apache.org/jira/browse/WICKET-6912
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>            Reporter: Daniel Meier
>            Assignee: Sven Meier
>            Priority: Minor
>
> According to the [Java Cryptography Architecture Reference 
> Guide|https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#PBEEx],
>  passwords should not be stored in {{java.lang.String}} Objects. Wicket's 
> {{PasswordTextField}} however uses {{String}} Models, which can be a security 
> vulnerability.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to