I have a (hopefully) quick question about the meaning of "/" in regexp attributes of the rewrite-dispatch tags. For example:
<dispatch regexp="/|\.html" name="..."> ... </dispatch> Does the "/" have the same meaning as in servlet mappings, i.e. "default"? Or does it only match requests for "/"? That is, does the above <dispatch> match a request for "/foo.jpg", in addition to "/" and "/bar.html"? Thanks, Ethan
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
