Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String username = request.getParameter("username");
- String password = request.getParameter("password");
- if(username != null && password != null){
- // utilizzo dei valori
- this.login(username, password);
- }
Advertisement
Add Comment
Please, Sign In to add comment