Where is the default login page generated in Spring Security 4 when you use the simplest of configurations?
<http>
...
<form-login/>
</http>
I am using this basic sample web application for Spring Security.
Is almost the same as this question Where is the default login page for the spring security core plugin? but for Java.