You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2008/04/18 16:53:06 UTC

svn commit: r649555 - /jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/troubleshooting.jsp

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:
 </p>
-<pre><% System.getProperties().store(out, null); %></pre>
+<pre><% System.getProperties().list(new java.io.PrintWriter(out)); %></pre>
 <jsp:include page="footer.jsp"/>