In the login page html we had the form's encoding set to
"multipart/form-data". In Cocoon's web.xml "enable-uploads" was set to
false (default), which prevented the request parameters being forwarded.
After setting it to "true" everything works.
-Tuomo
On Mon, 18 Apr 2005, Tuomo L wrote:
Hi,
We just updated from 2.1.5 to 2.1.7, and the authentication (login-action)
stopped functioning. It seems that no parameters are no longer forwarded to
the authentication resource. We have the same configuration as in the
samples, using: cocoon:raw:/authenticate as the authentication resource.
Could someone please confirm this?
Thanks,
Tuomo