[ 
http://jira.dspace.org/jira/browse/DS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10853#action_10853
 ] 

Wendy Bossons commented on DS-295:
----------------------------------

There is an issue with the update statement or possibly the insert statement 
where it concerns the rdf format. The short description is RDF serialized as 
XML in the insert statement. The update statement queries the short_description 
as RDF XML.

Probably the RDF XML is the short_description, so changing the insert statement 
would work so that:

INSERT INTO bitstreamformatregistry (bitstream_format_id, mimetype, 
short_description, description, support_level, internal) VALUES 
(nextval('bitstreamformatregistry_seq'), 'application/rdf+xml; charset=utf-8', 
'RDF XML', 'RDF serialized as XML', '1', false); 

The RDF XML is the short description. RDF serialized is the full length 
description. The outcome of the change can be seen in the Edit page on the item 
bitstreams tab.

> CC License being assigned incorrect Mime Type during submission.
> ----------------------------------------------------------------
>
>                 Key: DS-295
>                 URL: http://jira.dspace.org/jira/browse/DS-295
>             Project: DSpace 1.x
>          Issue Type: Bug
>          Components: DSpace API
>    Affects Versions: 1.6.0
>            Reporter: Steven Williams
>            Assignee: Larry Stone
>         Attachments: bitstream-format.patch, CreativeCommons.patch, 
> DS-295-updated.patch
>
>
> The Creative Commons License is sharing the Default License Format with a 
> mime type of text/plain, but the CC License bitstream should have a mime type 
> of  text/html. Browsers that render the CC License depending on the mime type 
> will display the raw HTML/CSS making the CC License unreadable for the 
> average user. To correct this issue a new format needs to be created for the 
> Creative Commons License and the submission process needs to assign the new 
> format. The attached CreativeCommons.patch replaces the assigned "License" 
> format with a "CC License" form. 
> Location to apply patch: 
> dspace-api/src/main/java/org/dspace/license/CreativeCommons.java
> The attached bitstream-formats.xml adds the new CC License format with mime 
> type text/html. This will insure the format is created when dspace is 
> installed.
> Location to apply patch: dspace/config/registries/bitstream-formats.xml
>  
> Credit also goes to Ladd Hanson

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to