Actions
Bug #3395
closedallow private access via indexed "shortcut" url
Start date:
06/12/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3395
Description
Currently you can read documents using the url http://server.com/metacat/metacat/docid.1.1. This only works for public documents. I understand it was originally intended to allow search engines to index the public metacat documents, but I find no reason why this url should not be able to perform access control just like the other url (docid=docid.1.1&action=read). They should behave identically. This will allow for more succinct urls to be sent between people and machines.
Updated by ben leinfelder about 11 years ago
- Status changed from New to Closed
This is essentially supported by the D1 REST service now - both using client certs or JSESSIONID cookies.
Actions