On 2011-02-10 13:49 , Omer Almatary wrote:
I am getting error see below ------------------------------------- I have this in my "deployerConfigContext.xml": <property name="filter" value="(&(uid=%u) (employeeType=A))" /> The error is : I am using CAS 3.3.5.1 org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference.
Maybe you need to escape the ampersand in XML? Try & instead of &. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
