Netbeans27 and glassfish7.0.24 / Security

"Jean-Michel DELFINO (Logarithmes)" <[email protected]> Tue, 7 Oct 2025 18:40:03 +0200
Newsgroups gmane.comp.java.ide.netbeans.user
Message-ID <[email protected]>
Hello all !

First, sorry for my English...

I’m working for more than teen years with netbeans, but this year, I’m changing my version of netbeans (12.4 => 27) and for glassfish (5 => 7.0.24) and now with Jakarta 10… It’s a big gap !
I replace all javax.XXXX to Jakarta.XXXX and it’s good with that.
I’m on MacOs.

I’m in trouble with protected area (my project is with ant) I use fileRealm in glassfish security.
The trouble is : I have the good windows to connect with user and password, and it’s working.
But I am unable to disconnected after.
The id session cookie are well deleted, but another come back immediately and the user is never deconnect.
Before , the only keyword « session.invalidate(); » was just useful. Today, I add « request.logout(); » and a piece of code to delete all cookies…
But never mind : when I click on the link with the good URL, I’m always connected.
I must quit the browser to be real disconnected (and ask me for user and password when I click on the link)…

… Sorry for my English …

If someone have an idea for this trouble, I’m very grateful in advance !

Regards,

Jean-Michel DELFINO



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists