[Mono-docs-list] Small monodoc-web bug
Miguel de Icaza
miguel@ximian.com
13 Aug 2003 23:57:52 -0400
Hello,
> On IE under windows, the links get file:/// appended to the frontof
> them, so when you click on them, it wont work.
>
>
>
> I assume stripping on file:/// from the server side before processing
> the link is the best solution.
>
>
>
> Here is what a sample link looks like:
>
>
>
> http://mono.ximian.com:8080/monodoc.ashx?link=file:///N:System.Collections
>
>
>
> if you remove the file:/// from it loads fine.
Well, the issue is that we never send thefile:/// back, so we need to
find out where is this being generated at.