> on 12/17/2000 7:41 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
> > - Path generation should be more robust.
> > Problems reported by Jon. I'm waiting for feedback on this, as I've been
> > unable to reproduce the bugs.
>
> I can't confirm that this fixes it cause I can't even compile Tomcat. :-)

Oooops. It looks like I've brought back a sensitive subject ;))

I've been able to reproduce the bug when setting :
<Context path="/" docBase="ROOT" debug="0"/>.

I was getting that before my patch :
<td align="left">&nbsp;&nbsp;
<a href="//docs"><tt>docs/</tt></a></td>
<td align="right"><tt>&nbsp;</tt></td>
<td align="right"><tt>Wed, 13 Dec 2000 21:12 PST</tt></td>
</tr>

The patch fixed that one.

You can probably avoid the bug with :
<Context path="" docBase="ROOT" debug="0"/>.

Remy

Reply via email to