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 21:09:05 +0000
  • Accept-language: en-US

> I have a configuration item that I want to set once (as an element in
> the <LoginHandler> declaration in handler.xml), but need to retrieve the
> value from both the LoginHandler and the AuthServlet. What would be the
> best way to approach this?

Do you need it in the handler or just the servlet? I put my settings in as
servlet init-params because I had to modify web.xml for a variety of reasons
anyway.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page