Project

General

Profile

Actions

Bug #176

closed

Configuration file parsing is not strict

Added by Anonymous over 18 years ago. Updated over 15 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
mod_auth
Target version:
ASK QUESTIONS IN Forums:

Description

I was trying to debug a problem with auth with cactus, and we discovered that the problem was that I had put 'plain' where I should have put 'basic' in the method (DUH) - however, this made me think:

"why didn't lighty bitch loudly that 'plain' is not a known or valid option for 'method'?"

so here's this ticket:

I think all values in the configuration file should be checked against what the system expects, and logged in the error log. It would solve virtually all of my problems.

-- root

Actions #1

Updated by conny about 18 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme

If I understand what you're asking, unknown methods are bitched about in the errorlog:

source:/branches/lighttpd-merge-1.4.x/src/mod_auth.c#939#L254

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom