Questions tagged [j-security-check]

j_security_check is a default URL in web applications using JAAS, the Java Authentication and Authorization Service, and Spring Security. It is used to implement security.

j_seucrity_check is the action that needs to be set on a html form when using Java Servlet Form Authentication (container security).

See the Java Tutorial for more information.

163 questions
0
votes
2 answers

Selenium login script does not works for form using j_security_check

I am trying to automate a login scenario which submit a form using j_security_check with selenium script Below is the html code:
ram_c
  • 87
  • 2
  • 11
0
votes
1 answer

Remember Me auto fill value in forms

I am working with Grails Framework. I am using Apache Shiro Security for authenticate and authorization. In My application following is my login page. Now when I checked with Remember Me my "username" and "password" manage by Shiro security but…
Piyush Chaudhari
  • 962
  • 3
  • 19
  • 41
0
votes
1 answer

worklight j_security_check not found

I'm using Worklight Studio Plugin 6.0. I am trying to get FormBasedAuthentication working. When I run and deploy my worklight project, the app login page is presented successfully. However when I click on the login button, an error is thrown on the…
Spindoctor
  • 434
  • 3
  • 17
0
votes
1 answer

j_security_check on tomcat with 2 user roles

I build a small java web application, where I need 2 user roles. The first one is the "admin" that I need to view/edit/update database data returned after a search form and the second one the "user", who can only view the returned results. To make…
user3451793
  • 33
  • 1
  • 6
0
votes
1 answer

Anyone have BlazeDS working with WebLogic Security (j_security_check)?

I'm working on a Flex implementation (currently using SDK 3.5) on WebLogic 10.3 (11G.) We originally used Glassfish v2.1.1 with zero issues (there was an active directory group lookup bug but it did not hinder our progress.) Since transitioning to…
Brian
  • 1
  • 3
0
votes
1 answer

HTTP 408 - The time allowed for the login process has been exceeded. j_security_check

Here is the sequence of events: 1.From a JSP page a form is submitted to an IdP login page: 2.After…
Yster
  • 3,147
  • 5
  • 32
  • 48
0
votes
1 answer

request.getUserPrincipal() is null in RequestListener despite that authentication succeeded

we have an issue with later and latest Tomcat versions, that prevent us from upgrading to a version later than something like 7.0.22. We use FormBasedAuthentication with a custom realm. This is tested with Tomcat 7.0.57 and JDK 7u76 on Windows. My…
thst
  • 4,592
  • 1
  • 26
  • 40
0
votes
0 answers

JBoss 4 j_security_check filter

We have a whitespace removal filter that trims whitespace from the response, however this is not being applied to the j_security_check login page. Using Spring this can be resolved as the security is done by another filter, but as we are using the…
Toby
  • 1,651
  • 2
  • 18
  • 31
0
votes
0 answers

JSF and j_security_check

I'm working on a webapp, using JSF; for the authenticaion I use a form, with its action set to j_security_check?j_url=/faces/main.xhtml; after successfull login the user is redirected to main.xhtml My question is, is there a way, to call a…
krisy
  • 1,508
  • 1
  • 14
  • 32
0
votes
1 answer

http 404 error in j_security_check

I am stuck with this persistent error while creating my spring 4 app. Here's my code: Initializer.java: public class Initializer extends AbstractAnnotationConfigDispatcherServletInitializer implements WebApplicationInitializer { @Override …
prog rice bowl
  • 788
  • 3
  • 19
  • 36
0
votes
1 answer

Issue with form based auth and requesting static resource after session timeout

We are using form-based auth in our GWT application and I'm currently struggling a lot with session timeout. If the user is logged in and performs an action that will trigger a request for a static resource AFTER the session has timed out, then the…
Rasmus Nielsen
  • 411
  • 1
  • 4
  • 18
0
votes
1 answer

JBoss, GWT app and form based auth timeout issue

Our setup is a JBOSS wildfly application server with a GWT application deployed. We use form based auth, and for testing the timeout I have changed session-timeout in web.xml to 1 minute. So, I login to the application and wait for >1 minute and…
0
votes
2 answers

Tomcat's form based authentication with ajax app

I use tomcat's form based authentication on a webapp which use most of the time ajax call. The configuration of the realm is pretty well documented, and it's working. My problem begin when the user's session is ended, for any reason. The subsequent…
benzen
  • 6,204
  • 4
  • 25
  • 37
0
votes
1 answer

Extending LdapLoginModule is not authorizing user

I was trying to install my custom authentication(required in the application) using JAAS. My standalone.xml looks like
years_of_no_light
  • 938
  • 1
  • 10
  • 24
0
votes
2 answers

Birt/tomcat: set session variable after j_security_check

I am using a form based authentication in tomcat and in action am using j_security_check. The code is below
Arif
  • 377
  • 2
  • 5
  • 21
Login to the Tomcat-Demo application: