Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

j_security_check - can additional parameters be passed for form submits?

Tags:

java

tomcat

jaas

Is it possible to pass additional parameters with 'j_security_check' in place?

I would like to pass the the ip address from the login page plus other parameters.

like image 236
user353829 Avatar asked Nov 14 '22 05:11

user353829


1 Answers

Sure, as long as you are the recipient of the form post. If you're using the container's built-in FORM authentication you aren't the recipient.

like image 90
user207421 Avatar answered Dec 19 '22 14:12

user207421