Bug report #660 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/660> REPORT #660 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non-critical Confidence: public Environment: Release: tomcat 3.2.1 JVM Release: any Operating System: any OS Release: any Platform: any Synopsis: Webdav status code 207 not present in core/LocalStrings.properties Description: As webdav becomes more common this will frustrate more people. In fact, jakarta's "SLIDE" project demonstrates the defect, anyone who installs and works with SLIDE will see this defect via thrown exceptions. Here's the problem: Webdav has added one new HTTP response status code: 207 Multi-Status The solution is easy: Please add this line to tomcat/core/LocalStrings.properties: sc.207=Multi-StatusTitle: BugRat Report # 660
BugRat Report # 660
Project: Tomcat | Release: tomcat 3.2.1 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: medium | Severity: non-critical |
Confidence:
public
|
Submitter:
David F. Sklar ( [EMAIL PROTECTED] )
Date Submitted:
Dec 22 2000, 08:24:31 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Webdav status code 207 not present in core/LocalStrings.properties
- Environment: (jvm, os, osrel, platform)
- any, any, any, any
- Additional Environment Description:
- Report Description:
- As webdav becomes more common this will frustrate more people. In fact, jakarta's "SLIDE" project demonstrates the defect, anyone who installs and works with SLIDE will see this defect via thrown exceptions. Here's the problem: Webdav has added one new HTTP response status code: 207 Multi-Status The solution is easy: Please add this line to tomcat/core/LocalStrings.properties: sc.207=Multi-Status
- How To Reproduce:
- null