Hi,

We are migrating a spring project from glassfish 2.1 server to glassfish 3.1.1,while migrating it to glassfish 3.1.1 i noticed that it asks for the http authentication, which i want to get rid off.
I am using spring security in spring-security.xml.
<beans:beans xmlns="http://www.springframework.org/schema/security"
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schem...-beans-2.5.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.1.xsd">

Though i have not mentioned the <http-basic> tag, why is it always asks me for authentication when deployed on glassfish 3.1.1??
I would appreciate any help on this.


Thanks,
GSP