grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.79k stars 949 forks source link

GRAILS-4114: Allow forward() / include() on Grails Filters #7070

Closed graemerocher closed 9 years ago

graemerocher commented 15 years ago

Original Reporter: elvanor Environment: Not Specified Version: 1.1-RC1 Migrated From: http://jira.grails.org/browse/GRAILS-4114

Currently the dynamic methods only work for controllers (or views), but forwarding in a filter is a very common case.

It would also be nice if "manually" forwarding via the RequestDispatcher worked as expected (currently produces a 404).

graemerocher commented 13 years ago

mario79 said: Is there a chance for scheduling the issue in an upcoming release?

graemerocher commented 13 years ago

btwolfe79 said: Hoping this can be addressed as well.

graemerocher commented 11 years ago

alxndrsn said: Is there a recommended workaround for this?

graemerocher commented 11 years ago

graemerocher said: Hmm the forward method does exists in filters, is this even still valid?