Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5CoyoteAdapter.java

2003-07-03 Thread Remy Maucherat
Keith Wannamaker wrote:
Hi Remy, * does map to the default context.  Can you think of any special 
downstream handling that we should do for '*'?  
Well, nothing as far as I am concerned. I couldn't find any side effect 
or security problem introduced by your patch, so I'm +0 for it.

Remy

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


Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5CoyoteAdapter.java

2003-07-02 Thread Remy Maucherat
[EMAIL PROTECTED] wrote:
keith   2003/07/02 17:16:49

  Modified:catalina/src/share/org/apache/coyote/tomcat5
CoyoteAdapter.java
  Log:
  Allow * as a valid url
Errr, ok, well, that's a possibly risky patch. I think that does get 
mapped to the root context and its default servlet (and the servlet path 
should be "*").
I verified a "/*" security constraint mapping matched this URL.

Remy

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