The-OAG-Development-Project / Application-Gateway

OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
https://owasp.org/www-project-application-gateway/
Apache License 2.0
83 stars 4 forks source link

Configuration Validation #4

Closed Freerider689 closed 3 years ago

Freerider689 commented 3 years ago

Currently most of the configuration is validated during runtime. However it would be much better to make a validation of the whole configuration file during startup.

-> Implement a validation method for each configuration class and call them recursively. -> If there is an error print the error and abort the starup of nelly.

gianlucafrei commented 3 years ago

Implemented with version 0.3