[ 
https://issues.apache.org/jira/browse/XERCESC-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lee Doron updated XERCESC-1966:
-------------------------------

    Description: 
These two static local functions are used by XMLURL::makeNewStream(). They 
should only allow [0-9a-fA-F], but instead they accept [0-9a-zA-Z]!

Note that XMLString::isHex(), used in XMLUri.cpp, gets it right.


  was:
These two static local functions are used by XMLURL::makeNewStream(). They 
should only work with [0-9a-fA-F], but instead they accept [0-9a-zA-Z]!

Note that XMLString::isHex(), used in XMLUri.cpp, gets it right.



> XMLURL.cpp: isHexDigit() and xlatHexDigit() accept whole alphabet
> -----------------------------------------------------------------
>
>                 Key: XERCESC-1966
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1966
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 3.1.1
>            Reporter: Lee Doron
>            Priority: Minor
>             Fix For: 3.1.2, 3.2.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> These two static local functions are used by XMLURL::makeNewStream(). They 
> should only allow [0-9a-fA-F], but instead they accept [0-9a-zA-Z]!
> Note that XMLString::isHex(), used in XMLUri.cpp, gets it right.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to