Skip to content
  • Alex Vandiver's avatar
    Allow downloading dotfiles · a51e3df7
    Alex Vandiver authored
    Our directory-traversal code overzealously rejected requests for
    /Ticket/Attachment/100/200/.bashrc and the like, making the "download"
    links for uploaded dotfiles appear to return a blank page.
    
    Allow /.something, but reject /./, /../, ../, /., /.., and the like.
    
    Fixes issues #29700.
    a51e3df7