Opened 10 years ago

Closed 9 years ago

#664 closed defect (worksforme)

Donwloading a pdf file from the VLO with firefox results in wrong filename nincluding jsessionid

Reported by: Jörg Knappen Owned by: Jörg Knappen
Priority: trivial Milestone:
Component: VLO web app Version:
Keywords: Cc: teckart@informatik.uni-leipzig.de

Description

Clicking on the "Resource" in this URL http://catalog.clarin.eu/vlo/record?2&docId=oai_58_dspace.library.uu.nl_58_1874_47_212757&q=En+nu+die+kale+Fransen&index=0&count=3 creates a file named

HEEM_1996-03_1.pdf;jsessionid=AE50F7AFD4F9A4CB41BD25CB13332796

instead of just HEEM_1996-03_1.pdf

Tested with Firefox 32.0.3 on Ubuntu 14.04.

Change History (3)

comment:1 Changed 10 years ago by DefaultCC Plugin

Cc: teckart@informatik.uni-leipzig.de added

comment:2 Changed 10 years ago by Twan Goosen

Owner: set to Jörg Knappen
Priority: majortrivial
Status: newassigned

This is actually an error with the data provider, see the following wget output:

$ wget http://dspace.library.uu.nl/bitstream/1874/212757/1/HEEM_1996-03_1.pdf
--2014-10-15 10:54:29--  http://dspace.library.uu.nl/bitstream/1874/212757/1/HEEM_1996-03_1.pdf
Resolving dspace.library.uu.nl... 131.211.208.129
Connecting to dspace.library.uu.nl|131.211.208.129|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /bitstream/handle/1874/212757/HEEM_1996-03_1.pdf;jsessionid=D50E19E66D621D63FBAD9E7275A2229D?sequence=1 [following]
--2014-10-15 10:54:29--  http://dspace.library.uu.nl/bitstream/handle/1874/212757/HEEM_1996-03_1.pdf;jsessionid=D50E19E66D621D63FBAD9E7275A2229D?sequence=1
Connecting to dspace.library.uu.nl|131.211.208.129|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3808814 (3.6M) [image/pdf]
Saving to: 'HEEM_1996-03_1.pdf'

100%[======================================>] 3,808,814   3.01MB/s   in 1.2s   

2014-10-15 10:54:31 (3.01 MB/s) - 'HEEM_1996-03_1.pdf' saved [3808814/3808814]

This ticket should either be closed or transformed into a metadata quality report (specific to this record/provider); although this also seems to be idiosyncratic behaviour of Firefox (chrome nor wget show this behaviour, also see output above)

comment:3 Changed 9 years ago by Twan Goosen

Resolution: worksforme
Status: assignedclosed
Note: See TracTickets for help on using tickets.