Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-1003 Multimedia Enhancements for Stanbol
  3. STANBOL-1004

Allow ContentItems to retieve content from provided locations

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Enhancer
    • None

    Description

      While the Stanbol Enahncer does support ContentReferences to be used to create ContentItmes the referenced Content is currently loaded during the creation of the ContentItem.

      This issue will change this behavior by providing a Blob implementation(s) that directly retrieve the information via the provided refernece

      Blob#getContentType()
      Blob#getParameter()
      Blob#getContentLength()

      will use HEAD requests to the provided URI. For protocols other then HTTP those methods might return the default values "applciation/octet-stream" and -1 as content length.

      BLOB#getInputStream()

      will open the stream directly from the provided URI

      Attachments

        Issue Links

          Activity

            People

              rwesten Rupert Westenthaler
              rwesten Rupert Westenthaler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: