Bug 5578 - Binary distribution doesn't work on tomcat 3.3
Summary: Binary distribution doesn't work on tomcat 3.3
Status: RESOLVED INVALID
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV Server (show other bugs)
Version: Nightly
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-23 07:05 UTC by Dirk Verbeeck
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Verbeeck 2001-12-23 07:05:18 UTC
(error reported by Steven Noels)

When trying to browse the slide folders you get the following exception:
2001-12-23 15:58:47 - Ctx(/slide) : Servlet API error: sendError with commited 
buffer  - java.lang.Throwable: Trace
        at org.apache.tomcat.facade.HttpServletResponseFacade.sendError(Unknown 
Source)

and when opening the slide folder using IE6 WebDAV the following error:
23 Dec 2001 15:51:14 - org.apache.slide.webdav.WebdavServlet - ERROR - java.lang
.NoClassDefFoundError: javax/servlet/http/HttpServletResponseWrapper
Comment 1 Dirk Verbeeck 2001-12-23 07:58:17 UTC
Currently the binary distribution is compiled for servet API 2.3 and gives 
exceptions when HttpServletResponseWrapper is used in the request/response  
logging.
Comment 2 Remy Maucherat 2002-01-08 04:20:17 UTC
I must have made a mistake when I built 1.0.16. 1.0.17 will be built with the
old servlet API. Sorry for the trouble.
Comment 3 Oliver Zeigermann 2003-12-18 13:00:30 UTC
Seems to be outdated