can anyone see an failure in this Spring Security Config File?
After Login the i get a debug message:
Access is denied (user is not anonymous)
The solution is that the
img.img-rounded.img-responsive(alt='Avatar', src="#{_contextPath}#{profile.avatarPath}")
was wrong. After getting the right path it works for me.