Ignore:
Timestamp:
Mar 16, 2010, 11:16:17 AM (14 years ago)
Author:
gav
Message:

Small security adjustment to allow business manager to read application log file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/AppCoreController.groovy

    r358 r439  
    197197    * Render the application log file.
    198198    */
    199     @Secured(['ROLE_AppAdmin'])
     199    @Secured(['ROLE_AppAdmin', 'ROLE_Manager'])
    200200    def appLog = {
    201201        def file = new File(ConfigurationHolder.config.log4j.appenders.appLog.file)
Note: See TracChangeset for help on using the changeset viewer.