Add notes for 2019-01-07

This commit is contained in:
2019-01-07 22:30:23 +02:00
parent 4b6ebc3cfb
commit 3e6fcba056
3 changed files with 27 additions and 8 deletions

View File

@ -301,4 +301,11 @@ In [14]: for row in result.fetchone():
- 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
## 2019-01-07
- I built a clean DSpace 6.3 installation from the upstream `dspace-6.3` 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: -->