> Won't this eliminate the ability to send a .jsp page any extra path
> info on a server where JSP is triggered by the .jsp extension? The
> URL would look like /dir/coolpage.jsp/extra, eliminating the .jsp
> extension match. I'm not sure it's a big deal, but if true it's an
> annoyance.
Yes. I don't understand why it's annoying. If you want to send extra
information to a JSP page, that is the job for parameters.. After all --
a .jsp is a *page*. If you need the power to handle a whole slew of urls
(this situation exactly), then use a *servlet*.
.duncan
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html