Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bottlepy#1155: Catastrophic backtracking issue in template parser.
Related to bottlepy#1194 This backports the patch from 332215b to the 0.12 release branch. This fix can be validated using the following repl commands: >>> import bottle >>> bottle.template("""<img src="{{usar_webp(''/static/images/branco400.jpg')}}" alt="Sem imagem"/>""")
- Loading branch information