hi, i've written a download module (first try module) which adds an "content-disposition: attachment;" header to force a save-as dialog in the browser.
works as intended so far, as long as i do not encounter a 404. then my 404-page will be sent with the content-disposition header as well. naturally this is not what i'm intending. and i can't find a way to unset the header. i tried it with the <header /> element but that seems to be ignored and not make it to the client. any clues? thx, michael
