Also, you can try placing a leading '*' on each line of javadoc.

-----Original Message-----
From: Ceki Gülcü [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 2:48 AM
To: Log4J Developers List
Subject: Re: javadoc encoding?



You might want to try the following.

<url-pattern>&#42;/&#42;.jsp</url-pattern>



At 23:53 16.12.2002 -0800, you wrote:
>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>
>...
>*/

--
Ceki



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to