External authentication: MVC controller as alternative to servlet
Cantor, Scott
cantor.2 at osu.edu
Thu Sep 17 11:27:21 EDT 2015
On 9/17/15, 10:38 AM, "dev on behalf of Daniel Lutz" <dev-bounces at shibboleth.net on behalf of daniel.lutz at switch.ch> wrote:
>Is this solution acceptable?
>Or do we need to switch to an implementation based on a servlet?
I don't think I have any inherent objection (and yes, that's more what I wanted, explicit "top level" transparency in what was being plugged in, not so concerned about the internals of it once the requests are going to that path).
I'd like to get input from people who've used Spring with MVC more to make sure there's no concern with conflicts here, but I can't see any harm from that kind of annotation.
My concern was mostly that WebFlow is already MVC-based and is living inside its own dispatcher and we can't interfere with that.
-- Scott
More information about the dev
mailing list