RemoteUser authnMethodHeader example?

Liam Hoekenga liamr at umich.edu
Tue Feb 7 13:26:26 EST 2017


On Tue, Feb 7, 2017 at 11:24 AM, Brent Putman <putmanb at georgetown.edu>
wrote:

> Almost, but not quite.  Params to a <servlet> (and also <filter>) are
> indicated by child elements called <init-param>, since they are used to
> initialize the servlet or filter.  They're not context parameters, which
> are params that are global to the whole servlet context.  Servlet and
> filter init params are local to that particular servlet or filter.


So... the docs say they're context-params, which should be children on
<web-app>.
Should these be init-params under the servlet?

Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170207/4e5f4338/attachment-0001.html>


More information about the users mailing list