[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2019-01-28 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat8 - 8.0.32-1ubuntu1.9 --- tomcat8 (8.0.32-1ubuntu1.9) xenial; urgency=medium * d/p/fix-class-resource-name-filtering.patch: Fix class and resource name filtering in WebappClassLoader (LP: #1606331). -- Karl Stenerud Mon, 10 Dec 2018 15

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2019-01-25 Thread Karl Stenerud
** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutO

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2019-01-23 Thread Karl Stenerud
Correct behavior verified as follows: lxc launch ubuntu-daily:xenial tester && lxc exec tester bash apt update && apt dist-upgrade -y && apt install -y tomcat8 && mkdir -p /var/lib/tomcat8/webapps/test && echo '<%@ page contentType="text/html;charset=UTF-8" language="java" %>

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2019-01-16 Thread Robie Basak
Hello Samuel, or anyone else affected, Accepted tomcat8 into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/tomcat8/8.0.32-1ubuntu1.9 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-12-10 Thread Karl Stenerud
** Description changed: [Impact]  * There was a software bug in the 8.0.32 release of tomcat8, subsequently fixed in 8.0.33, with acessing past the end of a string. [Test Case] # lxc launch ubuntu:xenial tester && lxc exec tester bash # apt update && apt dist-upgrade -y && apt

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-11-28 Thread Robie Basak
Thank you for the upload! A couple of points: Why doesn't the cherry-pick here include the upstream test for this bug, that was in the upstream commit? Regression Potential should discuss "how regressions are most likely to manifest, or may manifest even if it is unlikely, as a result of this cha

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-11-28 Thread Andreas Hasenack
Uploaded to xenial-proposed, waiting for SRU team approval. ** Changed in: tomcat8 (Ubuntu Xenial) Assignee: Nish Aravamudan (nacc) => Karl Stenerud (kstenerud) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-11-23 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~kstenerud/ubuntu/+source/tomcat8/+git/tomcat8/+merge/359229 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutOfBou

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-11-23 Thread Karl Stenerud
** Description changed: [Impact]  * There was a software bug in the 8.0.32 release of tomcat8, subsequently fixed in 8.0.33, with acessing past the end of a string. [Test Case] -  * The Apache bug provides a test case. + # lxc launch ubuntu:xenial tester && lxc exec tester bash +

Re: [Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-11-21 Thread sw
Hello, Unfortunately still the same problem. I just upgraded xwiki (to latest 10.6) and installed all xenial updates. Still the same error mentioned here (“String index out of range: 3”): https://forum.xwiki.org/t/code-macro-requirements/909/23 The workaround mentioned there (ppa) is also not

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-11-20 Thread Karl Stenerud
This appears to be already fixed on xenial. Here is the old repro case, which no longer triggers a bug: # lxc launch ubuntu:xenial tester && lxc exec tester bash # apt update && apt dist-upgrade -y && apt install -y tomcat8 # mkdir /var/lib/tomcat8/webapps/test && echo "<%@ page contentType="tex

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-08-17 Thread Robie Basak
** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutOfBoundsException - Tomcat8.0.32 To manage notifications about this bug go to: https://bugs.launch

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2018-08-17 Thread sw
Any update on a fix for Xenial? This issue prevents some functionality (e.g. the code macro) on my xwiki installation. Unfortunately xwiki isn't running properly after an upgrade to Bionic Beaver so I'm stuck with this problem currently. Alternatively - Is there any way to upgrade tomcat8 via ppa

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2017-02-25 Thread Samuel Longiaru
Too bad that the tested patch for this high importance bug did not make it into the Jan 23, 2017 Tomcat8 update for 14.04 LTS. Any idea when the next one is coming out that may include this bug fix? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2017-01-30 Thread Conrad Kostecki
Any news on getting this into the main repositories? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutOfBoundsException - Tomcat8.0.32 To manage notifications about this b

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2017-01-13 Thread Jeremy
This patch also fixed a minor rendering issue with Xwiki (refer http://jira.xwiki.org/browse/XWIKI-13970). Can we please have it released to the main repositories soon? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-12-14 Thread Samuel Longiaru
Nish, I have just tried the ~ppa2 version with good success. I had trouble forcing the upgrade to ~ppa2 so wound up purging tomcat8 and reinstalling. I have confirmed the use of ~ppa2 with apt-show-versions | grep 'tomcat8'. All are showing ~ppa2. Thank you for your help! -- You received this

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-12-14 Thread Nish Aravamudan
Thank you to Samuel and Conrad! Can you, as a favor to me, test the (now-building) tomcat8 - 8.0.32-1ubuntu1.3~ppa2 from the same PPA to verify no regression in your use-cases? It includes an additional bugfix from 8.0.33 for LP: #1593854. -- You received this bug notification because you are a m

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-12-14 Thread Conrad Kostecki
I also confirm. Using tomcat8 from ppa works and solves our problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutOfBoundsException - Tomcat8.0.32 To manage notificati

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-12-13 Thread Samuel Longiaru
After adding ppa and updating, OpenVPMS webapp now runs as expected. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutOfBoundsException - Tomcat8.0.32 To manage no

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-12-13 Thread Nish Aravamudan
** Description changed: + [Impact] + + * There was a software bug in the 8.0.32 release of tomcat8, + subsequently fixed in 8.0.33, with acessing past the end of a string. + + [Test Case] + + * @Samuel, are you able to provide an explicit testcase? + + [Regression Potential] + + * This is a

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-12-09 Thread Nish Aravamudan
Please test tomcat8 https://launchpad.net/~nacc/+archive/ubuntu/tomcat8v2 8.0.32-1ubuntu1.3~ppa1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutOfBoundsException - Tomca

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-12-09 Thread Nish Aravamudan
Zesty and Yakkety both have > 8.0.33 where the bug is fixed. Only Xenial needs the backport now. ** Changed in: tomcat8 (Ubuntu) Status: Confirmed => Fix Released ** Changed in: tomcat8 (Ubuntu Xenial) Status: New => Triaged ** Changed in: tomcat8 (Ubuntu Xenial) Importance: Und

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-09-23 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. If someone can prepare a backport, please follow the steps at https://wiki.ubuntu.com/StableReleaseUpdates#Procedure to have 16.04 updated. All the steps documented there need to be followed. In particular, I'm co

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-09-23 Thread Robie Basak
I don't think this qualifies as Critical under the definition at https://wiki.ubuntu.com/Bugs/Importance. ** Changed in: tomcat8 (Ubuntu) Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-09-22 Thread Hendrik Brummermann
Is there any hope to get this fix of Tomcat 8.0.32 into Ubuntu 16.04? This issue affects all Tomcat based web-applications that make use of server side JavaScript, such as the German university management system HISinOne. -- You received this bug notification because you are a member of Ubuntu B

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-08-30 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at https://bz.apache.org/bugzilla/show_bug.cgi?id=58999. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://h

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-08-30 Thread Alberto Salvia Novella
** Bug watch added: bz.apache.org/bugzilla/ #58999 https://bz.apache.org/bugzilla/show_bug.cgi?id=58999 ** Also affects: tomcat7 via https://bz.apache.org/bugzilla/show_bug.cgi?id=58999 Importance: Unknown Status: Unknown ** Changed in: tomcat8 (Ubuntu) Importance: Undecided =>

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-08-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: tomcat8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: St

[Bug 1606331] Re: StringIndexOutOfBoundsException - Tomcat8.0.32

2016-07-25 Thread Hans Joachim Desserud
** Package changed: ubuntu => tomcat8 (Ubuntu) ** Tags removed: tomcat8 ** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606331 Title: StringIndexOutOfBoundsException - Tomcat8.