Skip to Content.
Sympa Menu

shibboleth-dev - RE: [Shib-Dev] Sharing configuration between LoginHandler and servlet

Subject: Shibboleth Developers

List archive

RE: [Shib-Dev] Sharing configuration between LoginHandler and servlet


Chronological Thread 
  • From: "Cantor, Scott E." <>
  • To: "" <>
  • Subject: RE: [Shib-Dev] Sharing configuration between LoginHandler and servlet
  • Date: Tue, 7 Dec 2010 22:54:10 +0000
  • Accept-language: en-US

> Another way would be to use Spring. Just define the value as a Spring
> bean (even a plain String can be a bean) in say internal.xml, and then
> it's accessible from anywhere you can get at the Spring app context.

Yes, you can also define your own spring config file and add that to web.xml
(as I was asking about a while ago). There's also the bean that exports
arbitrary beans into servlet attributes, which you can then reference by ID
in the servlet init param.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page