Re: r->handler being overwritten with mime type

2013-12-12 Thread Micha Lenk
Hi Graham, Am 12.12.2013 14:28, schrieb Graham Leggett: > Does anyone know offhand where I should be looking for something that > sets a mime type? It seems that something is setting the handler > without checking first to see if the handler has been set already, > and this breaks form login. You

Re: r->handler being overwritten with mime type

2013-12-12 Thread Eric Covener
Maybe it's broken in two stages, r->handler lost then mimetype copied to handler? The second stage could be ap_invoke_handler at the very last second before the handler is called.

r->handler being overwritten with mime type

2013-12-12 Thread Graham Leggett
Hi all, I have just tripped over a case where mod_auth_form has been configured to do inline login. What is supposed to happen is that on successful parsing of the POST of the login form, we do an internal redirect to turn the request back into a GET (or whatever method the original form wanted