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: Paul Hethmon <>
  • To: Shibboleth Dev <>
  • Subject: Re: [Shib-Dev] Sharing configuration between LoginHandler and servlet
  • Date: Tue, 07 Dec 2010 16:10:49 -0500

Seems like you can do this by having the handler put the value into the
AuthServlet session. I'm not sure you can get it in the servlet init though
with that approach.

I ended up just creating my own configuration file that my handler and
servlet both read. Then the configuration file is specified in the web.xml.


On 12/7/10 4:06 PM, "Christopher Bongaarts"
<>
wrote:

> 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?




Archive powered by MHonArc 2.6.16.

Top of Page