Add notes for 2019-01-08

This commit is contained in:
2019-01-08 14:30:41 +02:00
parent 3e6fcba056
commit c669d22552
3 changed files with 27 additions and 8 deletions

View File

@ -27,7 +27,7 @@ I don’t see anything interesting in the web server logs around that time t
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-01/" /><meta property="article:published_time" content="2019-01-02T09:48:30&#43;02:00"/>
<meta property="article:modified_time" content="2019-01-06T11:50:26&#43;02:00"/>
<meta property="article:modified_time" content="2019-01-07T22:30:23&#43;02:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="January, 2019"/>
@ -60,9 +60,9 @@ I don&rsquo;t see anything interesting in the web server logs around that time t
"@type": "BlogPosting",
"headline": "January, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-01/",
"wordCount": "1240",
"wordCount": "1308",
"datePublished": "2019-01-02T09:48:30&#43;02:00",
"dateModified": "2019-01-06T11:50:26&#43;02:00",
"dateModified": "2019-01-07T22:30:23&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -462,6 +462,18 @@ In [14]: for row in result.fetchone():
</ul></li>
</ul>
<h2 id="2019-01-08">2019-01-08</h2>
<ul>
<li>Tim Donohue responded to my thread about the cookies on the dspace-tech mailing list
<ul>
<li>He suspects it&rsquo;s a change of behavior in Tomcat 8.5, and indeed I see a mention of new cookie processing in the <a href="https://tomcat.apache.org/migration-85.html#Cookies">Tomcat 8.5 migration guide</a></li>
<li>I tried to switch my XMLUI and JSPUI contexts to use the <code>LegacyCookieProcessor</code>, but it didn&rsquo;t seem to help</li>
<li>I <a href="https://jira.duraspace.org/browse/DS-4140">filed DS-4140 on the DSpace issue tracker</a></li>
</ul></li>
</ul>
<!-- vim: set sw=2 ts=2: -->