On 03/23/12 13:34, Ade Lee wrote:
Added policy deprecations
Many of the policy deprecation warnings come from classes that probably ought to
be deprecated as part of the deprecated policy framework as well. Making these
as deprecated removes the deprecation warnings - and we can really see where
we make sure of deprecated policy code elsewhere.
Also removed some URLEncoder, Decoder deprecations
Please review.
Ade
_______________________________________________
Pki-devel mailing list
Pki-devel(a)redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel ACK
Tested this by:
* applying the patch
* building and installing a fresh CA and KRA
* enrolling a CA user cert
* enrolling CA signing/encryption user certs which exercise the KRA
* revoking a CA user cert
* un-revoking a CA user cert
Everything worked.
Also compiled under Eclipse and saw numerous Policy deprecations (do not
know how many existed prior to this patch).