Patches item #531048, was opened at 2002-03-17 18:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=531048&group_id=3152
Category: other Group: None Status: Open Resolution: None Priority: 5 Submitted By: David Walker (vt_dwalker) Assigned to: Nobody/Anonymous (nobody) Summary: 500 status for pre_auth filter failure Initial Comment: patch for aolserver-3.4 Currently a failure in a pre-auth filter will result in nothing being logged in the access log and nothing being returned to the client. This patch returns a 500 internal error to the client and allows trace filters to run which results in a 500 error showing up in the access log as well. The server log still contains the pre_auth filter error. Side effects: Runs all trace filters for pre_auth filter failures. ---------------------------------------------------------------------- >Comment By: David Walker (vt_dwalker) Date: 2002-03-20 16:41 Message: Logged In: YES user_id=481247 I prefer double server errors to 1. Having these accesses not showing up in the access log. 2. Having the user get no response. I wouldn't mind a solution that returned a 500 server error to the client and logged the access without running the remainder of the trace filters. ---------------------------------------------------------------------- Comment By: Kriston Rehberg (kriston) Date: 2002-03-20 16:18 Message: Logged In: YES user_id=16427 Do you think it's appropriate for all the trace filters to run? Might this cause double server errors, or what do you think? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=531048&group_id=3152
