I am using the Resin ISAPI filter for IIS and it is not finding one of my
servlet mappings.
<servlet-mapping>
<servlet-name>pdf</servlet-name>
<url-pattern>/forms/*.pdf</url-pattern>
</servlet-mapping>
matches the literal "/forms/*.dpf" but not "/forms/xxx.dpf"
if I run resin as the http server it matches fine.
Any ideas?
Thanks,
Frank