I've completed the coursework and homework for the "webappsecurity" module but still have a question regarding form-based security.
I was having difficulty getting my form-based login to work until I set the form action attribute to "j_security_check" and the control names for the username and password to "j_username" and "j_password", respectively, exactly as they are in the form-based example code. However, I cannot find any reference to these specific values either in the application or the configuration of the server. If I hadn't had the example code to look at, where would I have found these values to know what they should be set to? (I've waded through the GlassFish docs but haven't found any reference to them.) Thanks! BillyRay -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en