| Anonymous | Login | Signup for a new account | 10-30-2025 19:59 PDT | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0002348 | [Quercus] | minor | always | 01-20-08 07:41 | 01-24-08 10:13 | ||||
| Reporter | rvt | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 3.1.5 | ||||||
| Summary | 0002348: htmlentities handled incorrecty between mod_php and quercus | ||||||||
| Description | htmlentities in resin doesn't behave the same as PHP does. It can always be produced with latest SVN of resin. | ||||||||
| Additional Information | <?php print 'htmlentities(\'" \\\' &\') - ' . htmlentities('" \' &') . "\n"; print 'htmlentities(\'" \\\' &\') - ' . htmlentities('" \' &', ENT_COMPAT) . "\n"; print 'htmlentities(\'" \\\' &\') - ' . htmlentities('" \' &', ENT_QUOTES) . "\n"; print 'htmlentities(\'" \\\' &\') - ' . htmlentities('" \' &', ENT_NOQUOTES) . "\n"; ?> output resin: htmlentities('" \' &') - " ' & htmlentities('" \' &') - " ' & htmlentities('" \' &') - " ' & htmlentities('" \' &') - " ' & output mod_php htmlentities('" \' &') - " ' & htmlentities('" \' &') - " ' & htmlentities('" \' &') - " &0000039; & htmlentities('" \' &') - " ' & | ||||||||
| Attached Files | |||||||||
|  | |||||||||
| Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	30 total queries executed. 27 unique queries executed. |