Issue :
When there is a Apache Basic Authentication is enabled for HAC, It will affect the HAC login form.
That means, If you enter the Apache Basic Authentication credentials then those will be submitted to HAC login form.
Solution :
This issue occurs because there are two possible configurations for login to HAC
- <http-basic />
- Form
Remove <http-basic /> from platform/ext/hac/web/webroot/WEB-INF/config/spring-security-config.xml
This can be done as part of the ant target : ant customize
No comments:
Post a Comment