-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
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.
It produces:
Bug id: <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.
- duplicates
-
CODETOOLS-7901509 Adjust bug title matching pattern after the bugsystem changed the title format
-
- Resolved
-
- relates to
-
CODETOOLS-7901509 Adjust bug title matching pattern after the bugsystem changed the title format
-
- Resolved
-