MitchellChu / enterprise-java-xacml

Automatically exported from code.google.com/p/enterprise-java-xacml
0 stars 2 forks source link

SubjectAttributeDesignator converted to AttributeDesignator #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I use a FileAdapter to print a SubjectAttributeDesignator to XML, the
elemnt is name AttributeDesignator. This can be fixed by adding the
following line to FileAdapterSubjectAttributeDesignator, before the first
constructor:

    public static final String ELEMENT_NAME = "SubjectAttributeDesignator";

I don't know if this is the best fix, but it works.

Original issue reported on code.google.com by kenny.pe...@hxti.com on 29 May 2008 at 7:50

GoogleCodeExporter commented 9 years ago
Yes, sure, you're right, it should be a typo while copy and paste. I've fixed 
it, and
checked at r230.

Original comment by ppz...@gmail.com on 30 May 2008 at 1:55