I'm not sure what would happen if you routed a request to the Maverick
dispatcher that didn't have an extension.  "*" sounds like a recipe for
stack overflows.

You definitely want to map to an extension
("*.whateveryoulikebutprobablysomethingshorterthanthis").

Jeff Schnitzer
[EMAIL PROTECTED]

> -----Original Message-----
> From: Shackelford, John-Mason [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 25, 2002 11:44 AM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] Dumb Question #1
> 
> 
> If I have do something like this:
> 
>   <servlet-mapping>
>     <servlet-name>dispatcher</servlet-name>
>     <url-pattern>*</url-pattern>
>   </servlet-mapping>
> 
> will all of the dispatcher's attempts to forward a request wind up
back in
> the dispatcher itself. Is this a recipie for a perpetual motion webapp
or
> is
> there something I don't understand about servlets?
> 
> 
> John-Mason Shackelford
> 
> Software Developer
> NCS Pearson - Measurement Services
> 2510 North Dodge St.
> Iowa City, IA 52245
> 319-354-9200x6214
> [EMAIL PROTECTED]
> 
> 
>
************************************************************************
**
> **
> This email may contain confidential material.
> If you were not an intended recipient,
> Please notify the sender and delete all copies.
> We may monitor email to and from our network.
>
************************************************************************
**
> **
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user
> Archives are available at http://www.mail-archive.com/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user
Archives are available at http://www.mail-archive.com/

Reply via email to