Mantis - Resin
Viewing Issue Advanced Details
2228 minor always 12-07-07 22:31 12-01-07 15:49
drsskelkar  
ferg  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002228: Persistent problem in directory browsing servlet since 3.1.3 and 3.1.4 Windows XP SP-2
I am facing once very silly problem that is breaking my head all the time.
In one of my web application I deliberately wanted directory browsing ( listing of files in folder ) available.
So I configured web.xml as follows to enable directory listing (as per the specs.)

<servlet servlet-name="directory"
         servlet-class="com.caucho.servlets.DirectoryServlet">
  <init enable="true"/>
</servlet>

 It worked fine upto resin version 3.1.2 ( and all versions prior to that )
Since Resin Version 3.1.3 and 3.1.4 directory servlet is not working at all.

I have reported bug and opened ticket at bugs.caucho.com.
But to my surprise Caucho Engineers could not confirm this bug.
I have read on some other forum that someone else is also facing the same issue.
My OS is Windows XP ( Service Pack 2 )
Java Platform JDK 6 Update 3




Notes
(0002556)
stbu   
12-08-07 03:48   
I've encountered the same problem and reported issue 2168 about four weeks ago.

(0002605)
ferg   
12-01-07 15:49   
server/002v