Hello all,

The login page for Lenya 1.2.4 (and I think 1.4 as well) uses a GET
instead of a POST, which is unacceptable to my customer and very bad
practice in general.  I need to change it to a POST, but can't get it
to work.

I changed the form method in login.xsl to POST easily enough, but now
authentication always fails.  The form handling apparently only likes
GET's.

I believe the sitemap.xmap handles the login form submission, sending
it to a pipeline that contains the authenticator action
(org.apache.lenya.cms.cocoon.acting.DelegatingAuthenticatorAction),
but that action always results in a failure.  I'll admit I'm having
great difficulty tracing through the code trying to find where Lenya
or Cocoon distinguishes between a GET and a POST.  It shouldn't be
hard, right?

Does anyone have any hints on this?  This is a critical show-stopper for us.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to