Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.3.5
-
Fix Version/s: 4.4.0
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | |
| Description |
When an external caller access a SOAP service (a JBI Consumes), error can be present either in the SOAP response (soap fault) or in the Jetty error page.
There should be a configuration property named "disablePublicStacktraces" to disable stacktraces printing. |
When an external caller access a SOAP service (a JBI Consumes), error can be present either in the SOAP response (soap fault) or in the Jetty error page.
There should be a configuration property named "disable-public-stacktraces" to disable stacktraces printing. |
| Description |
When an external caller access a SOAP service (a JBI Consumes), error can be present either in the SOAP response (soap fault) or in the Jetty error page.
There should be a configuration property named "disable-public-stacktraces" to disable stacktraces printing. |
When an external caller access a SOAP service (a JBI Consumes), error can be present either in the SOAP response (soap fault) or in the Jetty error page.
There should be a configuration property named "enable-public-stacktraces" to control stacktraces printing. |
| Link |
This issue depends on |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Blocker [ 1 ] | Minor [ 4 ] |
| Assignee | Christophe DENEUX [ cdeneux ] | Victor NOËL [ vnoel ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Summary | Add a component or SU configuration to toggle stacktrace printing | Add a component configuration to toggle stacktrace printing |
| Fix Version/s | 4.4.0 [ 10405 ] | |
| Description |
When an external caller access a SOAP service (a JBI Consumes), error can be present either in the SOAP response (soap fault) or in the Jetty error page.
There should be a configuration property named "enable-public-stacktraces" to control stacktraces printing. |
When an external caller access a SOAP service (a JBI Consumes), error can be present either in the SOAP response (soap fault) or in the Jetty error page.
There should be a configuration property named "public-stacktraces-enabled" to control stacktraces printing. |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Description |
When an external caller access a SOAP service (a JBI Consumes), error can be present either in the SOAP response (soap fault) or in the Jetty error page.
There should be a configuration property named "public-stacktraces-enabled" to control stacktraces printing. |
When an external caller accesses a SOAP service (a JBI Consumes) or accesses its WSDL, an error can be present respectively either in the SOAP response (SOAP Fault) or in the Jetty error page.
There should be a configuration property named "public-stacktraces-enabled" to control stacktraces printing. It should be true by default. |