Git Product home page Git Product logo

Comments (5)

rlskoeser avatar rlskoeser commented on May 21, 2024

Thanks for reporting the issue. Somehow this use case hasn't come up for us, and I think we're generally setting download filenames in the django views that call raw_datastream.

The header will have to be pulled from the Fedora response and added to the HttpResponse that's created here:
https://github.com/emory-libraries/eulfedora/blob/master/eulfedora/views.py#L213

.. but getting the header from the Fedora response might be a little tricky since the code is currently using the DatastreamObject get_chunked_content method to avoid reading a whole datastream into memory at once. I presume the header you want is available on the response object returned by the api, but I don't see an obvious way to get it since get_chunked_content is a generator.

The best I can currently think of is to store relevant header information somewhere on the DatastreamObject so it can be picked up in the view. Hopefully we could store it in a more meaningful way rather than just "last datastream response headers". Thoughts?

from eulfedora.

rlskoeser avatar rlskoeser commented on May 21, 2024

It occurs to me that newer versions of Fedora than what we're currently running probably also provide additional information that's being calculated by the raw_datastream view, and if we could just pass them through that should be more efficient and accurate than handling them in eulfedora.

from eulfedora.

rlskoeser avatar rlskoeser commented on May 21, 2024

It just occurred to me that there is an easier way to fix this - rather than the view calling the DatastreamObject get_chunked_content method, it should just use the api getDatastreamDissemination method directly, which will return a response object that has all the headers as well as access to the content. I think that would actually be pretty straightforward.

@jrhoads do you want to try fixing this?

from eulfedora.

jrhoads avatar jrhoads commented on May 21, 2024

Thank You @rlskoeser
I will take a look at this on Monday.

from eulfedora.

rlskoeser avatar rlskoeser commented on May 21, 2024

@jrhoads Is this still an issue for you? And are you on Fedora 3.7 or later?

from eulfedora.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.