https://issues.apache.org/bugzilla/show_bug.cgi?id=55187

            Bug ID: 55187
           Summary: Integer overflow when computing ONE_YEAR_MS in HTTP
                    CacheManager
           Product: JMeter
           Version: 2.8
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: [email protected]
          Reporter: [email protected]

The calculation "long ONE_YEAR_MS = 365*86400*1000;" overflows (and computes
the wrong value) because the constants are not marked as long. The result is
1,471,228,928 rather than 31,536,000,000.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to