It's all about the answers!

Ask a question

How to convert formLoginAuthenticationEntryPoint to basic authentication


manisha vinchurkar (294) | asked Dec 09 '20, 5:01 a.m.

 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. 

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.