Skip to content

frontlinesms/grails-url-rewrite-plugin

Repository files navigation

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.

About

Alternative URL-Rewrite plugin for grails, based on http://www.tuckey.org/urlrewrite/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages