Spring Security will provide an automatically gene...
# spring
y
Spring Security will provide an automatically generated web form for user credential login... does the form communicate with the server via a RESTful API or...?
n
define RESTful API 🙂 there’s a specific mapping _j_spring_security_check_ (named from the standard Java EE _j_security_check_) and that is mapped to servlet so yes, there’s an HTTP call but i don’t think you can call it a RESTful API semantics...
y
So just standard your GET call, right?
n
yes