ilri / rmg-ansible-public

Ansible playbooks for ILRI research-computing infrastructure
GNU General Public License v3.0
8 stars 2 forks source link

roles/dspace: Increase Tomcat connector's maxHttpHeaderSize #66

Closed alanorth closed 7 years ago

alanorth commented 7 years ago

In DSpace configurations where a user has many permissions, either inherited from a group or assigned directly to the user, the size of the Solr query for many XMLUI Discovery actions becomes too large and causes an error. Increasing the maxHttpHeaderSize allows these queries to work properly (default is 8192, ie 8KB).

This error is caused by the access rights awareness functionality that is enabled by default on DSpace 4, 5, and 6. There are many discussions about errors caused by this on the dspace-tech mailing list.

See: http://tomcat.apache.org/tomcat-7.0-doc/config/http.html See: https://wiki.duraspace.org/display/DSDOC5x/Discovery#Discovery-AccessRightsAwareness

alanorth commented 7 years ago

Deployed on production, merging.