⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 todo.txt

📁 jsr170接口的java实现。是个apache的开源项目。
💻 TXT
字号:
-------------------------------------------------------------------TODO 'jcr' server implementation-------------------------------------------------------------------general - undo incomplete changes in case of exception- multistatus fuer lock, copy, move, delete wherever required.- DAV:supported-live-property-set- timeout: remove expired locks/subscriptions- improve definition methods/compliance-class- OPTIONS to *-request-uri (according to RFC 2616)lock- implement session-scoped locks. this includes:  > uncommenting supported-locks entry  > build caching mechanism for session in case of session-scoped locks.  > retrieval of cached sessions (currently not possible from IfHeader).  > open issue in JCR: scope of lock cannot be retrieved.- JCR lock-token currently not checked for compliance with RFC2518. If the  token is modified accordingly, setting the lock-token to the subsequent  session (currently in the WebdavRequestImpl) must be aware of that change....- transaction locks  - lock returned upon lock-discovery   - remove after timeout (>> releasing cached sessions)  - define reasonable timeout or make timeout configurable  - createLock must respect existing locks in the subtree, for lock is always deep.  - repository transactions ('global') are only possible with jackrabbit, where  the session represents the XAResource itself.  since j2ee explicitely requires any usertransaction to be completed  upon the end of the servletes service method.  general review necessary....   observation- make sure all expired subscriptions are removed.- subscription: reasonable default/max timeout make it configurable...versioning- Additional VERSION-CONTROL Semantics with workspace not implemented.- BaseLine/Activity not respected yet (see jsr283)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -