Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io 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 646D3168328 for ; Wed, 9 Aug 2017 02:19:14 +0200 (CEST) Received: (qmail 6339 invoked by uid 500); 9 Aug 2017 00:19:13 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 6328 invoked by uid 99); 9 Aug 2017 00:19:13 -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; Wed, 09 Aug 2017 00:19:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3095CE96DA; Wed, 9 Aug 2017 00:19:13 +0000 (UTC) From: glitch To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org References: In-Reply-To: Subject: [GitHub] accumulo issue #289: ACCUMULO-4677 Sanitizing PathParam values in REST-based... Content-Type: text/plain Message-Id: <20170809001913.3095CE96DA@git1-us-west.apache.org> Date: Wed, 9 Aug 2017 00:19:13 +0000 (UTC) Github user glitch commented on the issue: https://github.com/apache/accumulo/pull/289 Here is the link for the Jersey documentation surrounding parameter annotations. https://jersey.github.io/documentation/latest/bean-validation.html It's part of the JSR-303 spec and the reference implementation for the actual validation code is from hibernate-validator (org.hibernate) which looks to be pulled in as a transitive dependency. --- 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. ---