[icedtea-web] RFC: integrate jnlp authenticator into rest of security system
Omair Majid
omajid at redhat.com
Mon Dec 20 10:15:19 PST 2010
Hi,
The attached patches further integrates JNLPAuthenticator and
PasswordAuthenticationDialog into icedtea-web. The patches shows the
dialogs using the secure thread, localizes strings, and removes
hardcoded mention of the icedteaplugin.
I have split the change into two patches: one deals with renaming files,
the other deals with the actual code changes.
The first patch renames classes to ensure consistency. It contains no
functional changes (other than those required for renaming). The class
net.sourceforge.jnlp.security.SecurityWarning is renamed to
net.sourceforge.jnlp.security.SecurityDialogs,
net.sourceforge.jnlp.security.SecurityWarningDialog is renamed to
net.sourceforge.jnlp.security.SecurityDialog and
net.sourceforge.jnlp.security.PasswordAuthenticationDialog is renamed to
net.sourceforge.jnlp.PasswordAuthenticationPanel.
The second patch actually integrates PasswordAuthenticationPanel into
the security system.
Any thoughts or concerns?
Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: authenticator-01.patch
Type: text/x-patch
Size: 90250 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101220/5fcbafc3/authenticator-01.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: authenticator-02.patch
Type: text/x-patch
Size: 14535 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101220/5fcbafc3/authenticator-02.patch
More information about the distro-pkg-dev
mailing list