[tomcat-4.0] bug in directory listing

2000-12-17 Thread Jon Stevens

It doesn't include the port number in the links of the output and therefore,
the links are invalid.

Also, what is responsible for generating the directory listings? I tried to
find the source code for it so that I could patch it myself, but I couldn't
find it!

-jon

-- 
Honk if you love peace and quiet.





Re: [tomcat-4.0] bug in directory listing

2000-12-17 Thread Remy Maucherat

 It doesn't include the port number in the links of the output and
therefore,
 the links are invalid.

 Also, what is responsible for generating the directory listings? I tried
to
 find the source code for it so that I could patch it myself, but I
couldn't
 find it!

Originally it was in DefaultServlet, but now it's in
resources.DirectoryBean.
I'll move the code back to the DefaultServlet, eventually (we plan to remove
the Resources stuff after 4.0).

Remy