[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-10-03 Thread Wesley Wiedenmeier
Hi, After looking into the autopkgtest failure reported in the puppet logs, I am not sure if this is an error with puppet compatibility with apache or an issue with the autopkgtest test bed used for running the tests, as I had previously seen a failure (a slightly different one though), but am no

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-10-03 Thread Wesley Wiedenmeier
Hi, After looking into the autopkgtest failure reported in the puppet logs, I am not sure if this is an error with puppet compatibility with apache or an issue with the autopkgtest test bed used for running the tests, as I had previously seen a failure (a slightly different one though), but am no

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-10-03 Thread Wesley Wiedenmeier
Hi, After looking into the autopkgtest failure reported in the puppet logs, I am not sure if this is an error with puppet compatibility with apache or an issue with the autopkgtest test bed used for running the tests, as I had previously seen a failure (a slightly different one though), but am no

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-10-03 Thread Wesley Wiedenmeier
Hi, After looking into the autopkgtest failure reported in the puppet logs, I am not sure if this is an error with puppet compatibility with apache or an issue with the autopkgtest test bed used for running the tests, as I had previously seen a failure (a slightly different one though), but am no

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-08-11 Thread Brian Murray
While the verification of this bug fix was successful, it looks like the changes have caused failures with the autopkgtest for puppet. http://autopkgtest.ubuntu.com/packages/p/puppet/trusty/i386/ http://autopkgtest.ubuntu.com/packages/p/puppet/trusty/amd64/ Please investigate this matter. ** Tag

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-08-08 Thread Wesley Wiedenmeier
Hi, I reran the verification using the build in trusty-proposed, and it works nicely. Since I've verified twice and the original bug author has verified the build that was in my ppa earlier, which was identical to the one in trusty-proposed, I am confident that the version in trusty- proposed fixe

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-28 Thread Brian Murray
Hello Stanislas, or anyone else affected, Accepted apache2 into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apache2/2.4.7-1ubuntu4.14 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See htt

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-26 Thread Marc Deslauriers
ACK on the debdiff in comment #8, I've uploaded it to trusty for processing by the SRU team. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534538 Title: AliasMatch directive does not accep

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-21 Thread Stanislas LEDUC
Hi, I'm back from holidays. Its work like charm. Use apache_2.4.7-1ubuntu4.14 Thanks Wesley for our patch and ubuntu team member. Best regard. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534538

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-20 Thread Wesley Wiedenmeier
The updated package at version apache_2.4.7-1ubuntu4.14 does fix the issue for me: /etc/apache2/sites-available/alias.conf: AliasMatch ^/alias-test/ /var/www/html/index.html /var/www/html/index.html: test With current apache in trusty-updates: ubuntu@ubuntu:/etc/apache2$ curl localhost/al

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-20 Thread Wesley Wiedenmeier
I have rebased the patch on the newest version in trusty updates apache2_2.4.7-1ubuntu4.13, which includes the security fix. The updated debdiff is attached. If anyone would like to test there is a .deb with the updated patch building in in the ppa at: ppa:wesley-wiedenmeier/tmp I will confirm t

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-18 Thread Mathew Hodson
This SRU has been shadowed by a security update and needs to be re- merged. ** Changed in: apache2 (Ubuntu Trusty) Status: Fix Committed => Triaged ** Tags removed: verification-needed ** Description changed: - [impact] + [Impact] + When accessed long URI location that configured by A

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-13 Thread Mathew Hodson
** Changed in: apache2 (Ubuntu Trusty) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534538 Title: AliasMatch directive does not accept long URI To manage notif

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-13 Thread Chris J Arges
Hello Stanislas, or anyone else affected, Accepted apache2 into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apache2/2.4.7-1ubuntu4.12 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See htt

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-08 Thread Wesley Wiedenmeier
Hi, Thanks for reviewing the patch, sorry I didn't notice the pending one in trusty proposed. There should be no regression potential for this patch, as it just removes an incorrect strlen check. I will update the debdiff with the regression potential field set and based on the pending apache i

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-07-06 Thread Michael Hudson-Doyle
Thank you for your contribution to Ubuntu! The patch looks OK to me (although I had to rebase it onto the current patch in trusty-proposed). I've uploaded it to the trusty queue, although I imagine it won't get into trusty-proposed until the current package there completes verification (which shou

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-06-28 Thread Wesley Wiedenmeier
I confirm that the debdiff supplied does fix the bug. In case anyone wants to test it, there is a build of it here: https://launchpad.net/~wesley-wiedenmeier/+archive/ubuntu/tmp Test case used to verify: Config: ubuntu@ubuntu:/etc/apache2$ cat sites-available/alias.conf AliasMatch ^/alias-t

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-06-28 Thread Ubuntu Foundations Team Bug Bot
The attachment "fix_aliasmatch_long_uri.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch"

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-06-28 Thread Wesley Wiedenmeier
Here is a debdiff to pull in the patch from upstream. I am testing it right now and should be able to confirm that it resolves the issue shortly. Since there was no testcase in the description, here is the testcase from the bugzilla.redhat.com bug: Steps to Reproduce: # prepare test file. echo "h

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-06-22 Thread Robie Basak
** Changed in: apache2 (Ubuntu) Assignee: (unassigned) => Wesley Wiedenmeier (wesley-wiedenmeier) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534538 Title: AliasMatch directive does not acc

[Bug 1534538] Re: AliasMatch directive does not accept long URI

2016-01-20 Thread Robie Basak
** Changed in: apache2 (Ubuntu) Status: New => Triaged ** Changed in: apache2 (Ubuntu) Importance: Undecided => Medium ** 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/