Bugzilla – Bug 5847
Clean up JWS application java code.
Last modified: 2009-08-26 22:06:28
You need to log in before you can comment on or make changes to this bug.
This code has organically grown into a mess. This mainly refers to CredentialRetriever.java. Specially: * Pull MySSLSocketFactory into its own class * Make a trustedCA client as its own class * Break up doit() into reasonable functions.
Refactoring into a set of classes. Plan to release in 0.5.3.
Working on this on NEW_JWS_CLIENT_BRANCH Do not plan to release on 0.5 branch, too big of a change. Will be part of 0.6 release.
Now on 0.5 branch and slated for 1.0 release. Will close when released.
In 1.0.0 release.