Daniel Brown wrote:

> The ultimate irony is that www.jsp-interest.com uses Active Server Pages!
>

I don't know what this site really uses, but trying to make assumptions about
the technology being used based on the extensions you see in URLs is pretty
dubious.  Consider how easy it would be to make the JSWDK servlet engine
map ".asp" to the JSP servlet -- a one line addition in the mapping.properties
file.

Why would I ever do this?  Well, if I had converted an ASP app to JSP, and
there were lots of external hyperlinks to the inside pages, I would sure be
tempted to do this mapping so that the external hyperlinks would stil lbe
valid.

For that matter, what makes us so positive that every URL ending in ".html" is
a static file?  Only your web server knows for sure ...

>
> -D
>

Craig McClanahan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to