dev@glassfish.java.net

Attributes on security-service of domain.xml removed recently ?

From: V B Kumar Jayanti <Vbkumar.Jayanti_at_Sun.COM>
Date: Sun, 21 Sep 2008 10:05:48 +0530

Hi Jerome,

   In the latest workspace under :
nucleus-base/domains/domain1/config/domain.xml i see that the
<security-service> is not having the attributes specified. Not sure how
this has happened, and so when i install web.zip the security-service
under domain.xml of the server is actually looking like this :

  <security-service>
    ...
    </security-service>

  The corresponding file under nucleus-base/lib/templates/domain.xml has
the contents correctly .

    <security-service default-realm="file" audit-enabled="false"
jacc="default" audit-modules="default"
anonymous-role="AttributeDeprecated"
activate-default-principal-to-role-mapping="false">
   ....
</security-service>

   Not sure whose checkin has caused. This needs to be corrected. I
can checkin the security-service attributes back again, but wanted to
know if there was some purpose for which this was done.

regards,
kumar