reroute v0.10.0.0 Release Notes

Release Date: 2015-11-08 // over 8 years ago
    • Introduce sessionRegenerateId to prevent session fixation attacks
    • ๐Ÿ›  Fix bug in SafeActions which could lead to invalid urls
    • Possibility to start Spock without port startup banner
    • ๐Ÿ‘ Allow lower level handling of HTTP-Auth data using withBasicAuthData

    Community contributions

    • ๐Ÿ‘Œ Improved cookie handling, thanks @nmk
    • 0๏ธโƒฃ Default responses are clean empty responses, thanks @UlfS
    • ๐Ÿ“œ Return 400 when unable to parse json body, thanks @paldepind