Revision history of "Grails restrict url"

From John Freier
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 13:19, 31 May 2011Jfreier (Talk | contribs). . (191 bytes) (+191). . (Created page with 'UrlMapping.groovy "/**.gsp" { controller = { if(request.requestURL.toString().endsWith(".gsp")) { "forbidden" } else params.controll…')