Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 897 Bytes

readme.md

File metadata and controls

37 lines (19 loc) · 897 Bytes

Grails URL Rewrite Plugin

Intro

Grails integration for Url-Rewrite.

Setup

  1. Add the plugin to your project's grails-app/conf/BuildConfig.groovy:

    compile ":url-rewrite:1.0-SNAPSHOT"

  2. Add a urlrewrite.xml file to web-app/WEB-INF/

Configuration

Further configuration of urlrewrite.xml can be done as per the urlrewrite documentation.

tasks

TODO                | in progress                | DONE
                                                   inject the url rewrite rules at the top of web.xml

The future?

Could add a groovy DSL for defining rewrite rules... but seems a bit pointless.