hello
 
i have in my web.xml the following config:
 <servlet-mapping>
  <servlet-name>dispatcher</servlet-name>
  <url-pattern>/action/*</url-pattern>
 </servlet-mapping>
which are handled by maverick framework.
 
the bad part is that extractCommandName is made only to handle *.m (something)
and it checks for a . (dot) int he current path => you get an exception !
 
i think you should change extractCommandName to support mappings like the one above (eg: pathInfo).
 
10x
and merry xmas to all !

Catalin

Reply via email to