Project

General

Profile

« Previous | Next » 

Revision 7269

add tomcat config options for DataONE identifiers with slashes

View differences:

docs/user/metacat/source/dataone.rst
351 351
  cd /etc/ssl/certs
352 352
  sudo c_rehash
353 353
  sudo /etc/init.d/apache2 restart
354
  
355

  
356
Configure Tomcat to allow DataONE identifiers
357
----------------------------------------------
358
Edit ``/etc/tomcat/catalina.properties`` to include:
359

  
360
::
361
	org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
362
	org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true  

Also available in: Unified diff