<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div style="padding-bottom: 10px; padding-top: 5px;">
<div style="padding:12px; border:1px solid #8D3970; background-color:#F7F9FA; color:#8D3970; font-size:14px; line-height:22px; font-family: Calibri, Arial, Helvetica, sans-serif;">
<strong>CAUTION:</strong> This e-mail originated outside the University of Southampton.
</div>
</div>
<div>
<p><font size="2" face="sans-serif">Hi David</font><br>
<br>
<font size="2" face="sans-serif">thanks for your fast fix. Just tested it and unfortunately still get this ugly 404 :-/<br>
<br>
Regards<br>
Jens</font><br>
<br>
<font size="2" face="sans-serif">-- <br>
Jens Witzel<br>
Zentrale Informatik<br>
Universität Zürich<br>
Stampfenbachstrasse 73<br>
CH-8006 Zürich<br>
<br>
mail: &nbsp;jens.witzel@uzh.ch<br>
phone: +41 44 63 56777<br>
<a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724311857%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=Vu8FTE5aQqM0o9nAhMZPcuBi3tKQ3imKCF%2F8DsI4OPY%3D&amp;reserved=0" originalSrc="http://www.zi.uzh.ch/" shash="nsRNtW0JKbHanA2UcZ7TTMJm9Hbde6rTT05rVPNSraUFBvrjBkzhnu/iyntdXH1Pmz35pSgpe55twqC0umuZRZvgYw1j9FyFg8ymdrHrf88boIa/3aerNGeYwvlaxVxRhZfS6+nm9ELhvlTnRcCFc3Y6X+rx4b2+VqtHOAHoSSc=">http://www.zi.uzh.ch</a></font><br>
<br>
<img width="16" height="16" src="cid:1__=4EBB0D8DDFC6C1638f9e8a93df938690918c4EBB0D8DDFC6C163@lotus.uzh.ch" border="0" alt="Inactive hide details for &quot;David R Newman&quot; ---26.07.2021 16:03:36---Hi Jens, To fix your specific problem you need to modify"><font size="2" color="#424282" face="sans-serif">&quot;David
 R Newman&quot; ---26.07.2021 16:03:36---Hi Jens, To fix your specific problem you need to modify</font><br>
<br>
<font size="1" color="#5F5F5F" face="sans-serif">Von: </font><font size="1" face="sans-serif">&quot;David R Newman&quot; &lt;drn@ecs.soton.ac.uk&gt;</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">An: </font><font size="1" face="sans-serif">jens.witzel@uzh.ch</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Kopie: </font><font size="1" face="sans-serif">eprints-tech@ecs.soton.ac.uk</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Datum: </font><font size="1" face="sans-serif">26.07.2021 16:03</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Betreff: </font><font size="1" face="sans-serif">Re: Antwort: Re: [EP-tech] Crawler ends up with 404, dont know how to handle MIME subtype wildcard</font><br>
</p>
<hr width="100%" size="2" align="left" noshade="" style="color:#8091A5; ">
<br>
<br>
<br>
<font size="3" face="serif">Hi Jens,</font>
<p><font size="3" face="serif">To fix your specific problem you need to modify perl_lib/EPrints/Apache/Rewrite.pm on or around line 422:</font>
</p>
<p><font size="3" face="serif">- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;&amp; &nbsp;(index(lc($accept), &quot;text/html&quot;) != -1 || index(lc($accept),&quot;*/*&quot;) != -1 || $accept eq &quot;&quot; &nbsp;) &nbsp; ## header must be text/html, or */*, or undef<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;&amp; &nbsp;(index(lc($accept), &quot;text/html&quot;) != -1 || index(lc($accept), &quot;text/*&quot;) != -1 || index(lc($accept),&quot;*/*&quot;) != -1 || $accept eq &quot;&quot; &nbsp;) &nbsp; ## header must be text/html, text/*, */* or undef</font>
</p>
<p><font size="3" face="serif">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.</font> </p>
<p><font size="3" face="serif">Regards</font> </p>
<p><font size="3" face="serif">David Newman</font> </p>
<p><font size="3" face="serif">On 26/07/2021 09:55, </font><a href="mailto:jens.witzel@uzh.ch"><font size="3" color="#0000FF" face="serif"><u>jens.witzel@uzh.ch</u></font></a><font size="3" face="serif">&nbsp;wrote:</font>
</p>
<ul style="padding-left: 36pt; margin-left: 0px">
<font size="2" color="#8D3970" face="Calibri"><b>CAUTION:</b></font><font size="2" color="#8D3970" face="Calibri">&nbsp;This e-mail originated outside the University of Southampton.
</font>
<p><font size="2" face="sans-serif">Dear David</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
thank you for your support!</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
Kind regards<br>
Jens</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
-- <br>
Jens Witzel<br>
Zentrale Informatik<br>
Universität Zürich<br>
Stampfenbachstrasse 73<br>
CH-8006 Zürich<br>
<br>
mail: &nbsp;</font><a href="mailto:jens.witzel@uzh.ch"><font size="2" color="#0000FF" face="sans-serif"><u>jens.witzel@uzh.ch</u></font></a><font size="2" face="sans-serif"><br>
phone: +41 44 63 56777</font><font size="2" color="#0000FF" face="sans-serif"><u><br>
</u></font><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724321817%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=%2B%2BH%2BtN932qFTwYCNyiqMEno9qyOyGuQ9smJR2WzucGg%3D&amp;reserved=0" originalSrc="http://www.zi.uzh.ch/" shash="MydsSI3oq6sR5FpfDkJIINaRTFvcxR7WDYw/sqpZP/MidtC/5Xs2nJk3oFrikQxe00rex7zGLcXq9ROZwNsI8/jNsTIlosgS0rweGd9rtX5JMMXe4qwXdNwMneze971lSKGBFnzQZ+F65AQFgPF2ql7Adczu+FXaxYV4yc0l5VY="><font size="2" color="#0000FF" face="sans-serif"><u>http://www.zi.uzh.ch</u></font></a><font size="3" face="serif"><br>
<br>
</font><img src="cid:1__=4EBB0D8DDFC6C1638f9e8a93df938690918c4EBB0D8DDFC6C163@lotus.uzh.ch" width="16" height="16" alt="Inactive hide details for &quot;David R Newman&quot;
            ---26.07.2021 10:50:37---Hi Jens, I can replicate the same
            problem on 3.4 GitHub HEA"><font size="2" color="#424282" face="sans-serif">&quot;David
 R Newman&quot; ---26.07.2021 10:50:37---Hi Jens, I can replicate the same problem on 3.4 GitHub HEAD [1]. &nbsp;I have created</font><font size="3" face="serif"><br>
</font><font size="1" color="#5F5F5F" face="sans-serif"><br>
Von: </font><font size="1" face="sans-serif">&quot;David R Newman&quot; </font><a href="mailto:drn@ecs.soton.ac.uk"><font size="1" color="#0000FF" face="sans-serif"><u>&lt;drn@ecs.soton.ac.uk&gt;</u></font></a><font size="1" color="#5F5F5F" face="sans-serif"><br>
An: </font><a href="mailto:eprints-tech@ecs.soton.ac.uk"><font size="1" color="#0000FF" face="sans-serif"><u>eprints-tech@ecs.soton.ac.uk</u></font></a><font size="1" face="sans-serif">,
</font><a href="mailto:jens.witzel@uzh.ch"><font size="1" color="#0000FF" face="sans-serif"><u>jens.witzel@uzh.ch</u></font></a><font size="1" color="#5F5F5F" face="sans-serif"><br>
Datum: </font><font size="1" face="sans-serif">26.07.2021 10:50</font><font size="1" color="#5F5F5F" face="sans-serif"><br>
Betreff: </font><font size="1" face="sans-serif">Re: [EP-tech] Crawler ends up with 404, dont know how to handle MIME subtype wildcard</font>
</p>
<p></p>
<hr width="100%" size="2" align="left" noshade="">
<font size="3" face="serif"><br>
<br>
<br>
Hi Jens, </font>
<p><font size="3" face="serif">I can replicate the same problem on 3.4 GitHub HEAD [1]. &nbsp;I have created a GitHub issue for this [2] and will investigate.
</font></p>
<p><font size="3" face="serif">Regards &nbsp; </font></p>
<p><font size="3" face="serif">David Newman </font></p>
<p><font size="3" face="serif">[1] </font><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724331772%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=4U9AzOvAKej%2BnpJyCnzwt46bft%2BXyck%2BuplwfnTHQNM%3D&amp;reserved=0" originalSrc="https://github.com/eprints/eprints3.4" shash="gGp16u2cjud1D9MHH4pbYdn8yfKR0QDyT9OhAz2tLSou3E3A0R4AeR5DkLfFldVQYXjnEqDK1ndGavJriq6XAPf1DABp55edXx3uBbEjSel/OQWrC8jpO1x6XAzuxuaGhMoIHhxezVVOv1N1pRbaswNUS5F3You1WSTio0aI4Ek="><font size="3" color="#0000FF" face="serif"><u>https://github.com/eprints/eprints3.4</u></font></a><font size="3" face="serif">&nbsp;</font>
</p>
<p><font size="3" face="serif">[2] </font><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4%2Fissues%2F159&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724331772%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=udQT4H9adRHu4HvPM%2FXwXOxQJkfq5AOw9XaWyfw98S8%3D&amp;reserved=0" originalSrc="https://github.com/eprints/eprints3.4/issues/159" shash="OToA8N9XuzjD4tNgorKlYEcNKhRCC4vhCOgipThwvVPhUlTBDM8sGxneUtjAE6QAiJXaYIUwP8ExKhWqoune3lO9OdsD9nv/BD22Fb8FWVHtsMafmGH49YrHlduV2ZChX3hdOpgd5BJzUB27iaBlNh2QqH2bRiHnKger+IhJPK0="><font size="3" color="#0000FF" face="serif"><u>https://github.com/eprints/eprints3.4/issues/159</u></font></a><font size="3" face="serif">&nbsp;</font>
</p>
<p><font size="3" face="serif">On 26/07/2021 09:31, jens.witzel--- via Eprints-tech wrote:
</font></p>
<p><font size="2" color="#8D3970" face="Calibri"><b>CAUTION:</b></font><font size="2" color="#8D3970" face="Calibri">&nbsp;This e-mail originated outside the University of Southampton.
</font></p>
<p><font size="2" face="sans-serif">Dear all<br>
<br>
unfortunately one of our partner crawlers reports a 404 error during the download, The problem occurs when wildcards are used as mime subtype.<br>
<br>
Here an example on our repo ZORA - let us try to get publication no. 143147 via CURL:<br>
<br>
HTTP 200 status is returned, when<br>
- no Accept header is specified: curl -v </font><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724341727%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=FCevcGlB6vZgeXtD7bOyIuVR0OM50z7xzMI78VUDqH0%3D&amp;reserved=0" originalSrc="https://www.zora.uzh.ch/id/eprint/143147/" shash="MV7A8bCPRDD9vrURKZI9xqjDiH+xx441xKNeMizV3YbIMWoVGJeV66PhOzon2FCXLX9XxBJem6RHI/IIhnDkYsLsJt/9vPBZJYYTUMVRQev1BWUUkjU8UWWf5aJOWwyXlmV+vfL6q0EQOO3/wdCqFh3t9tNznXNVfynnp3jC3Uc="><font size="2" color="#0000FF" face="sans-serif"><u>https://www.zora.uzh.ch/id/eprint/143147/</u></font></a><font size="2" face="sans-serif"><br>
- an exact MIME type is specified: curl -v -H 'Accept: text/html' </font><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724341727%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=FCevcGlB6vZgeXtD7bOyIuVR0OM50z7xzMI78VUDqH0%3D&amp;reserved=0" originalSrc="https://www.zora.uzh.ch/id/eprint/143147/" shash="MV7A8bCPRDD9vrURKZI9xqjDiH+xx441xKNeMizV3YbIMWoVGJeV66PhOzon2FCXLX9XxBJem6RHI/IIhnDkYsLsJt/9vPBZJYYTUMVRQev1BWUUkjU8UWWf5aJOWwyXlmV+vfL6q0EQOO3/wdCqFh3t9tNznXNVfynnp3jC3Uc="><font size="2" color="#0000FF" face="sans-serif"><u>https://www.zora.uzh.ch/id/eprint/143147/</u></font></a><font size="2" face="sans-serif"><br>
- any MIME type is specified: curl -v -H 'Accept: */*' </font><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.uzh.ch%2Fid%2Feprint%2F143147%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724351688%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=Oel1E9d9xmg4qQ9AKQvi9625AkZmwgvi2kyOxrYGj9M%3D&amp;reserved=0" originalSrc="https://www.zora.uzh.ch/id/eprint/143147/" shash="TajOgRhHrh6+KXTPxMvtpZ58PhH1gVF1JEf9lvsACkDrKkssQakrNNj0y6+es+iyk8yQJ2nnae8pCBwFTKTZhI6hwc7+T494JDESubsOQ2vYEdwdFQvC+abR778iNPLffy/SAn0uYipAU2k7eXne/aazKTLHLPCS7tt+x86Wg40="><font size="2" color="#0000FF" face="sans-serif"><u>https://www.zora.uzh.ch/id/eprint/143147/</u></font></a><font size="2" face="sans-serif"><br>
<br>
HTTP 404 status is returned if the MIME subtype is open, e.g. 'text/*'.<br>
<br>
==&gt; curl -v -H 'Accept: text/*,application/*' </font><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.zora.u%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724351688%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=VRQe1b8vWM5PpBTCelTOUL2OW3UvnQRDupDM59Rb0sE%3D&amp;reserved=0" originalSrc="https://www.zora.u/" shash="QdzQVxGPukp7cCnaF+22wjtOTUs99gBIdgVvcL7aKHbaKeOCJXx46s6ACupSDS38WKSCn23kfnm0c5x4hePAG9FvbwN71rruIo3RyE5iVBq/Q12GQipGLaWrl9g+Ofr7hvLDo1mJ9NXveHzv1CHCnelEirlIZAFqlzX2ro/hfXY="><font size="2" color="#0000FF" face="sans-serif"><u>https://www.zora.u</u></font></a><font size="2" face="sans-serif">zh.ch/id/eprint/143147/<br>
<br>
[...]<br>
&lt; HTTP/1.1 404 Not Found<br>
&lt; Date: Mon, 26 Jul 2021 08:23:04 GMT<br>
&lt; Server: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.2k-fips mod_perl/2.0.11 Perl/v5.16.3<br>
&lt; Cache-Control: no-store, no-cache, must-revalidate<br>
&lt; Strict-Transport-Security: max-age=15780000<br>
&lt; Transfer-Encoding: chunked<br>
&lt; Content-Type: text/html; charset=utf-8<br>
<br>
The Header &quot;Accept: text/*,application/*&quot; should be valid. So, we think is goin wrong around CRUD.pm [line 948] -
</font><font size="3" face="serif">elsif( $subtype eq '*' ) {}</font><font size="2" face="sans-serif"><br>
<br>
Is this a bug or is there a workaround? Any help is appreciated.<br>
<br>
Have a nice day<br>
Jens</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
<br>
-- <br>
Jens Witzel<br>
Zentrale Informatik<br>
Universität Zürich<br>
Stampfenbachstrasse 73<br>
CH-8006 Zürich<br>
<br>
mail: &nbsp;</font><a href="mailto:jens.witzel@uzh.ch"><font size="2" color="#0000FF" face="sans-serif"><u>jens.witzel@uzh.ch</u></font></a><font size="2" face="sans-serif"><br>
phone: +41 44 63 56777</font><font size="3" color="#0000FF" face="serif"><u><br>
</u></font><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zi.uzh.ch%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724361642%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=B15ncHVVWcr7MrgJYowsYX3PYozElewwyQTdtjksNHs%3D&amp;reserved=0" originalSrc="http://www.zi.uzh.ch/" shash="F0iHMRrlS4ERqYR4zPa4lujWZvp7jEZzLdlOw2ZEc+JzHU6nHU6eyuOyB5t1JPRF15uffUp81Qh4OtH6EgK0baKPFrSKQ1r5oakNEomqKzVslnfdncs+kix8IDueujfhx7GnaGEsWTuI/xtnRfFSRWsTq8q1gBUpoxkQgnzNXgA="><font size="2" color="#0000FF" face="sans-serif"><u>http://www.zi.uzh.ch</u></font></a><font size="3" face="serif">&nbsp;</font>
</p>
<p><tt><font size="3"><br>
*** Options: </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size="3" color="#0000FF"><u>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</u></font></tt></a><tt><font size="3"><br>
*** Archive: </font></tt><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724371596%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=TBrieO%2FWXkey7304W%2BANi7L8FkDxXYEHOlQOGZde%2Bf4%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="JlB/U/FYU1Ovayl54VJ/ubD7/uk3Ij4bExYkX5Zg1moW+2KSdL43nsI+ES7nqxnWw4mhQpESaFTOE/2Niy9XHLqQIT8pEDlfNVSbr2diMhVYMnMZpaTjH1NfSCuJ8qwQvdbfApNh+AvLqTwM5H387QNgN4jXwYIeqjmfxVSADQw="><tt><font size="3" color="#0000FF"><u>http://www.eprints.org/tech.php/</u></font></tt></a><tt><font size="3"><br>
*** EPrints community wiki: </font></tt><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724371596%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=Lq1%2B%2FkkJqF%2BuKKAX0KPTfiDSAC9%2Fm475DJddA9e1DYw%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="by4AKi+8N51B6Gn733dX3iqOoxLF/ZgLb0fBpsxU/Edov25V2wVMdF7oYHBzm7IN9t7n/kQ0bvwQCdyXtuJLzy1Q1RQ6ca3s5IGKBlTzHYXoLXpOmU9tpFkb1i+p7McIUMApPLX3oM0eLrgaqSTaF6lyt9WcU+sjXFnAY6jMVlA="><tt><font size="3" color="#0000FF"><u>http://wiki.eprints.org/</u></font></tt></a></p>
</ul>
<br>
<table border="1">
<tbody>
<tr valign="top">
<td width="47" valign="middle"><img width="1" height="1" src="cid:2__=4EBB0D8DDFC6C1638f9e8a93df938690918c4EBB0D8DDFC6C163@lotus.uzh.ch" border="0" alt=""></td>
<td width="147" valign="middle">
<ul style="padding-left: 2pt; margin-left: 0px">
<font size="2" color="#41424E" face="Arial">Virus-free. </font><a href="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&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724381555%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=vJ8c0u5J%2Bg4BfndXu%2FMnAbuGvRBoZH%2B%2BTw0flP2rn%2FA%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="r9NAwKfpjvHBoWM8BrjGVtNbY++ynKuiGpHI/Yw0u7DQiEqFLfst9n8wurmPV2o+Q8dRRSuVmhL+MtRd2PGh8x1RS5XKvuStHGt1A8CcSVdSfv/lxCdC9bMasJUN8HGnqxLxKiUiCude2QOuks5/sx1NJ14b0otE/pIaqvBjje4=" target="_blank"><font size="2" color="#4453EA" face="Arial"><u>www.avg.com</u></font></a><font size="2" color="#41424E" face="Arial">&nbsp;</font><font size="3" face="serif">&nbsp;</font></ul>
</td>
</tr>
</tbody>
</table>
<ul style="padding-left: 36pt; margin-left: 0px">
<font size="3" face="serif"><br>
</font></ul>
<table border="1">
<tbody>
<tr valign="top">
<td width="47" valign="middle">
<ul style="padding-left: 0pt; margin-left: 0px">
<a href="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&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724381555%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=vJ8c0u5J%2Bg4BfndXu%2FMnAbuGvRBoZH%2B%2BTw0flP2rn%2FA%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="r9NAwKfpjvHBoWM8BrjGVtNbY++ynKuiGpHI/Yw0u7DQiEqFLfst9n8wurmPV2o+Q8dRRSuVmhL+MtRd2PGh8x1RS5XKvuStHGt1A8CcSVdSfv/lxCdC9bMasJUN8HGnqxLxKiUiCude2QOuks5/sx1NJ14b0otE/pIaqvBjje4=" target="_blank"></a></ul>
</td>
<td width="147" valign="middle">
<ul style="padding-left: 0pt; margin-left: 0px">
<font size="2" color="#41424E" face="Arial">Virus-free. </font><a href="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&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cb94fb3f996124c1f6eb708d9504ab9da%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629106724391509%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;sdata=WWTE3mOJZQ7JgW%2FrhTvaSKLQeno0aeOgkz2TgTB1Vaw%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="PozaSwZBCwJHzmC1HTDOxBtXQRpxTy37kaG2j62ST9lctjMncFAOPu2klbBTY0ALBLjZPjTW5vtbvG3rXcsoc5I27HiXJOuUit0hZkhDUFbQmI9gHOYhaO2p+RsRFvz4FRl1ak6REnJdkm/FBjgAIo303Q3ZSevi/ZIyPTjJo4s=" target="_blank"><font size="2" color="#4453EA" face="Arial"><u>www.avg.com</u></font></a><font size="2" color="#41424E" face="Arial">&nbsp;</font></ul>
</td>
</tr>
</tbody>
</table>
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"></a><br>
<br>
</div>
</body>
</html>