Does anyone know how to encode the '*' character in the javadoc comments? The following messes up the javadoc comments, so I think I need to encode the first '*'?
/** A useful Servlet 2.3 compatible filter which will search for a predefined set of cookies in the request and place their values into the log4j MDC. The key used in the MDC is the name of the cookie. The value placed in the MDC is the value of the cookie in the request. @author Mark Womack <[EMAIL PROTECTED]> @since 1.3 ... <url-pattern>*/*.jsp</url-pattern> ... */ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>