Uploaded image for project: 'Cocoon'
  1. Cocoon
  2. COCOON-2296

[PATCH] Make flowscript work with Commons JXPath 1.3

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.2, 2.3.0
    • None
    • - Flowscript
    • None
    • Patch available

    Description

      Apache Commons JXPath - released almost exactly two years ago - added a method

      protected String escape(String)

      to the NodePointer class (see http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/NodePointer.java?r1=618011&r2=618087 ) this method's signature matches the one in org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer which extends NodePointer - except that ScriptablePropertyPointer's version is private and thus cannot override the one in NodePointer.

      The method not only looks like yours, it also does the same thing (in a slightly different way).

      Given that JXPath 1.3 boasts a lot of bugfixes, users may want to upgrade. The easiest fix would be to upgrade to 1.3 in Cocoon, remove the method in ScriptablePropertyPointer and use the base class version - this is what the attached patch does.

      This issue has been found by Gump http://vmgump.apache.org/gump/public/cocoon/cocoon22-flowscript-impl/gump_work/build_cocoon_cocoon22-flowscript-impl.html after I ensured flowscript doesn't see the latest version of Rhino.

      Attachments

        1. flowscript-jxpath-13.patch
          2 kB
          Stefan Bodewig

        Activity

          People

            Unassigned Unassigned
            bodewig Stefan Bodewig
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: