View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003934 | SymmetricDS | Improvement | public | 2019-05-02 15:01 | 2019-06-25 17:58 |
Reporter | mmichalek | Assigned To | mmichalek | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.0 | ||||
Target Version | 3.9.21 | Fixed in Version | 3.9.21 | ||
Summary | 0003934: Add simple request/response logging filter for HTTP troubleshooting | ||||
Description | Add a filter that logs incoming/outgoing http headers, timing of request/response, etc. Useful for troubleshooting. Present but disabled in web.xml by default: <filter> <filter-name>LogRequestResponseFilter</filter-name> <filter-class>org.jumpmind.symmetric.web.LogRequestResponseFilter</filter-class> <init-param> <param-name>enabled</param-name> <param-value>false</param-value> </init-param> </filter> <filter-mapping> <filter-name>LogRequestResponseFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> | ||||
Tags | logging | ||||
SymmetricDS: 3.9 15ce2884 2019-05-02 11:02:37 Details Diff |
0003934: Add simple request/response logging filter for HTTP troubleshooting |
Affected Issues 0003934 |
|
mod - symmetric-server/src/main/deploy/web/WEB-INF/web.xml | Diff File | ||
add - symmetric-server/src/main/java/org/jumpmind/symmetric/web/LogRequestResponseFilter.java | Diff File | ||
SymmetricDS: 3.10 68c6f521 2019-05-02 11:02:37 Details Diff |
0003934: Add simple request/response logging filter for HTTP troubleshooting |
Affected Issues 0003934 |
|
mod - symmetric-server/src/main/deploy/web/WEB-INF/web.xml | Diff File | ||
add - symmetric-server/src/main/java/org/jumpmind/symmetric/web/LogRequestResponseFilter.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-05-02 15:01 | mmichalek | New Issue | |
2019-05-02 15:01 | mmichalek | Status | new => assigned |
2019-05-02 15:01 | mmichalek | Assigned To | => mmichalek |
2019-05-02 15:01 | mmichalek | Summary | Add simple request/response HTTP filter for troubleshooting => Add simple request/response logging filter for HTTP troubleshooting |
2019-05-02 16:00 | mmichalek | Changeset attached | => SymmetricDS 3.9 15ce2884 |
2019-05-02 16:00 | mmichalek | Changeset attached | => SymmetricDS 3.10 68c6f521 |
2019-05-09 15:18 | elong | Tag Attached: logging | |
2019-06-11 20:09 | mmichalek | Status | assigned => resolved |
2019-06-11 20:09 | mmichalek | Resolution | open => fixed |
2019-06-11 20:09 | mmichalek | Fixed in Version | => 3.9.21 |
2019-06-25 17:58 | admin | Status | resolved => closed |