Add a fix from Tomcat's DefaultServlet that I missed in the previous commit:
authorpastith <devnull@localhost>
Wed, 20 May 2009 12:16:08 +0000 (12:16 +0000)
committerpastith <devnull@localhost>
Wed, 20 May 2009 12:16:08 +0000 (12:16 +0000)
commit46849d146f8341ecde232d69c1f596a01d9c95cd
tree038dd521344d011406791512d5ec125ea9267d4c
parent5416cc9ee9f1f8e8e8a2669203d04b507ee48368
Add a fix from Tomcat's DefaultServlet that I missed in the previous commit:
- Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45419
Set Accept-Ranges for static resources served by DefaultServlet

This brings us up to date with tomcat trunk r708151.
gss/src/gr/ebs/gss/server/webdav/Webdav.java