You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Sam Broydo (JIRA)" <ji...@apache.org> on 2013/07/12 15:45:48 UTC

[jira] [Created] (XALANJ-2573) update xalan build to include newer version of regexp

Sam Broydo created XALANJ-2573:
----------------------------------

             Summary: update xalan build to include newer version of regexp
                 Key: XALANJ-2573
                 URL: https://issues.apache.org/jira/browse/XALANJ-2573
             Project: XalanJ2
          Issue Type: Wish
      Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects.  Anybody can view the issue.)
          Components: Xalan
    Affects Versions: 2.7.1
            Reporter: Sam Broydo
            Assignee: Steven J. Hathaway


Current build of xalan-2.7.1.jar includes seemingly jakarta-regexp version 1.2:
Name: org/apache/regexp/
Comment: Java Regular Expression package 
Specification-Title: Java Regular Expression package 
Specification-Vendor: Apache Software Foundation 
Specification-Version: 1.2
Implementation-Title: org.apache.regexp

This is pretty far from the latest regexp available - 1.5.
Can you update the build to include latest ?
The consequences are that some long time fixed regexp bugs are getting exposed though xalan, like :

Caused By: org.apache.regexp.RESyntaxException: Syntax error: Too many bracketed closures (limit is 10)
        at org.apache.regexp.RECompiler.syntaxError(RECompiler.java:253)
        at org.apache.regexp.RECompiler.closure(RECompiler.java:1014)
        at org.apache.regexp.RECompiler.branch(RECompiler.java:1151)
        at org.apache.regexp.RECompiler.expr(RECompiler.java:1203)




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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