Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2348 | minor | always | 01-20-08 07:41 | 01-24-08 10:13 | |
|
|||||
Reporter: | rvt | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.5 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in 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. |
||||
Steps To Reproduce: | |||||
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('" \' &') - " ' & |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|