You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2015/09/16 17:22:47 UTC

[jira] [Created] (CMIS-950) Exceptions should not contain stack traces by default

Florian Müller created CMIS-950:
-----------------------------------

             Summary: Exceptions should not contain stack traces by default
                 Key: CMIS-950
                 URL: https://issues.apache.org/jira/browse/CMIS-950
             Project: Chemistry
          Issue Type: Improvement
          Components: opencmis-server
    Affects Versions: OpenCMIS 0.13.0
            Reporter: Florian Müller
            Assignee: Florian Müller
            Priority: Minor


Currently, all exceptions sent to the client contain a server stack trace unless the system property "org.apache.chemistry.opencmis.stacktrace.disable" is set.
Stack traces should never be sent by a productive system. They are only for debugging.

The default behavior should be inverted. Stack traces should only be included if the system property "org.apache.chemistry.opencmis.stacktrace.enable" is set to “true”.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)