Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EF9718F3A for ; Fri, 18 Dec 2015 22:39:28 +0000 (UTC) Received: (qmail 92317 invoked by uid 500); 18 Dec 2015 22:39:28 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 92287 invoked by uid 500); 18 Dec 2015 22:39:28 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 92276 invoked by uid 99); 18 Dec 2015 22:39:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2015 22:39:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0818E054A; Fri, 18 Dec 2015 22:39:27 +0000 (UTC) From: pmouawad To: dev@jmeter.apache.org Reply-To: dev@jmeter.apache.org Message-ID: Subject: [GitHub] jmeter pull request: Migrate CookieManager to HC4.5.1 Content-Type: text/plain Date: Fri, 18 Dec 2015 22:39:27 +0000 (UTC) GitHub user pmouawad opened a pull request: https://github.com/apache/jmeter/pull/64 Migrate CookieManager to HC4.5.1 Pull request migrating to HC 4.5.1 Fixing Test cases (thanks to the precious help of Oleg) Fixing issue in current HC4CookieHandler You can merge this pull request into a Git repository by running: $ git pull https://github.com/ubikloadpack/jmeter HC4_5 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/64.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #64 ---- commit 5e06d45424f1d67a5e87da45a7a068ae4a1add1f Author: pmouawad Date: 2015-11-15T18:22:30Z Update CookieManager and tests to HC4.5.1 commit 2907c8ed76348f4966de965410712e56775fc4c5 Author: pmouawad Date: 2015-11-15T18:51:51Z Fix test case and change it a bit to handle a behavioural change commit 3168eb07ac74c5a1cc6b7d6ab350a29e133d0d51 Author: pmouawad Date: 2015-12-05T08:39:28Z Merge branch 'trunk' into HC4_5 commit 47812294517e5d216835c2cc7160dfa00456d975 Author: pmouawad Date: 2015-12-14T20:27:16Z Merge branch 'trunk' into HC4_5 commit a9518360ae39a342e584c48e683093c0c8176af5 Author: pmouawad Date: 2015-12-15T16:13:35Z Fix JUNIT failures commit 0e54ad559ac915a0ea8bccd45302351a2d9e1aca Author: pmouawad Date: 2015-12-15T16:21:23Z Fix bad test Add a test for secure attribute commit 2bf7e9f2f96189748a3cbd45d6b777156990732f Author: pmouawad Date: 2015-12-15T16:26:29Z Complete test testCookiePolicyNetscape commit d65a20a5b533b12ef0059d43d5a3b76138c12d23 Author: pmouawad Date: 2015-12-15T21:20:09Z Uncomment code temporarily commented Add test from Andrei commit e7009a1e625ef94ee4f1c40168b6ac862fa0ad26 Author: pmouawad Date: 2015-12-16T20:41:03Z Fix cookie starting with "." test case commit 5ae0131101437a926677251114f533477e6c551f Author: pmouawad Date: 2015-12-18T22:36:56Z Add 2 tests for domain cookies Comment a failing test that is wrong ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---