Update notes for 2016-11-29

This commit is contained in:
2016-11-29 13:52:02 +02:00
parent fe1a97e6f2
commit 05a7b8cdfc
5 changed files with 11 additions and 1 deletions

View File

@ -466,3 +466,5 @@ org.dspace.discovery.SearchServiceException: Error executing query
- Which, according to some old threads on DSpace Tech, means that the user has a lot of permissions (from groups or on the individual eperson) which increases the Solr query size / query URL
- It might be fixed by increasing the Tomcat `maxHttpHeaderSize`, which is [8192 (or 8KB) by default](http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
- I've increased the `maxHttpHeaderSize` to 16384 on DSpace Test and the user said he is now able to see the communities on the homepage
- I will make the changes on CGSpace soon