Anonymous | Login | Signup for a new account | 12-17-2024 14:36 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001503 | [Quercus] | minor | always | 12-10-06 08:32 | 05-27-08 21:13 | ||||
Reporter | at4u | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | GNU/Linux | ||||
Status | closed | OS | Gentoo Linux | ||||||
Projection | none | OS Version | N/A | ||||||
ETA | none | Fixed in Version | 3.2.0 | Product Version | 3.0.22 | ||||
Product Build | |||||||||
Summary | 0001503: xml_parser_set_option (): XML_OPTION_CASE_FOLDING 0 is ignored | ||||||||
Description |
Hi there, while testing a PHP Java bridge and server side JVM management for performance reasons I installed Resin 3.0.22. I found the following bug while doing so: Script: <?php $f_xmlp = xml_parser_create (); if ($f_xmlp) { xml_parser_set_option ($f_xmlp,XML_OPTION_CASE_FOLDING,0); if (xml_parser_get_option ($f_xmlp,XML_OPTION_CASE_FOLDING) != 0) { echo "Bug: Deactivating case folding failed! Forcing it means that invalid XML output will be generated."; } else { echo "Everything works as expected"; } xml_parser_free ($f_xmlp); } ?> Actual result: Output: "Bug: Deactivating case folding failed! Forcing it means that invalid XML output will be generated." Expected: Output: "Everything works as expected" |
||||||||
Steps To Reproduce | |||||||||
Additional Information | I found bug number 0000840. creich said that XML_OPTION_CASE_FOLDING. Unfortunately I don't know which version he meant by this statement. Maybe it's an duplicate bug, sorry. | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 27 unique queries executed. |