javaConductor / gserv

GServ: Framework for SPAs and REST based services.
MIT License
49 stars 9 forks source link

Weak eTag MUST have a setting for whether to pass args to FilterFn #11

Closed javaConductor closed 9 years ago

javaConductor commented 9 years ago

Currently, we only pass the RequestContext to the function. This should be overridable by a flag somewhere.

javaConductor commented 9 years ago

Will be handled in #16. It handles the more general enhancement of passing List to 'before' filters along with the RequestContext