Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 69134 invoked from network); 14 Jul 2010 17:46:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 17:46:44 -0000 Received: (qmail 65857 invoked by uid 500); 14 Jul 2010 17:46:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 65804 invoked by uid 500); 14 Jul 2010 17:46:44 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 65795 invoked by uid 99); 14 Jul 2010 17:46:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 17:46:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 17:46:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6EHco5u008380 for ; Wed, 14 Jul 2010 17:38:50 GMT Message-ID: <7569415.378691279129130175.JavaMail.jira@thor> Date: Wed, 14 Jul 2010 13:38:50 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-1299) JSPs don't HTML escape literals (ie: table names, region names, start & end keys) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-1299: ------------------------- Tags: noob > JSPs don't HTML escape literals (ie: table names, region names, start & end keys) > --------------------------------------------------------------------------------- > > Key: HBASE-1299 > URL: https://issues.apache.org/jira/browse/HBASE-1299 > Project: HBase > Issue Type: Bug > Affects Versions: 0.19.0, 0.19.1 > Reporter: Hoss Man > Fix For: 0.90.0 > > > similar to HBASE-1298, the various JSPs included with HBase for monitoring the system don't seem to do any HTML escaping when displaying user entered data which may contain special characters: table names, region names, start Keys, or end Keys -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.