Add notes for 2019-01-06

This commit is contained in:
2019-01-06 11:50:26 +02:00
parent eb5c011367
commit 4b6ebc3cfb
3 changed files with 27 additions and 8 deletions

View File

@ -294,4 +294,11 @@ In [14]: for row in result.fetchone():
- The SPARQL query comes from my notes in [2017-08]({{< relref "2017-08.md" >}})
## 2019-01-06
- I built a clean DSpace 5.8 installation from the upstream `dspace-5.8` tag and the issue with the XMLUI/JSPUI login is still there with Tomcat 8.5.37
- If I log into XMLUI and then nagivate to JSPUI I need to log in again
- XMLUI does not set the `dspace.current.user.id` session cookie in Tomcat 8.5.37 for some reason
- I sent an update to the dspace-tech mailing list to ask for more help troubleshooting
<!-- vim: set sw=2 ts=2: -->