How to convert formLoginAuthenticationEntryPoint to basic authentication
I have installed DOORs web access server 9.7. In C:\Program Files\IBM\Rational\DOORSWebAccess\server\webapps\dwa\WEB-INF\webSecurity.xml there is this below line:-
<bean id="formLoginAuthenticationEntryPoint"
class="com.telelogic.festival.session.DWAAuthenticationProcessingFilterEntryPoint">
<!-- The url of the form to redirect to for normal login prompt -->
<property name="loginFormUrl">
<value>/welcome/welcome.jsp</value>
</property>
<property name="preAuthenticatedLoginUrl">
<value>/j_acegi_security_check</value>
</property>
</bean
I want to change form authentication to basic authentication.