Skip to content
Snippets Groups Projects
Commit 6935f986 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

fix 502 : bad frontend redirect config

parent 4b1f472f
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<constructor-arg value="/login/hbp"></constructor-arg> <constructor-arg value="/login/hbp"></constructor-arg>
<property name="authenticationSuccessHandler"> <property name="authenticationSuccessHandler">
<bean class="org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler"> <bean class="org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler">
<property name="defaultTargetUrl" value="${frontend.redirect}" /> <property name="defaultTargetUrl" value="http://frontend/home" />
</bean> </bean>
</property> </property>
<property name="restTemplate"> <property name="restTemplate">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment