[EP-tech] Antwort: Re: Antwort: Re: Crawler ends up with 404, dont know how to handle MIME subtype wildcard
David R Newman
drn at ecs.soton.ac.uk
Mon Jul 26 16:43:09 BST 2021
Hi Jens,
Great! If it had not fixed it, I would have been at a bit of a loss.
Regards
David Newman
On 26/07/2021 16:41, jens.witzel at uzh.ch wrote:
> *CAUTION:* This e-mail originated outside the University of Southampton.
>
> Sorry David,
>
> it was my fault: tried to catch up an non existant link, caused by
> mixture between ISSUE and testing host #-)
> Now I get my "HTTP/1.1 302 Found" which should be fine.
>
> Thanks again
> Jens
>
> --
> Jens Witzel
> Zentrale Informatik
> Universität Zürich
> Stampfenbachstrasse 73
> CH-8006 Zürich
>
> mail: jens.witzel at uzh.ch
> phone: +41 44 63 56777
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VXNSLMjwOvve4%2BpahgouRbKCCFy%2ByjhW289a9NKpDfI%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VXNSLMjwOvve4%2BpahgouRbKCCFy%2ByjhW289a9NKpDfI%3D&reserved=0>
>
> Inactive hide details for Jens Witzel---26.07.2021 17:33:26---Hi David
> thanks for your fast fix. Just tested it and unfortunateJens
> Witzel---26.07.2021 17:33:26---Hi David thanks for your fast fix. Just
> tested it and unfortunately still get this ugly 404 :-/ Rega
>
> Von: Jens Witzel/at/UZH
> An: "David R Newman" <drn at ecs.soton.ac.uk>
> Kopie: eprints-tech at ecs.soton.ac.uk, jens.witzel at uzh.ch
> Datum: 26.07.2021 17:33
> Betreff: Antwort: Re: Antwort: Re: [EP-tech] Crawler ends up with 404,
> dont know how to handle MIME subtype wildcard
>
> ------------------------------------------------------------------------
>
>
> Hi David
>
> thanks for your fast fix. Just tested it and unfortunately still get
> this ugly 404 :-/
>
> Regards
> Jens
>
> --
> Jens Witzel
> Zentrale Informatik
> Universität Zürich
> Stampfenbachstrasse 73
> CH-8006 Zürich
>
> mail: jens.witzel at uzh.ch
> phone: +41 44 63 56777
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VXNSLMjwOvve4%2BpahgouRbKCCFy%2ByjhW289a9NKpDfI%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VXNSLMjwOvve4%2BpahgouRbKCCFy%2ByjhW289a9NKpDfI%3D&reserved=0>
>
>
> Inactive hide details for "David R Newman" ---26.07.2021 16:03:36---Hi
> Jens, To fix your specific problem you need to modify"David R Newman"
> ---26.07.2021 16:03:36---Hi Jens, To fix your specific problem you
> need to modify
>
> Von: "David R Newman" <drn at ecs.soton.ac.uk>
> An: jens.witzel at uzh.ch
> Kopie: eprints-tech at ecs.soton.ac.uk
> Datum: 26.07.2021 16:03
> Betreff: Re: Antwort: Re: [EP-tech] Crawler ends up with 404, dont
> know how to handle MIME subtype wildcard
> ------------------------------------------------------------------------
>
>
>
> Hi Jens,
>
> To fix your specific problem you need to modify
> perl_lib/EPrints/Apache/Rewrite.pm on or around line 422:
>
> - && (index(lc($accept), "text/html") != -1 ||
> index(lc($accept),"*/*") != -1 || $accept eq "" ) ## header must be
> text/html, or */*, or undef
> + && (index(lc($accept), "text/html") != -1 ||
> index(lc($accept), "text/*") != -1 || index(lc($accept),"*/*") != -1
> || $accept eq "" ) ## header must be text/html, text/*, */* or undef
>
> I am reviewing the implication of this change and whether any further
> changes are needed, as I see reference to the accept mime type in
> several other places and want to see whether setting accept mime type
> to text/* on other requests would still break things.
>
> Regards
>
> David Newman
>
> On 26/07/2021 09:55, _jens.witzel at uzh.ch_
> <mailto:jens.witzel at uzh.ch> wrote:
>
> *CAUTION:* This e-mail originated outside the University of
> Southampton.
>
> Dear David
>
> thank you for your support!
>
> Kind regards
> Jens
>
> --
> Jens Witzel
> Zentrale Informatik
> Universität Zürich
> Stampfenbachstrasse 73
> CH-8006 Zürich
>
> mail: _jens.witzel at uzh.ch_ <mailto:jens.witzel at uzh.ch>
> phone: +41 44 63 56777_
> __https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch_%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=rfUMN5C5TcHKOzhFiggOBfS%2BtE%2BNVjrbB0NaDkNAQ5o%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VXNSLMjwOvve4%2BpahgouRbKCCFy%2ByjhW289a9NKpDfI%3D&reserved=0>
>
> Inactive hide details for "David R Newman" ---26.07.2021
> 10:50:37---Hi Jens, I can replicate the same problem on 3.4 GitHub
> HEA"David R Newman" ---26.07.2021 10:50:37---Hi Jens, I can
> replicate the same problem on 3.4 GitHub HEAD [1]. I have created
>
> Von: "David R Newman" _<drn at ecs.soton.ac.uk>_
> <mailto:drn at ecs.soton.ac.uk>
> An: _eprints-tech at ecs.soton.ac.uk_
> <mailto:eprints-tech at ecs.soton.ac.uk>, _jens.witzel at uzh.ch_
> <mailto:jens.witzel at uzh.ch>
> Datum: 26.07.2021 10:50
> Betreff: Re: [EP-tech] Crawler ends up with 404, dont know how to
> handle MIME subtype wildcard
>
> ------------------------------------------------------------------------
>
>
>
> Hi Jens,
>
> I can replicate the same problem on 3.4 GitHub HEAD [1]. I have
> created a GitHub issue for this [2] and will investigate.
>
> Regards
>
> David Newman
>
> [1] _https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4_&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LSkLC8O7aR006P%2BCo03h5mzlyg4rY1zOJyNtTkdUXDI%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919155409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=u5VpdvwH7rOfBrt1m1lBoru6X6F9CfWZy7SXsNN655E%3D&reserved=0>
>
> [2] _https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4%2Fissues%2F159_&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=CcBb4efkRFJXBG5DL7Q%2BnQYn73HrAPOxmG5mH1zPWWc%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4%2Fissues%2F159&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=rQJm50UbRF4oebQm96T%2B9STpc6g%2FiPf9RYVmhSZKXjE%3D&reserved=0>
>
> On 26/07/2021 09:31, jens.witzel--- via Eprints-tech wrote:
>
> *CAUTION:* This e-mail originated outside the University of
> Southampton.
>
> Dear all
>
> unfortunately one of our partner crawlers reports a 404 error
> during the download, The problem occurs when wildcards are used as
> mime subtype.
>
> Here an example on our repo ZORA - let us try to get publication
> no. 143147 via CURL:
>
> HTTP 200 status is returned, when
> - no Accept header is specified: curl -v
> _https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F_&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4QOVh0bOod15%2BvxIe4S%2FFTeCPqMPxgJ4ts3Y%2FB7jx9c%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=eEwgI3WhImCHzTUW8Z0aakXn00QdfsNrV%2F2dSZndLhg%3D&reserved=0>
> - an exact MIME type is specified: curl -v -H 'Accept: text/html'
> _https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F_&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4QOVh0bOod15%2BvxIe4S%2FFTeCPqMPxgJ4ts3Y%2FB7jx9c%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=eEwgI3WhImCHzTUW8Z0aakXn00QdfsNrV%2F2dSZndLhg%3D&reserved=0>
> - any MIME type is specified: curl -v -H 'Accept: */*'
> _https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F_&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4QOVh0bOod15%2BvxIe4S%2FFTeCPqMPxgJ4ts3Y%2FB7jx9c%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=eEwgI3WhImCHzTUW8Z0aakXn00QdfsNrV%2F2dSZndLhg%3D&reserved=0>
>
> HTTP 404 status is returned if the MIME subtype is open, e.g.
> 'text/*'.
>
> ==> curl -v -H 'Accept: text/*,application/*' _https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.u_%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=67idFh4rgAASTRvPqz4enIOop6ls1mzTbURN50uRGv8%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.u%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=BeKkr%2FCYjbY%2FE7g8HlcrZB8CcKT8AFQHA2HkxxpegZg%3D&reserved=0>zh.ch/id/eprint/143147/
>
> [...]
> < HTTP/1.1 404 Not Found
> < Date: Mon, 26 Jul 2021 08:23:04 GMT
> < Server: Apache/2.4.6 (Red Hat Enterprise Linux)
> OpenSSL/1.0.2k-fips mod_perl/2.0.11 Perl/v5.16.3
> < Cache-Control: no-store, no-cache, must-revalidate
> < Strict-Transport-Security: max-age=15780000
> < Transfer-Encoding: chunked
> < Content-Type: text/html; charset=utf-8
>
> The Header "Accept: text/*,application/*" should be valid. So, we
> think is goin wrong around CRUD.pm [line 948] - elsif( $subtype eq
> '*' ) {}
>
> Is this a bug or is there a workaround? Any help is appreciated.
>
> Have a nice day
> Jens
>
>
> --
> Jens Witzel
> Zentrale Informatik
> Universität Zürich
> Stampfenbachstrasse 73
> CH-8006 Zürich
>
> mail: _jens.witzel at uzh.ch_ <mailto:jens.witzel at uzh.ch>
> phone: +41 44 63 56777_
> __https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch_%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2FWwVAjHOBIdfrFNQsRDlDe6Md2ONNXiBPSxLLjF5NJw%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919165368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2Bzgl7j8iizEf5r8gyUVDDD0wma4oua07ytaQmjp53uk%3D&reserved=0>
>
>
> *** Options:
> _http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech_
> <http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech>
> *** Archive: _https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F_&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=RMqIFInq%2FhSYeQoF%2BhTRjXfGbHdypySmVQS7dgqLNzM%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4UJkVsnp%2BmlRZgyr6Rtf9ZHTZoq%2BNgN8USoll0Fvu6I%3D&reserved=0>
> *** EPrints community wiki: _https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F_&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=fqXmTy%2BdHKn3bY1CpePQd9A735ireD8eebCt63k4okc%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=xoqy6epaCyfxhCwoFkichyfSU%2FJSBGT9z0Y0sdqtp28%3D&reserved=0>
>
>
>
>
> Virus-free. _https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com_%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ZhGGmftIjsUKMGC5jXbmaQ9G9XrklXItn3QyYWzs%2FTE%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=0IfZZMuf7CYG0odqtWR2pc%2Fl2%2BsTitzCqrp5TflxcOQ%3D&reserved=0>
>
>
>
>
> Virus-free. _https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com_%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ZhGGmftIjsUKMGC5jXbmaQ9G9XrklXItn3QyYWzs%2FTE%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=0IfZZMuf7CYG0odqtWR2pc%2Fl2%2BsTitzCqrp5TflxcOQ%3D&reserved=0>
>
>
>
>
--
This email has been checked for viruses by AVG.
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.avg.com%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C274f778192ad45d9212008d9504c12c5%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629109919175325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=QT29MXF0skosGNpJyhWlzei%2BzoFrOaOknqJ0kD%2B1dUg%3D&reserved=0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20210726/a518864e/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
Url : http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20210726/a518864e/attachment-0002.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecblank.gif
Type: image/gif
Size: 45 bytes
Desc: not available
Url : http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20210726/a518864e/attachment-0003.gif
More information about the Eprints-tech
mailing list