Sun Java System Web Server 6.1 SP9 NSAPI Programmer's Guide

Example

/* Use wildcard match to see if this path is one we want */char
 *path;char *match = "/usr/netscape/*";if (shexp_cmp(path, match) != 0)  
  return REQ_NOACTION;   /* no match */