[SOLUTION] Authentication not working with 2.1.7

2005-04-19 Thread Tuomo L
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

Authentication not working with 2.1.7

2005-04-18 Thread Tuomo L
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