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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: 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.


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

              Created:
              Updated:
              Resolved: