You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "John Keeping (JIRA)" <xe...@xml.apache.org> on 2010/05/04 13:52:56 UTC

[jira] Created: (XERCESC-1925) Wrong temporary token type causes regex construction to fail

Wrong temporary token type causes regex construction to fail
------------------------------------------------------------

                 Key: XERCESC-1925
                 URL: https://issues.apache.org/jira/browse/XERCESC-1925
             Project: Xerces-C++
          Issue Type: Bug
          Components: Utilities
            Reporter: John Keeping
         Attachments: xerces-range-token-merge.patch

When checking for token overlap in a regular expression a temporary range token is constructed and merged with another range token. This temporary token has type Token::T_RANGE so the merge fails if the actual token is of type Token::T_NRANGE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1925) Wrong temporary token type causes regex construction to fail

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov updated XERCESC-1925:
-------------------------------------

    Fix Version/s: 3.1.2
                   3.2.0

Scheduling for 3.1.2, 3.2.0.

> Wrong temporary token type causes regex construction to fail
> ------------------------------------------------------------
>
>                 Key: XERCESC-1925
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1925
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>            Reporter: John Keeping
>             Fix For: 3.1.2, 3.2.0
>
>         Attachments: xerces-range-token-merge.patch
>
>
> When checking for token overlap in a regular expression a temporary range token is constructed and merged with another range token. This temporary token has type Token::T_RANGE so the merge fails if the actual token is of type Token::T_NRANGE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1925) Wrong temporary token type causes regex construction to fail

Posted by "John Keeping (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Keeping updated XERCESC-1925:
----------------------------------

    Attachment: xerces-range-token-merge.patch

Patch.

> Wrong temporary token type causes regex construction to fail
> ------------------------------------------------------------
>
>                 Key: XERCESC-1925
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1925
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>            Reporter: John Keeping
>         Attachments: xerces-range-token-merge.patch
>
>
> When checking for token overlap in a regular expression a temporary range token is constructed and merged with another range token. This temporary token has type Token::T_RANGE so the merge fails if the actual token is of type Token::T_NRANGE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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