Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CF639C02 for ; Tue, 26 Jun 2012 23:24:30 +0000 (UTC) Received: (qmail 36750 invoked by uid 500); 26 Jun 2012 23:24:29 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 36722 invoked by uid 500); 26 Jun 2012 23:24:29 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 36713 invoked by uid 99); 26 Jun 2012 23:24:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 23:24:29 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.250.139 is neither permitted nor denied by domain of mlabs.dev@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 23:24:24 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Sjf75-0005i8-Hf for users@wicket.apache.org; Tue, 26 Jun 2012 16:24:03 -0700 Date: Tue, 26 Jun 2012 16:24:03 -0700 (PDT) From: mlabs To: users@wicket.apache.org Message-ID: <1340753043537-4650243.post@n4.nabble.com> Subject: SecurePackageResourceGuard question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have implemented a ByteArrayResource and I'm not sure what sort of resource reference to use to reference it. I tried PackageResourceReference and SharedResourceReference but these things seem to be hooked into the SecurePackageResourceGuard mechanism... and the url I use to reference my resource is along the lines of bar?foo=5322 .. I generated and unique... so even when I add a pattern like '+*bar*' it still seems to fail and try to auto-create a resource.. and that doesn't work. Not understanding resources and references at this point.... any hints? TIA -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SecurePackageResourceGuard-question-tp4650243.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org