[Solved] Configuring ProviderManager's exceptionMappings via namespace?
Hi all,
Pretty straightforward question here. I note that as per SEC-438 one can now easily configure custom exception mappings on the ProviderManager.
However, the namespace-based configuration does not appear to expose any way control these; neither by an attribute on the <security:authentication-manager> element (as you can for the ConcurrentSessionController), nor by an element that allows you to mark an explicit bean as the authentication manager for this config (as you can with e.g. <security:authentication-provider for an individual provider).
Is this correct? If I want to configure the exception mappings of the ProviderManager, do I have to diverge from namespace configuration in its entirety?
If there's a way to slot this configuration into an existing namespace-based Spring file, I'd be happy to hear it. (And in fact, if there isn't I'd be glad to hear it confirmed, to stop me searching in vain... :))
Thanks!