inspector-cochise / cochise

An audit tool for the apache webserver assisting on the BSI audit for the apache.
www.inspector-cochise.de
GNU General Public License v3.0
1 stars 0 forks source link

Handle StatementList.ServerRootNotSetException different #36

Open inspector-cochise opened 13 years ago

inspector-cochise commented 13 years ago

The idea is to catch this exception in PrologueQuestion and ask fo the ServerRoot and then again try to parse the configuration with the ServerRoot passed to the ConfigFile (second constructor parameter).

This does make sense in the partial mode (issue #25). It also brings the ErrorMessage Code from the parser ( StatementList.handleSpecialDirectives() ) to the ui.

inspector-cochise commented 12 years ago

The error message-code has been brought to the ui in the past.