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 C1D4C200B41 for ; Thu, 7 Jul 2016 18:08:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C09FD160A7C; Thu, 7 Jul 2016 16:08: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 0B698160A68 for ; Thu, 7 Jul 2016 18:08:11 +0200 (CEST) Received: (qmail 32675 invoked by uid 500); 7 Jul 2016 16:08: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 32650 invoked by uid 99); 7 Jul 2016 16:08:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 16:08:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 107362C02A3 for ; Thu, 7 Jul 2016 16:08:11 +0000 (UTC) Date: Thu, 7 Jul 2016 16:08:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@shiro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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: Thu, 07 Jul 2016 16:08:12 -0000 [ https://issues.apache.org/jira/browse/SHIRO-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366328#comment-15366328 ] ASF GitHub Bot commented on SHIRO-570: -------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/shiro/pull/23 > 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)