Hi Larry, it's rather the other way round, you might get anonymous read access on restricted items, where it is not intended.
The bundle (Original) rights do affect the access rights of the bitstreams, see org.dspace.app.Bundle.addBitstream AuthorizeManager.inheritPolicies(ourContext, this, b); To reproduce the effect in a DSpace instance: Create a Collection with anonymous read. After creation, set default_bitstream_read to some non anonymous group Submit an item. View item's authorizations (bundle original and bitstream). Everything is ok bundle original and it's bitstreams got the proper read rights. Now edit the item and delete all bitstreams in the bundle original. Add a new bitstream. Now both bundle and bitstream got anonymous read. Claudia ... >> Has anyone had an experience of being denied READ access to a >> Bitstream >> because of its enclosing Bundle's policy? I'm inclined ignore Bundle >> policies but want to be sure I'm not missing anything. >> >> thanks, >> >> -- Larry >> >> >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills >> and code to >> build responsive, highly engaging applications that combine the >> power of local >> resources and data with the reach of the web. Download the Adobe AIR >> SDK and >> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> Dspace-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-devel > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Dspace-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-devel ------------------------------------------------------------------------------ _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
