I had to change machines and when I installed netbeans with glassfish in the new one, the server version is 3.1.2, whereas before I was using 3.0, I think.
I have roles defined in a file realm in glassfish. I use the basic login form with j_security_check and the user manages to log in. The problem is I need to retrieve the username to know who this logged in user is, but request.getUserPrincipal() (or request.getRemoteUser()) is always null, meaning I don't know who logged in!
I found multiple posts about this problem, but none seems to be able to solve my problem. I think it might be some server config, but I have no idea what to do. Any help will be precious.