Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 94714 invoked from network); 12 Jul 2005 18:44:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2005 18:44:53 -0000 Received: (qmail 7129 invoked by uid 500); 12 Jul 2005 18:44:52 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 7104 invoked by uid 500); 12 Jul 2005 18:44:52 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 7100 invoked by uid 99); 12 Jul 2005 18:44:52 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 12 Jul 2005 11:44:41 -0700 Received: (qmail 94640 invoked by uid 65534); 12 Jul 2005 18:44:39 -0000 Message-ID: <20050712184439.94639.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r215989 - /incubator/jackrabbit/trunk/contrib/jcr-server/webapp/src/webapp/index.jsp Date: Tue, 12 Jul 2005 18:44:39 -0000 To: jackrabbit-cvs@incubator.apache.org From: tripod@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tripod Date: Tue Jul 12 11:44:37 2005 New Revision: 215989 URL: http://svn.apache.org/viewcvs?rev=215989&view=rev Log: - removing static variables from servlets Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webapp/src/webapp/index.jsp Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webapp/src/webapp/index.jsp URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/webapp/src/webapp/index.jsp?rev=215989&r1=215988&r2=215989&view=diff ============================================================================== --- incubator/jackrabbit/trunk/contrib/jcr-server/webapp/src/webapp/index.jsp (original) +++ incubator/jackrabbit/trunk/contrib/jcr-server/webapp/src/webapp/index.jsp Tue Jul 12 11:44:37 2005 @@ -7,13 +7,13 @@ <% - Repository rep = RepositoryAccessServlet.getRepository(); + Repository rep = RepositoryAccessServlet.getRepository(pageContext.getServletContext()); %>
Powered by <%= rep.getDescriptor(Repository.REP_NAME_DESC)%> version <%= rep.getDescriptor(Repository.REP_VERSION_DESC) %>.