Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D7D70200B49 for ; Mon, 4 Jul 2016 11:02:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D6915160A55; Mon, 4 Jul 2016 09:02:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 23C90160A65 for ; Mon, 4 Jul 2016 11:02:11 +0200 (CEST) Received: (qmail 48121 invoked by uid 500); 4 Jul 2016 09:02:11 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 48001 invoked by uid 99); 4 Jul 2016 09:02:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 09:02:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1F0642C02A5 for ; Mon, 4 Jul 2016 09:02:11 +0000 (UTC) Date: Mon, 4 Jul 2016 09:02:11 +0000 (UTC) From: "Andreas Kohn (JIRA)" To: dev@shiro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SHIRO-570) SimpleCookie should check the path of the cookie MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 04 Jul 2016 09:02:13 -0000 Andreas Kohn created SHIRO-570: ---------------------------------- Summary: SimpleCookie should check the path of the cookie Key: SHIRO-570 URL: https://issues.apache.org/jira/browse/SHIRO-570 Project: Shiro Issue Type: Bug Components: Web Affects Versions: 1.2.5 Reporter: Andreas Kohn {{SimpleCookie#readValue()}} tries to find the cookie purely by name. In case the cookie is restricted to a specific path, it should not be used unless the request is actually for that path. -- This message was sent by Atlassian JIRA (v6.3.4#6332)