Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7901505

webrev.ksh extract of bug title fails after Jira 6 Upgrade

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • tools
    • None

      Since the Jira 6 upgrade, webrev.ksh does not correctly extract the bug id/title.

      It produces:
        Bug id: <title>[JDK-8132541] (process) ProcessBuilder support for redirection to discard output - Java Bug System</title>

      previously the <title> and </title> would have been removed by line 2749:
                  msg=`$WGET --timeout=10 --tries=1 -q $url -O - | grep '<title>' | sed 's/<title>\[#\(.*\)\] \(.*\) - Java Bug System<\/title>/\1 : \2/' | html_dequote | html_quote`

      The '#' in the pattern seems to be no longer necessary.


            ihse Magnus Ihse Bursie
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: