ed5a26645b585f95f391c8bc3b37c2d125d12a90
dschmelt
  Wed May 22 12:06:19 2019 -0700
Commenting out shortLink line that makes hgSession links unusable #22440

diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index 8ee40f1..14a37e8 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -299,31 +299,31 @@
 # values for dumpStack are on, off
 noSqlInj.dumpStack=on
 
 # Log visible tracks to error_log
 trackLog=on
 
 # location of CRAM reference sequences
 cramRef=../userdata/cramCache
 #showTableCache=tableList
 
 # Make a custom track with BLAT results
 #useBlatBigPsl=on
 #JKSQL_TRACE=on
 #
 #This following turns on short links for hgSession, allowing the redirect.
-hgSession.shortLink=on
+#hgSession.shortLink=on
 
 # Separate directory for files that belong to saved sessions (hgSession).
 # The path must be absolute (starts with /).
 # This directory must be on the same filesystem as trash/ so hard links work.
 # The purpose of this directory is to allow automated cleaning of old files
 # from trash/ while keeping saved session files safe in a different location.
 sessionDataDir=/data/apache/userdata/sessions
 
 # Name prefix of 31 separate databases (one for each day of month, on same
 # server as customTrash, using customTracks.* profile) for custom track
 # database tables that belong to users' saved sessions, analogous to
 # sessionDataDir setting for saved session files.
 # The databases must be named as this prefix followed by {01, 02, 03, ... 31}.
 # For example, if the value is "customData" then the databases are named
 # customData01, customData02, ... customData31.