View Issue Details

IDProjectCategoryView StatusLast Update
0005770SymmetricDSImprovementpublic2023-04-04 19:46
Reporterelong Assigned Toelong  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.15.0 
Target Version3.15.0Fixed in Version3.15.0 
Summary0005770: Use 600 series HTTP codes to distinguish from network devices
DescriptionSymmetricDS is using standard HTTP codes for bad request and internal errors, which are indistinguishable from responses given by a mis-configured load balancer, proxy server, or other network device. Instead, use 600 series codes:

SC_NO_ENGINE = 602
SC_BAD_REQUEST = 601
SC_INTERNAL_ERROR = 600
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-04-04 19:45 elong New Issue
2023-04-04 19:45 elong Status new => assigned
2023-04-04 19:45 elong Assigned To => elong
2023-04-04 19:46 elong Status assigned => resolved
2023-04-04 19:46 elong Resolution open => fixed
2023-04-04 19:46 elong Fixed in Version => 3.15.0