[JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Jason Dillon

It would appear this also happens with directories under /, like 
http://localhost:8080:/test where http://localhost:8080:/test/index.jsp works fine.

=(

--jason

* * *

View thread online: http://jboss.org/forums/thread.jsp?forum=66thread=13857

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



SV: [JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Mikael Helbo Kjær

Hi Jason

According to my experience it is only applied on the root of your web
application like http://localhost:8080/test
if your web app is deployed to '/test' and the filter set to '/*'. But the
entire filter part of 2.3 in my opinion suffers from 1.0s disease it is
slightly underspecified and I esspecially hate the strange way to set up
chaining and load sequences in the filter. Frankly it reminds me of the
servlet 2.0 state of affairs.

I have however been able to map Tomcat (Not Jetty I know!) to use the root
context of the application to deploy my application by fiddling with
Tomcat's server configuration. I don't think it is doable from the web.xml
of an web app.

Best regards
Mikael


 -Oprindelig meddelelse-
 Fra: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]På
 vegne af Jason
 Dillon
 Sendt: 24. april 2002 08:26
 Til: [EMAIL PROTECTED]
 Emne: [JBoss-dev] Re: Jetty, Servlet Filters  url-pattern=/*


 It would appear this also happens with directories under /,
 like http://localhost:8080:/test where
 http://localhost:8080:/test/index.jsp works fine.

 =(

 --jason

 * * *

 View thread online:
 http://jboss.org/forums/thread.jsp?forum=66thread=13857

 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: SV: [JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Jason Dillon

I just tried deploying under /foo and got the same results.

=(

I have alos cross posted the main thread to jetty-discuss.

--jason


-
This mail sent through IMP: http://horde.org/imp/

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Mikael Helbo Kjær

I wonder about that. Could there be something broken within Jetty because I
just tried to deploy our web application to it as well (with a filter and
alot of stuff like listeners and the like) and I couldn't get my stuff to
deploy properly either. It completely ignored my filter on initialization.
The Jetty guys around please speak up. I would really like to be able to
deploy my stuff on as many servlet engines as possible (just as I feel about
application servers).

Best regards
Mikael

 -Oprindelig meddelelse-
 Fra: Jason Dillon [mailto:[EMAIL PROTECTED]]
 Sendt: 24. april 2002 09:05
 Til: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Emne: Re: SV: [JBoss-dev] Re: Jetty, Servlet Filters 
 url-pattern=/*


 I just tried deploying under /foo and got the same results.

 =(

 I have alos cross posted the main thread to jetty-discuss.

 --jason


 -
 This mail sent through IMP: http://horde.org/imp/



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Jason Dillon

Listeners?  What is a listener in this context?

--jason


Quoting Mikael Helbo Kjær [EMAIL PROTECTED]:

 I wonder about that. Could there be something broken within Jetty because I
 just tried to deploy our web application to it as well (with a filter and
 alot of stuff like listeners and the like) and I couldn't get my stuff to
 deploy properly either. It completely ignored my filter on initialization.
 The Jetty guys around please speak up. I would really like to be able to
 deploy my stuff on as many servlet engines as possible (just as I feel
 about
 application servers).
 
 Best regards
 Mikael
 
  -Oprindelig meddelelse-
  Fra: Jason Dillon [mailto:[EMAIL PROTECTED]]
  Sendt: 24. april 2002 09:05
  Til: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Emne: Re: SV: [JBoss-dev] Re: Jetty, Servlet Filters 
  url-pattern=/*
 
 
  I just tried deploying under /foo and got the same results.
 
  =(
 
  I have alos cross posted the main thread to jetty-discuss.
 
  --jason
 
 
  -
  This mail sent through IMP: http://horde.org/imp/
 
 




-
This mail sent through IMP: http://horde.org/imp/

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: SV: [JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Brett Sealey

On Wed, 24 Apr 2002, Jason Dillon wrote:

 I have alos cross posted the main thread to jetty-discuss.

It doesn't seem that way - I'll bounce a copy over there now.

Brett


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: SV: [JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Jason Dillon

Thanks... I got a warning of mail delayed earlier... perhaps it will 
eventually bounce.

--jason


Brett Sealey wrote:

On Wed, 24 Apr 2002, Jason Dillon wrote:

I have alos cross posted the main thread to jetty-discuss.


It doesn't seem that way - I'll bounce a copy over there now.

Brett




___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Re: Jetty, Servlet Filters url-pattern=/*

2002-04-24 Thread Jason Dillon

For reference, since the forums can't handle some of these subject prefixes:

http://jboss.org/forums/thread.jsp?forum=66thread=13858

http://jboss.org/forums/thread.jsp?forum=66thread=13862

http://jboss.org/forums/thread.jsp?forum=66thread=13857

 * * *

This has now made it to jetty-discuse... and I still need an answer to this.

Greg?  Jules?  Anyone?

--jason

* * *

View thread online: http://jboss.org/forums/thread.jsp?forum=66thread=13862

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development