> if there is a slash after a dot then you can use the part after the
> dot as a file extension.

No -- if there is a slash after the last dot -- then the dot is simply a
part of a "dir"..

/foo/bar.too/foo        -- no extension
/foo/bar.asf            -- ext of .asf
/foo/bar.too/bar.ast    -- ext of .ast

> Of course you would already have attempted matches on all the
> directory paths in your engine.

Of course.

.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

Reply via email to