FYI: When I run litmus WebDAV compliance scripts on jakarta-slide, MKCOL with weird body does not fail. This is probably not a big deal with real client applications, but it would be good if slide WebDAV implementation is fully WebDAV compliant.
http://www.webdav.org/neon/litmus/ (cd libneon && make) || exit 1 make[1]: Entering directory `/opt/litmus-0.5/libneon' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/litmus-0.5/libneon' gcc -o basic src/basic.o -L. -ltest -Llibneon -lneon -L/usr/lib -lxml2 -lz -L/lib -lm gcc -o copymove src/copymove.o -L. -ltest -Llibneon -lneon -L/usr/lib -lxml2 -lz -L/lib -lm gcc -o props src/props.o -L. -ltest -Llibneon -lneon -L/usr/lib -lxml2 -lz -L/lib -lm gcc -o locks src/locks.o -L. -ltest -Llibneon -lneon -L/usr/lib -lxml2 -lz -L/lib -lm gcc -o http src/http.o -L. -ltest -Llibneon -lneon -L/usr/lib -lxml2 -lz -L/lib -lm -> running `basic': 0. init.................. pass 1. begin................. pass 2. options............... pass 3. put_get............... pass 4. mkcol_over_plain...... pass 5. delete................ pass 6. delete_null........... pass 7. mkcol................. pass 8. mkcol_again........... pass 9. delete_coll........... pass 10. mkcol_no_parent....... pass 11. mkcol_with_body....... FAIL (MKCOL with weird body must fail (RFC2518:8.3.1)) 12. finish................ pass <- summary for `basic': of 13 tests run: 12 passed, 1 failed. 92.3% Thanks, Tomislav Jukic _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.; -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
