-
- Downloads
Replace all calls to htmlentities with htmlspecialchars.
htmlentities uses the ISO-8859-1 charset by default, which breaks when we are using UTF-8 data. It also emits entities that are invalid in XML. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2302 44740490-163a-0410-bde0-09ae8108e29a
Showing
- modules/casserver/www/serviceValidate.php 3 additions, 3 deletionsmodules/casserver/www/serviceValidate.php
- modules/core/templates/show_metadata.tpl.php 1 addition, 1 deletionmodules/core/templates/show_metadata.tpl.php
- modules/saml2debug/www/debug.php 1 addition, 1 deletionmodules/saml2debug/www/debug.php
- modules/statistics/templates/statistics-tpl.php 2 additions, 2 deletionsmodules/statistics/templates/statistics-tpl.php
- templates/httpredirect-debug.php 1 addition, 1 deletiontemplates/httpredirect-debug.php
- templates/metadata.php 1 addition, 1 deletiontemplates/metadata.php
- www/saml2/idp/metadata.php 2 additions, 2 deletionswww/saml2/idp/metadata.php
- www/saml2/sp/metadata.php 7 additions, 7 deletionswww/saml2/sp/metadata.php
Loading
Please register or sign in to comment