Activity log for bug #1666570

Date Who What changed Old value New value Message
2017-02-21 16:21:08 Andy Wagner bug added bug
2017-02-21 16:22:56 Andy Wagner description Ubuntu 14.04.5 LTS Tomcat7 7.0.52-1ubuntu0.10 Expected Result =============== When upgrading to a new version of tomcat7, I expect the upgrade to complete succesfully. Actual Result ============= When upgrading to a new version of tomcat7, the upgrade fails when running the post install script due to an unescaped "$" in a regular expression. Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) The relevant line of regex is here: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/tomcat7/trusty-security/view/head:/debian/tomcat7.postinst#L25 It appears to also exist in the latest vivid package http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/tomcat7/vivid/view/head:/debian/tomcat7.postinst#L25 Resolution ========== vi /var/lib/dpkg/info/tomcat7.postinst # change line 25 from: | sed "s%^JAVA_OPTS=.*$%JAVA_OPTS=\"$JAVA_OPTS\"%" \ # to | sed "s%^JAVA_OPTS=.*$%JAVA_OPTS=\"\$JAVA_OPTS\"%" \ And then running: dpkg --configure tomcat7 This I believe may be causing a number of other bug reports such as: https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1595880 https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1604805 Ubuntu 14.04.5 LTS Tomcat7 7.0.52-1ubuntu0.10 Expected Result =============== When upgrading to a new version of tomcat7, I expect the upgrade to complete succesfully. Actual Result ============= When upgrading to a new version of tomcat7, the upgrade fails when running the post install script due to an unescaped "$" in a regular expression. Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) The relevant line of regex is here: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/tomcat7/trusty-security/view/head:/debian/tomcat7.postinst#L25 It appears to also exist in the latest vivid package http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/tomcat7/vivid/view/head:/debian/tomcat7.postinst#L25 Resolution ========== vi /var/lib/dpkg/info/tomcat7.postinst # change line 25 from: | sed "s%^JAVA_OPTS=.*$%JAVA_OPTS=\"$JAVA_OPTS\"%" \ # to | sed "s%^JAVA_OPTS=.*$%JAVA_OPTS=\"\$JAVA_OPTS\"%" \ And then run: dpkg --configure tomcat7 This I believe may be causing a number of other bug reports such as: https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1595880 https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1604805
2017-02-22 18:45:19 Joshua Powers bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597814
2017-02-22 18:45:38 Joshua Powers bug added subscriber Joshua Powers
2017-02-22 18:48:31 Joshua Powers tomcat7 (Ubuntu): status New Incomplete
2017-03-02 20:02:39 Joshua Powers nominated for series Ubuntu Zesty
2017-03-02 20:02:39 Joshua Powers nominated for series Ubuntu Trusty
2017-03-02 20:02:39 Joshua Powers nominated for series Ubuntu Yakkety
2017-03-02 20:02:39 Joshua Powers nominated for series Ubuntu Xenial
2017-03-02 20:07:07 Joshua Powers bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856602
2017-03-02 20:07:07 Joshua Powers bug task added tomcat7 (Debian)
2017-03-02 20:07:18 Joshua Powers tomcat7 (Ubuntu): status Incomplete In Progress
2017-03-02 20:07:20 Joshua Powers tomcat7 (Ubuntu): assignee Joshua Powers (powersj)
2017-03-02 20:07:23 Joshua Powers tomcat7 (Ubuntu): importance Undecided High
2017-03-02 20:07:29 Joshua Powers bug added subscriber Ubuntu Server Team
2017-03-05 02:06:34 Bug Watch Updater tomcat7 (Debian): status Unknown New
2017-03-08 23:58:17 Joshua Powers description Ubuntu 14.04.5 LTS Tomcat7 7.0.52-1ubuntu0.10 Expected Result =============== When upgrading to a new version of tomcat7, I expect the upgrade to complete succesfully. Actual Result ============= When upgrading to a new version of tomcat7, the upgrade fails when running the post install script due to an unescaped "$" in a regular expression. Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) The relevant line of regex is here: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/tomcat7/trusty-security/view/head:/debian/tomcat7.postinst#L25 It appears to also exist in the latest vivid package http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/tomcat7/vivid/view/head:/debian/tomcat7.postinst#L25 Resolution ========== vi /var/lib/dpkg/info/tomcat7.postinst # change line 25 from: | sed "s%^JAVA_OPTS=.*$%JAVA_OPTS=\"$JAVA_OPTS\"%" \ # to | sed "s%^JAVA_OPTS=.*$%JAVA_OPTS=\"\$JAVA_OPTS\"%" \ And then run: dpkg --configure tomcat7 This I believe may be causing a number of other bug reports such as: https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1595880 https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1604805 == Begin SRU Template == [Impact] * On upgrade of tomcat7 package, if a user has updated their JAVA_OPTS variable to include a '%' an upgrade will fail. The sed command in the postinst uses the '%' character to act as a delimiter, previous versions used '/' however it was updated to '%' in hopes it was far less common. * This SRU updates it to a character that should not be found in the JAVA_ARGS value, namely '\001'. * This is the same solution Debian and tomcat maintainers are now using for Tomcat8. [Test Case] Install the version from the trusty pocket. Modify JAVA_OPTS and then install the version from security/updates to reproduce the issue. * lxc launch ubuntu-daily:trusty terusty * lxc exec trusty bash * apt install tomcat7=7.0.52-1 * Edit /etc/defaults/tomcat7, set JAVA_OPTS="-Djava.awt.headless=true -XX:ErrorFile=/var/log/tomcat7/java_error%p.log -XX:+DisableExplicitGC -XX:+UseG1GC" * Enable proposed or use version from ppa (ppa:powersj/tomcat7-1666570) * apt update * apt install tomcat7 * Keep the local version currently installed * With the fix, install will complete * Without the fix, post-installation script will return a sed -e expression #1 error. [Regression Potential] * Using a new delimiter that is far less likely to be in someone's path. This is not the first time the delimiter has changed, as it originally as '/' which is obviously going to show up as soon as someone adds a path. * Upstream change to tomcat8: https://anonscm.debian.org/cgit/pkg-java/tomcat8.git/patch/?id=7664221d66701e2c31a31fe3b4f22e8bea4158dc [Other Info] * Error message on failure: Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) == End SRU Template ==
2017-03-08 23:59:19 Joshua Powers attachment added debdiff for trusty https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1666570/+attachment/4834136/+files/tomcat7_7.0.52-1ubuntu11.debdiff
2017-03-09 00:35:06 Ubuntu Foundations Team Bug Bot tags patch
2017-03-09 00:35:17 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2017-03-09 17:30:02 Nish Aravamudan bug task added tomcat7 (Ubuntu Trusty)
2017-03-09 17:30:24 Nish Aravamudan bug task added tomcat7 (Ubuntu Xenial)
2017-03-09 17:30:27 Nish Aravamudan bug task added tomcat7 (Ubuntu Yakkety)
2017-03-09 17:30:30 Nish Aravamudan bug task added tomcat7 (Ubuntu Zesty)
2017-03-09 20:47:45 Joshua Powers bug task added tomcat8 (Ubuntu)
2017-03-09 20:48:01 Joshua Powers bug task deleted tomcat8 (Ubuntu Trusty)
2017-03-09 20:48:54 Joshua Powers attachment removed debdiff for trusty https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1666570/+attachment/4834136/+files/tomcat7_7.0.52-1ubuntu11.debdiff
2017-03-09 20:49:46 Joshua Powers tomcat7 (Ubuntu Zesty): status In Progress Invalid
2017-03-09 20:49:46 Joshua Powers tomcat7 (Ubuntu Zesty): assignee Joshua Powers (powersj)
2017-03-09 21:55:11 Joshua Powers tomcat7 (Ubuntu Trusty): importance Undecided High
2017-03-09 21:55:11 Joshua Powers tomcat7 (Ubuntu Trusty): status New Fix Committed
2017-03-09 21:55:11 Joshua Powers tomcat7 (Ubuntu Trusty): assignee Joshua Powers (powersj)
2017-03-09 21:55:24 Joshua Powers tomcat7 (Ubuntu Xenial): importance Undecided High
2017-03-09 21:55:24 Joshua Powers tomcat7 (Ubuntu Xenial): status New Fix Committed
2017-03-09 21:55:24 Joshua Powers tomcat7 (Ubuntu Xenial): assignee Joshua Powers (powersj)
2017-03-09 21:55:35 Joshua Powers tomcat7 (Ubuntu Yakkety): importance Undecided High
2017-03-09 21:55:35 Joshua Powers tomcat7 (Ubuntu Yakkety): status New Fix Committed
2017-03-09 21:55:35 Joshua Powers tomcat7 (Ubuntu Yakkety): assignee Joshua Powers (powersj)
2017-03-09 21:55:52 Joshua Powers tomcat8 (Ubuntu Xenial): importance Undecided High
2017-03-09 21:55:52 Joshua Powers tomcat8 (Ubuntu Xenial): status New Fix Committed
2017-03-09 21:55:52 Joshua Powers tomcat8 (Ubuntu Xenial): assignee Joshua Powers (powersj)
2017-03-09 21:56:03 Joshua Powers tomcat8 (Ubuntu Yakkety): importance Undecided High
2017-03-09 21:56:03 Joshua Powers tomcat8 (Ubuntu Yakkety): status New Fix Committed
2017-03-09 21:56:03 Joshua Powers tomcat8 (Ubuntu Yakkety): assignee Joshua Powers (powersj)
2017-03-09 21:56:15 Joshua Powers tomcat8 (Ubuntu Zesty): importance Undecided High
2017-03-09 21:56:15 Joshua Powers tomcat8 (Ubuntu Zesty): status New Fix Committed
2017-03-09 21:56:15 Joshua Powers tomcat8 (Ubuntu Zesty): assignee Joshua Powers (powersj)
2017-03-09 22:06:29 Joshua Powers description == Begin SRU Template == [Impact] * On upgrade of tomcat7 package, if a user has updated their JAVA_OPTS variable to include a '%' an upgrade will fail. The sed command in the postinst uses the '%' character to act as a delimiter, previous versions used '/' however it was updated to '%' in hopes it was far less common. * This SRU updates it to a character that should not be found in the JAVA_ARGS value, namely '\001'. * This is the same solution Debian and tomcat maintainers are now using for Tomcat8. [Test Case] Install the version from the trusty pocket. Modify JAVA_OPTS and then install the version from security/updates to reproduce the issue. * lxc launch ubuntu-daily:trusty terusty * lxc exec trusty bash * apt install tomcat7=7.0.52-1 * Edit /etc/defaults/tomcat7, set JAVA_OPTS="-Djava.awt.headless=true -XX:ErrorFile=/var/log/tomcat7/java_error%p.log -XX:+DisableExplicitGC -XX:+UseG1GC" * Enable proposed or use version from ppa (ppa:powersj/tomcat7-1666570) * apt update * apt install tomcat7 * Keep the local version currently installed * With the fix, install will complete * Without the fix, post-installation script will return a sed -e expression #1 error. [Regression Potential] * Using a new delimiter that is far less likely to be in someone's path. This is not the first time the delimiter has changed, as it originally as '/' which is obviously going to show up as soon as someone adds a path. * Upstream change to tomcat8: https://anonscm.debian.org/cgit/pkg-java/tomcat8.git/patch/?id=7664221d66701e2c31a31fe3b4f22e8bea4158dc [Other Info] * Error message on failure: Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) == End SRU Template == == Begin SRU Template == [Impact]  * On upgrade of tomcat7 package, if a user has updated their JAVA_OPTS variable to include a '%' an upgrade will fail. The sed command in the postinst uses the '%' character to act as a delimiter, previous versions used '/' however it was updated to '%' in hopes it was far less common.  * This SRU updates it to a character that should not be found in the JAVA_ARGS value, namely '\001'.  * This is the same solution Debian and tomcat maintainers are now using for Tomcat8. [Test Case] An example to test Tomcat7 on Trusty. The same instructions can apply to Tomcat8 on the other releases. Overview: Install the version from the current release. Modify JAVA_OPTS and then install the version from proposed to validate it upgrades successfully.  * lxc launch ubuntu-daily:trusty trusty  * lxc exec trusty bash  * apt install tomcat7  * Edit /etc/defaults/tomcat7, set JAVA_OPTS="-Djava.awt.headless=true -XX:ErrorFile=/var/log/tomcat7/java_error%p.log -XX:+DisableExplicitGC -XX:+UseG1GC"  * # Enable proposed  * apt update  * apt install tomcat7  * When asked, 'Keep the local version currently installed'  * With the fix, install will complete  * Without the fix, the error as described under "Other Info" will appear [Regression Potential]  * Users currently experiencing this issue would be expecting a SRU fix to come from us. Working around it would require changing their JAVA_OPTS temporarily, accepting the maintainers version of the defaults script, or modifying the package's postinst script directly. * In either case the proposed fix will over write any changes an end user may have made to the postinst, and all for correctly working expected behavior. * There is the slight, albeit incredibly low chance, that someone actually has the '\001' character in their JAVA_OPTS. In which, case the upgrade would fail as this bug describes. [Other Info] * Using a new delimiter that is far less likely to be in someone's path. This is not the first time the delimiter has changed, as it originally as '/' which is obviously going to show up as soon as someone adds a path.  * Upstream change to tomcat8: https://anonscm.debian.org/cgit/pkg-java/tomcat8.git/patch/?id=7664221d66701e2c31a31fe3b4f22e8bea4158dc  * Error message on failure: Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) == End SRU Template ==
2017-03-25 22:00:27 Mathew Hodson bug added subscriber Mathew Hodson
2017-04-01 05:09:05 Mathew Hodson bug watch removed http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597814
2017-04-05 18:14:23 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2017-04-05 18:14:27 Brian Murray bug added subscriber SRU Verification
2017-04-05 18:14:32 Brian Murray tags patch patch verification-needed
2017-04-11 04:04:37 Launchpad Janitor tomcat8 (Ubuntu Zesty): status Fix Committed Fix Released
2017-04-13 10:04:25 Robie Basak removed subscriber Ubuntu Sponsors Team
2017-04-19 15:10:07 Joshua Powers description == Begin SRU Template == [Impact]  * On upgrade of tomcat7 package, if a user has updated their JAVA_OPTS variable to include a '%' an upgrade will fail. The sed command in the postinst uses the '%' character to act as a delimiter, previous versions used '/' however it was updated to '%' in hopes it was far less common.  * This SRU updates it to a character that should not be found in the JAVA_ARGS value, namely '\001'.  * This is the same solution Debian and tomcat maintainers are now using for Tomcat8. [Test Case] An example to test Tomcat7 on Trusty. The same instructions can apply to Tomcat8 on the other releases. Overview: Install the version from the current release. Modify JAVA_OPTS and then install the version from proposed to validate it upgrades successfully.  * lxc launch ubuntu-daily:trusty trusty  * lxc exec trusty bash  * apt install tomcat7  * Edit /etc/defaults/tomcat7, set JAVA_OPTS="-Djava.awt.headless=true -XX:ErrorFile=/var/log/tomcat7/java_error%p.log -XX:+DisableExplicitGC -XX:+UseG1GC"  * # Enable proposed  * apt update  * apt install tomcat7  * When asked, 'Keep the local version currently installed'  * With the fix, install will complete  * Without the fix, the error as described under "Other Info" will appear [Regression Potential]  * Users currently experiencing this issue would be expecting a SRU fix to come from us. Working around it would require changing their JAVA_OPTS temporarily, accepting the maintainers version of the defaults script, or modifying the package's postinst script directly. * In either case the proposed fix will over write any changes an end user may have made to the postinst, and all for correctly working expected behavior. * There is the slight, albeit incredibly low chance, that someone actually has the '\001' character in their JAVA_OPTS. In which, case the upgrade would fail as this bug describes. [Other Info] * Using a new delimiter that is far less likely to be in someone's path. This is not the first time the delimiter has changed, as it originally as '/' which is obviously going to show up as soon as someone adds a path.  * Upstream change to tomcat8: https://anonscm.debian.org/cgit/pkg-java/tomcat8.git/patch/?id=7664221d66701e2c31a31fe3b4f22e8bea4158dc  * Error message on failure: Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) == End SRU Template == == Begin SRU Template == [Impact]  * On upgrade of tomcat7 package, if a user has updated their JAVA_OPTS variable to include a '%' an upgrade will fail. The sed command in the postinst uses the '%' character to act as a delimiter, previous versions used '/' however it was updated to '%' in hopes it was far less common.  * This SRU updates it to a character that should not be found in the JAVA_ARGS value, namely '\001'.  * This is the same solution Debian and tomcat maintainers are now using for Tomcat8. [Test Case] An example to test Tomcat7 on Trusty. The same instructions can apply to Tomcat8 on the other releases. Overview: Install the version from the current release. Modify JAVA_OPTS and then install the version from proposed to validate it upgrades successfully.  * lxc launch ubuntu-daily:trusty trusty  * lxc exec trusty bash  * apt install tomcat7  * Edit /etc/default/tomcat7, set JAVA_OPTS="-Djava.awt.headless=true -XX:ErrorFile=/var/log/tomcat7/java_error%p.log -XX:+DisableExplicitGC -XX:+UseG1GC"  * # Enable proposed  * apt update  * apt install tomcat7  * When asked, 'Keep the local version currently installed'  * With the fix, install will complete  * Without the fix, the error as described under "Other Info" will appear [Regression Potential]  * Users currently experiencing this issue would be expecting a SRU fix to come from us. Working around it would require changing their JAVA_OPTS temporarily, accepting the maintainers version of the defaults script, or modifying the package's postinst script directly. * In either case the proposed fix will over write any changes an end user may have made to the postinst, and all for correctly working expected behavior.  * There is the slight, albeit incredibly low chance, that someone actually has the '\001' character in their JAVA_OPTS. In which, case the upgrade would fail as this bug describes. [Other Info]  * Using a new delimiter that is far less likely to be in someone's path. This is not the first time the delimiter has changed, as it originally as '/' which is obviously going to show up as soon as someone adds a path.  * Upstream change to tomcat8: https://anonscm.debian.org/cgit/pkg-java/tomcat8.git/patch/?id=7664221d66701e2c31a31fe3b4f22e8bea4158dc  * Error message on failure: Setting up tomcat7 (7.0.52-1ubuntu0.10) ... sed: -e expression #1, char 97: unknown option to `s' dpkg: error processing package tomcat7 (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  tomcat7 E: Sub-process /usr/bin/dpkg returned an error code (1) == End SRU Template ==
2017-04-19 15:34:19 Joshua Powers tags patch verification-needed patch verification-done-trusty verification-needed
2017-04-24 22:11:47 Launchpad Janitor tomcat7 (Ubuntu Trusty): status Fix Committed Fix Released
2017-05-18 20:01:56 Andy Wagner tags patch verification-done-trusty verification-needed patch verification-done-trusty verification-done-xenial verification-needed
2017-05-25 16:42:13 Launchpad Janitor tomcat8 (Ubuntu Xenial): status Fix Committed Fix Released
2017-05-29 22:05:13 Mathew Hodson bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770911
2017-05-29 22:05:13 Mathew Hodson bug task added tomcat8 (Debian)
2017-05-29 22:55:28 Bug Watch Updater tomcat8 (Debian): status Unknown Fix Released
2017-06-16 16:34:37 Joshua Powers tags patch verification-done-trusty verification-done-xenial verification-needed patch verification-done-trusty verification-done-xenial verification-done-yakkety verification-needed
2017-06-17 03:19:35 Mathew Hodson bug task deleted tomcat7 (Ubuntu Zesty)
2017-06-19 10:59:25 Launchpad Janitor tomcat8 (Ubuntu Yakkety): status Fix Committed Fix Released
2017-06-23 02:20:43 Mathew Hodson tomcat7 (Ubuntu Xenial): status Fix Committed Triaged
2017-06-23 02:22:05 Mathew Hodson tomcat7 (Ubuntu Yakkety): status Fix Committed Triaged
2017-08-17 16:11:32 Joshua Powers tomcat7 (Ubuntu Yakkety): status Triaged Won't Fix
2017-08-17 16:11:32 Joshua Powers tomcat7 (Ubuntu Yakkety): assignee Joshua Powers (powersj)
2017-08-17 16:29:09 Joshua Powers tags patch verification-done-trusty verification-done-xenial verification-done-yakkety verification-needed patch verification-done-trusty verification-done-xenial verification-done-yakkety
2017-08-17 23:38:53 Mathew Hodson bug task deleted tomcat7 (Ubuntu)
2018-11-28 03:05:44 Bug Watch Updater tomcat7 (Debian): status New Fix Released
2018-11-29 13:25:09 Sebastian bug added subscriber Sebastian
2021-01-08 21:04:40 Joshua Powers tomcat7 (Ubuntu Trusty): assignee Joshua Powers (powersj)
2021-01-08 21:04:42 Joshua Powers tomcat8 (Ubuntu Zesty): assignee Joshua Powers (powersj)
2021-01-08 21:04:48 Joshua Powers tomcat8 (Ubuntu Xenial): assignee Joshua Powers (powersj)
2021-01-08 21:04:54 Joshua Powers tomcat8 (Ubuntu): assignee Joshua Powers (powersj)
2021-01-08 21:05:00 Joshua Powers tomcat7 (Ubuntu Xenial): assignee Joshua Powers (powersj)
2021-01-08 21:05:16 Joshua Powers tomcat8 (Ubuntu Yakkety): assignee Joshua Powers (powersj)
2021-07-13 13:00:33 Paride Legovini tomcat7 (Ubuntu Xenial): status Triaged Won't Fix
2021-07-15 03:34:35 Mathew Hodson removed subscriber Mathew Hodson