Reading that JSPUI code, I see that it decides whether an item is CC
based on whether it contains a bitstream named "license_url".

    String cc_url = CreativeCommons.getLicenseURL(item);

        return getStringFromBitstream(item, BSN_LICENSE_URL);

    private static final String BSN_LICENSE_URL = "license_url";

The weird thing is that my testing item on demo created in JSPUI
doesn't contain any other bistream than the standard license.txt one.
This leads me to conclustion that creating CC items in JSPUI in 3.1 is
broken. Yet in 1.8.2 you're reporting that it displays the message,
therefore it supposedly also creates the "license_url" bitstream.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to