Version Differences for 4.7.1

Line 1:
    + == Logging ==  
       
    + 4.7.1 Changed how much of a stack trace was returned when there is an error. To get the entire stack trace, navigate to Server\opt\tomcat\webapps\ROOT\WEB-INF\web.xml and comment out lines 14-37.  
       
    + == Database Migration ==  
       
    + A customer migrated from the default Derby DB to an SQL DB and they could no longer create components, as they received an error in the template box. They also could not access the security tab of some of their templates. The resource ID of the offending templates was not present in the new DB's sec_resources table. This was remidied by copying a good template row and replacing the ID with the missing one.