On 04/25/2014 04:54 PM, David M. Lloyd wrote:
Relatedly, it would also be nice if there were some way to simplify or
improve the JAAS Subject association mechanism, which also relies on the
ACC, causing a substantial enough performance cost that (AFAICT) no
major Java EE application server actua
On 04/29/2014 10:26 PM, Xuelei Fan wrote:
Minor comments.
algorithms/implementations/SignatureDSA.java
51 public static final String URI = XMLSignature.ALGO_ID_SIGNATURE_DSA;
With this update, this variable can be declared as private, I think.
I