j-security-check
CDI SessionScoped Bean instance remains unchanged when login with different user
I\'ve been looking for the workaround of this problem for rather plenty of time and no result, so I ask question here.[详细]
2023-04-13 03:27 分类:问答How can I simulate form authentication in Tomcat using JMeter?
I\'m very new to JMeter, but I have some ideas of what JMeter could be used for. Also I have a Tomcat application with form authentication enabled. The thread I\'m trying to use consists of:[详细]
2023-04-01 08:33 分类:问答Login form for webapp refreshing endlessly on submit in IE 8, works fine in Firefox
I have a simple username/password form that on submit does a j_security_check on an LDAP for user credentials.[详细]
2023-03-31 23:30 分类:问答How to change the original requested page used by j_security_check?
When an unauthenticated user request some resources, he will be redirected to a login page but j_security_check will keep the original requested resource. If the user login successfully, it will be re[详细]
2023-03-31 23:29 分类:问答How to get number of connected users and their role using j_security_check?
I get the username of the connected user (using j_security_check) this way, through a managed bean: ......[详细]
2023-03-26 10:21 分类:问答How can I get the logged-in user's username using JDBCRealm?
I\'m running Glassfish 3.0 and I\'m implementing JDBCRealm for login authentication. The username and roles are saved in a table called usertable. The authentication is working as expected.[详细]
2023-03-19 15:24 分类:问答how to redirect to j_security_check in the managed bean?
i\'ve successfully run a based FORM authentication project and trying to do the same with an icefaces project. In other terms i want to use ice:form instead of form, so i was wondering if i couldredir[详细]
2023-03-08 09:59 分类:问答Java EE: Unauthenticated POST and j_security_check
I tried to do some research on this and came across the following question on another site: http://www.theserverside.com/discussions/thread.tss?thread_id=36561[详细]
2023-03-05 05:59 分类:问答J_scurity_check fails in Firefox 4
The applications works fine in Firefox3.6 ,all versions of IE. I 开发者_JAVA百科downloaded Firefox 4 and tried to login. When I entered user name and password and click on submit button, It just clear[详细]
2023-03-03 19:25 分类:问答How can I get j_username on my index.jsp after successful authentication with j_security_check?
I\'m using j_security_check on a开发者_开发技巧 login.jsp. The server is GlassFish Server 3. It all works, when the user is authenticated it then opens index.jsp. My problem is I need to get j_usernam[详细]
2023-02-11 17:30 分类:问答