actframework / act-aaa-plugin

Use OSGL aaa library to mange Authentication/Authorization/Accounting for ActFramework Application
Apache License 2.0
6 stars 2 forks source link

Display a startup html page when user app failed to configure act-aaa #20

Closed greenlaw110 closed 6 years ago

greenlaw110 commented 6 years ago

At the moment when user app first introduce act-aaa by adding it to depdency, the app won't work and just throw out NullPointerException on any request, and it makes user confusing.

This request is to add a static HTML page and display it if user's app haven't provide act-aaa bridge class yet.