Ticket #298 (task)
Opened 5 years ago
Last modified 3 years ago
More granular getDirectoryBrowsingDisallowed
Status: new
| Reported by: | douglm | Assigned to: | douglm |
|---|---|---|---|
| Priority: | major | Milestone: | Bedework 4.0 |
| Component: | caldav | Version: | |
| Keywords: | Cc: | ||
In webdav getmethod we have
} else if (node.isCollection()) {
if (getNsIntf().getDirectoryBrowsingDisallowed()) {
throw new WebdavException(HttpServletResponse.SC_FORBIDDEN);
}
getDirectoryBrowsingDisallowed should take the node as a parameter to allow browsing of subtrees if desired
Change History
04/26/09 01:06:19: Modified by douglm
- milestone changed from Bedework 3.5 to Bedework 3.6.
12/07/09 14:25:31: Modified by johnsa
- milestone changed from Bedework 3.6 to Bedework 3.7.
07/09/10 00:52:19: Modified by douglm
- milestone changed from Bedework 3.7 to Bedework 4.0.
