I do all requests on version 4.1.24 of tomcat.

Larry

>>> [EMAIL PROTECTED] 07/28/03 2:26 PM >>>
Larry,

Did you apply the filter to all requests or were you successful in
assigning
it only to the j_security_check URL?  If you were successful, what
version
of Tomcat are you running?

Thanks,

-Sasha Borodin

On 7/28/03 14:59, "Larry Meadors" <[EMAIL PROTECTED]> wrote:

> I did this with a filter. Happens on each requests, but the
performance
> was acceptable. Another alternative is to extend the Realm you are
using
> to meet your needs.
> 
> Larry
> 
>>>> [EMAIL PROTECTED] 07/28/03 1:53 PM >>>
> 
> AFAIK, this is the appropriate list.  You could try tomcat-dev, but
that
> 
> is more for discussions about developing Tomcat itself, not using
> Tomcat.
> 
> If you haven't received a reply here, it is most likely because nobody
> has an answer.  People here are pretty good about responding whenever
> they can help.  It might take a day or two, as well....lots of people
> are on holiday for the summer.
> 
> John
> 
> Sasha Borodin wrote:
> 
>> If this is not an appropriate list to ask design questions, could
> someone
>> point me to a more suitable resource?  Perhaps the tomcat-dev list?
>> 
>> Thank you,
>> 
>> -Sasha Borodin
>> 
>> On 7/28/03 11:35, "Sasha Borodin" <[EMAIL PROTECTED]> wrote:
>> 
>> 
>>> I'd like to get some suggestions for performing
"post-authentication"
> tasks
>>> while using Container Managed Authentication.
>>> 
>>> Craig Berry suggested a filter that checks the session for necessary
>>> attributes, and creates them if they're missing.  This check would
be
>>> performed on every request however.
>>> 
>>> Has anyone implemented a different approach to this problem?  I'd
like
> to
>>> find a solution in which the extra tasks are performed just ONCE,
> somehow
>>> triggered by the container authentication.  Please reference my
> previous
>>> post on a filter vs. session attribute listener approach.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to