View Issue Details

IDProjectCategoryView StatusLast Update
0003934SymmetricDSImprovementpublic2019-06-25 17:58
Reportermmichalek Assigned Tommichalek  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.9.0 
Target Version3.9.21Fixed in Version3.9.21 
Summary0003934: Add simple request/response logging filter for HTTP troubleshooting
DescriptionAdd 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>
Tagslogging

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 15ce2884

2019-05-02 11:02:37

mmichalek

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

mmichalek

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

Issue History

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