Skip to content
  • Vladimir Shushlin's avatar
    fix: reject requests with very long URIs · bf9c79a5
    Vladimir Shushlin authored
    Some parts of the application may be vulnerable to very long URIs being passed.
    
    E.g. Auth will try to save URI to session cookie, and it will fails, which will result in 500 error
    
    Changelog: fixed
    bf9c79a5