> Will the data that I entered in my form appear? I can't imagine any implementation that would support that since the CAS filter would fire before the application could store any data about form field state.
I should point out that your proposed scenario is uncommon where the form itself is not protected by the CAS filter but the post action URL is protected. From my experience it's much more common to secure both the form and the post target such that the user must authenticate to CAS before accessing the form. In that case there's vanishingly little possibility for interrupting the form submission with CAS authentication. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
