Changeset 888
- Timestamp:
 - Apr 16, 2011, 2:32:19 AM (15 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/features/grailsUpgrade/grails-app/conf/Config.groovy
r722 r888 10 10 // grails.config.locations << "file:" + System.properties["${appName}.config.location"] 11 11 // } 12 grails.mime.file.extensions = true // enables the parsing of file extensions from URLs into the request format 12 13 // Set false due to acegi security issue. 14 // See: http://jira.grails.org/browse/GPACEGI-41 15 // See: http://www.gnumims.org/trac/ticket/98 16 grails.mime.file.extensions = false // enables the parsing of file extensions from URLs into the request format 17 13 18 grails.mime.types = [ html: ['text/html','application/xhtml+xml'], 14 19 xml: ['text/xml', 'application/xml'],  
Note: See TracChangeset
          for help on using the changeset viewer.
      