Changes authentication to HTTP Basic
The user authentication was currently done using a cookie and following the same style of token as the HTTP Basic authentication (i.e. a concatenation of user and password joined with a ':' encoded with base64). This authentication has been replaced by a standard HTTP Basic authentication.
Showing
src/main/webapp/js/login.js
0 → 100644
tomcat/server.hsqldb.xml
0 → 100644
tomcat/server.mysql.xml
0 → 100644
Please register or sign in to comment