Actions
Bug #176
closedConfiguration file parsing is not strict
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
Updated by conny almost 19 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
Updated by stbuehler about 16 years ago
- Status changed from Fixed to Missing Feedback
Actions
Also available in: Atom