[jira] [Resolved] (XERCESC-1966) XMLURL.cpp: isHexDigit() and xlatHexDigit() accept whole alphabet

2018-03-11 Thread Scott Cantor (JIRA)

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

Scott Cantor resolved XERCESC-1966.
---
Resolution: Fixed

> 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
>Assignee: Alberto Massari
>Priority: Minor
> Fix For: 3.2.0, 3.1.2
>
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Resolved] (XERCESC-1966) XMLURL.cpp: isHexDigit() and xlatHexDigit() accept whole alphabet

2015-02-27 Thread Scott Cantor (JIRA)

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

Scott Cantor resolved XERCESC-1966.
---
Resolution: Fixed

Added to 3.1 branch, r1662869

> 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
>Assignee: Alberto Massari
>Priority: Minor
> Fix For: 2.9.0, 3.1.2, 3.2.0
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Resolved] (XERCESC-1966) XMLURL.cpp: isHexDigit() and xlatHexDigit() accept whole alphabet

2011-05-30 Thread Alberto Massari (JIRA)

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

Alberto Massari resolved XERCESC-1966.
--

   Resolution: Fixed
Fix Version/s: (was: 3.1.2)
   2.9.0
 Assignee: Alberto Massari

Fix is in SVN. Please verify.

Alberto

> 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
>Assignee: Alberto Massari
>Priority: Minor
> Fix For: 2.9.0, 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: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org