Changeset 3367

Show
Ignore:
Timestamp:
02/15/10 09:50:35 (2 years ago)
Author:
elemoine
Message:

set debug to false in mapfishsample.ini, for two reasons: (1) we don't want the interactive debugging tool to trigger, (2) to avoid the "Assertion Error?: The Eval Exception? middleware is not usable in a multi-process environment" triggered by mod_wsgi

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sample/trunk/mapfishsample.ini.in

    r1590 r3367  
    5555# Debug mode will enable the interactive debugging tool, allowing ANYONE to 
    5656# execute malicious code after an exception is raised. 
    57 #set debug = false 
     57set debug = false 
    5858 
    5959