Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 90121 invoked from network); 18 Apr 2008 14:53:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 14:53:29 -0000 Received: (qmail 85454 invoked by uid 500); 18 Apr 2008 14:53:30 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 85422 invoked by uid 500); 18 Apr 2008 14:53:30 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 85413 invoked by uid 99); 18 Apr 2008 14:53:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 07:53:30 -0700 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 14:52:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 136C61A9832; Fri, 18 Apr 2008 07:53:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r649555 - /jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/troubleshooting.jsp Date: Fri, 18 Apr 2008 14:53:06 -0000 To: commits@jackrabbit.apache.org From: angela@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080418145307.136C61A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: angela Date: Fri Apr 18 07:53:03 2008 New Revision: 649555 URL: http://svn.apache.org/viewvc?rev=649555&view=rev Log: JCR-1545: webapp: troubleshooting.jsp fails Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/troubleshooting.jsp Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/troubleshooting.jsp URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/troubleshooting.jsp?rev=649555&r1=649554&r2=649555&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/troubleshooting.jsp (original) +++ jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/troubleshooting.jsp Fri Apr 18 07:53:03 2008 @@ -95,5 +95,5 @@ Details of the Java and operating system environment are included in the system properties shown below:

-
<% System.getProperties().store(out, null); %>
+
<% System.getProperties().list(new java.io.PrintWriter(out)); %>