You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/07/30 09:01:53 UTC

DO NOT REPLY [Bug 11271] New: - Filter was ignored while using FORM authentication?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11271>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11271

Filter was ignored while using FORM authentication?

           Summary: Filter was ignored while using FORM authentication?
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: actman@ms47.url.com.tw


I used filter and it worked as well as I thought in Tomcat4.0.3.

I tried to add FORM authentication to a filtered servlet,
but the filter seems to be ignored after the custom authentication form being 
submitted,authenticated,and then passed to the servlet directly,
no matter the <filter-mapping> in the web.xml file is set with <servlet-name> 
or <url-pattern>.

After I changed the authentication method to BASIC,
the filter worked successfully as I thought.

Suppose this is a bug in Tomcat4.0.3,
I deployed the same code in Tomcat4.0.4,and it works the same as in Tomcat4.0.3.
I am not sure whether this is a bug or I do something wrong.
Thanks.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 30 Jul 2002, Hugh J. L. wrote:

> Date: Tue, 30 Jul 2002 03:20:48 -0700 (PDT)
> From: Hugh J. L. <hu...@yahoo.com>
> Reply-To: Tomcat Developers List <to...@jakarta.apache.org>
> To: Tomcat Developers List <to...@jakarta.apache.org>
> Subject: Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?
>
> Hi,
>
> Is Tomcat 4 able to recognize declared dependencies
> expressed in the manifest entry of library JARs in a
> WAR? According to SRV 9.7.1, if a web container is not
> able to satisfy the dependencies declared in this
> manner, is should reject the application.
>

The current functionality checks this on JAR files in WEB-INF/lib but not
in the manifest of the WAR itself :-(.

> If Tomcat 4 supports this function, could anyone post
> an example MANIFEST.MF with this kind of declaration?
>

It's in the "Extension Mechanism" documentation in the JDK doc bundle -- I
don't have a pointer off the top of my head, though.

> Many thanks.
>
> Hugh

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?

Posted by "Hugh J. L." <hu...@yahoo.com>.
Hi,

Is Tomcat 4 able to recognize declared dependencies
expressed in the manifest entry of library JARs in a
WAR? According to SRV 9.7.1, if a web container is not
able to satisfy the dependencies declared in this
manner, is should reject the application.

If Tomcat 4 supports this function, could anyone post
an example MANIFEST.MF with this kind of declaration?

Many thanks.

Hugh


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>