Rack v1.3.7 Release Notes

Release Date: 2013-01-06 // over 11 years ago
    • Add warnings when users do not provide a session secret
    • Fix parsing performance for unquoted filenames
    • Updated URI backports
    • Fix URI backport version matching, and silence constant warnings
    • Correct parameter parsing with empty values
    • Correct rackup '-I' flag, to allow multiple uses
    • Correct rackup pidfile handling
    • Report rackup line numbers correctly
    • Fix request loops caused by non-stale nonces with time limits
    • Fix reloader on Windows
    • Prevent infinite recursions from Response#to_ary
    • Various middleware better conforms to the body close specification
    • Updated language for the body close specification
    • Additional notes regarding ECMA escape compatibility issues
    • Fix the parsing of multiple ranges in range headers