Howdy,

>JkMount /*.jsp ajp13 is an Apache handler not a MIME type. Isn't it.

Yup, exactly.  It's an Apache handler for the *.jsp file extension.  It
instructs apache to pass files ending ending .jsp anywhere under the
server root directory (hence the /*.jsp as opposed to /someDir/*.jsp) to
the Jk connector using the ajp13 protocol.  It doesn't say anything
about client-side mime types, as Apache itself has no way of knowing
what mime type the JSP page will produce.

As Mr. Jackson said, it can be dangerous to rely on specific mime-type
conventions, as users and system administrators can change those at
will.  It's kind of like relying on the fact your user's browser will
have an address bar.  You can do it, and it'll work under controlled
circumstances (which may be good enough for your project), but it's
unsafe in general.

Yoav Shapira
Millennium ChemInformatics



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to