https://issues.apache.org/bugzilla/show_bug.cgi?id=50073
Summary: Issue with directory listing Product: Tomcat 7 Version: 7.0.2 Platform: PC Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: vinu.ku...@gmail.com I am deploying ColdFusion on top of Tomcat 7.0.2. ColdFusion's web.xml has welcome file lists defined: <welcome-file-list id="WelcomeFileList_1034013110672"> <welcome-file>index.cfm</welcome-file> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> </welcome-file-list> After I enable directory listing, tomcat always appends index.cfm and sends back to CF. If there is no index.cfm, directory listing doesn't work and CF throws an error for index.cfm not found. Directory listing works if index.cfm is removed from welcome file list. This was working in Tomcat 6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org