j-security-check

Strange 404/j_security_check error with Websphere 6.1

I have a websphere 6.1 configuration and the application is running, but some requests go to j_security_check but the last one (there are filters associated with J_security_check) will generate a 404 error. For example: (1) User posts to: http://localhost:9081/Page/j_security_check And it works on Filter1, but later requests to Filter...

Tomcat behind Apache: Using SSL with j_security_check

Hi guys, I have a little problem with using SSL on a Tomcat that is behind Apache. I have used Google all morning to try to find a good solution, but nothing so far. As a part of my SSL VirtualHost configuration I have <Location /MyApp/> ProxyPass http://localhost:8080/MyApp/ </Location> This works fine for most cases, but j_securi...

HttpServletRequest#login() not working in Java.

j_security_check just doesn't seem enough for me to perform login process. So, instead of submitting the form to j_security_check i created my own servlet and in that i am programmatically trying to do login. This works but i am not able to redirect to my restricted resource. Can anybody tell me what can be the problem? This is processRe...

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 WebLogic we have an issue where the flexsession is invalidated after logging in using j_s...

JSF2 Form Authentication whit database users

I'm currently using JSF 2 and icefaces framework for javascript I'm having some problems with j_security_check based on the url(that's not the point), that my taste is very strict my question is: Is there any better way of authentication, or some alternative? I find JAAS, but did not convince me because because the users are stored in ...

jmeter websphere 6.1 j_security_check

Can someone explain to me how to get jmeter to login. I have an http request that goes to apps/j_security_check. I have added two parameters j_username and j_password. It does not seem to authenticate the user when I run this request. ...

j_security_check

i am using j_security_check in my application for login module.i am using RAD and WAS.but after clicking on login button,control not passing further and error page is getting displayed. what is correct route to debug for this problem? i tried following: searched for 'j_security_check' that wherever it is referenced in workspace.did ...

j_security_check url problem

Hello hope you can help me with this: I'm working with j_security_check and have this problem I have a profile page that must be restricted to any unloged user, so i add a security constraint in the web.xml file and works fine if i try to access by adress bar, this show me the login page perfectly ok now the problem is that: In my ...

Getting HTTP 404 Not Found with multiple requests while using form based authentication

Hi, I am having an issue with Tomcat and Websphere when users try to login in our application. If a user presses multiple times the return key after entering his/her login details, the form is submitted multiple times. Tomcat and Websphere don't ignore the multiple requests and end up complaining about the /j_security_check url not be...