Changeset 887 for trunk/grails-app/conf/Config.groovy
- Timestamp:
- Apr 16, 2011, 1:22:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r722 r887 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.