digitalroastery / weblounge

Web Content Management System
12 stars 4 forks source link

[Improvement] Remove dependency to Java Security #387

Closed myniva closed 8 years ago

myniva commented 8 years ago

For the application internal security and permissions on resources, Weblounge was partly relying on Java Security system classes which are meant to be used to secure the Java execution environment.

This change removes the dependencies to Java Security and adopts all related code parts accordingly.