svn commit: r1727169 - /tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

2016-01-27 Thread kpreisser
Author: kpreisser Date: Wed Jan 27 19:58:09 2016 New Revision: 1727169 URL: http://svn.apache.org/viewvc?rev=1727169&view=rev Log: Fix tabs -> spaces. Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl URL

svn commit: r1727167 - in /tomcat/site/trunk: docs/ docs/images/ xdocs/images/ xdocs/stylesheets/

2016-01-27 Thread kpreisser
Author: kpreisser Date: Wed Jan 27 19:55:54 2016 New Revision: 1727167 URL: http://svn.apache.org/viewvc?rev=1727167&view=rev Log: Use the new ASF logo. Added: tomcat/site/trunk/docs/images/asf_logo.svg (with props) tomcat/site/trunk/xdocs/images/asf_logo.svg (with props) Modi

svn commit: r1696546 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2015-08-19 Thread kpreisser
Author: kpreisser Date: Wed Aug 19 09:06:50 2015 New Revision: 1696546 URL: http://svn.apache.org/r1696546 Log: Follow-Up commit to r1696404: - Remove the "lastInChain" flag in JavaScript as well as it is not used. - Because the flag has been removed, there is no need to genera

svn commit: r1667608 - /tomcat/site/trunk/docs/taglibs.html

2015-03-18 Thread kpreisser
Author: kpreisser Date: Wed Mar 18 20:10:15 2015 New Revision: 1667608 URL: http://svn.apache.org/r1667608 Log: Fix svn:eol-style=native (sorry for the noise). Modified: tomcat/site/trunk/docs/taglibs.html (contents, props changed) Modified: tomcat/site/trunk/docs/taglibs.html URL: http

svn commit: r1667607 - in /tomcat/site/trunk: docs/taglibs.html xdocs/taglibs.xml

2015-03-18 Thread kpreisser
Author: kpreisser Date: Wed Mar 18 20:05:24 2015 New Revision: 1667607 URL: http://svn.apache.org/r1667607 Log: Follow-Up to r1667455: Fix invalid HTML markup ( inside of ). Modified: tomcat/site/trunk/docs/taglibs.html tomcat/site/trunk/xdocs/taglibs.xml Modified: tomcat/site/trunk

svn commit: r1628445 - /tomcat/trunk/res/tomcat.nsi

2014-09-30 Thread kpreisser
Author: kpreisser Date: Tue Sep 30 14:09:12 2014 New Revision: 1628445 URL: http://svn.apache.org/r1628445 Log: Tomcat 8 needs Java 7 or later. Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev

svn commit: r1605747 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2014-06-26 Thread kpreisser
Author: kpreisser Date: Thu Jun 26 11:37:51 2014 New Revision: 1605747 URL: http://svn.apache.org/r1605747 Log: Follow-Up to r1605427: Move more recent news to the top and correct date. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site

svn commit: r1590138 - in /tomcat/trunk/java: javax/el/Util.java org/apache/el/util/ReflectionUtil.java

2014-04-25 Thread kpreisser
Author: kpreisser Date: Fri Apr 25 20:53:22 2014 New Revision: 1590138 URL: http://svn.apache.org/r1590138 Log: Follow-Up to r1590120: Simplify code by using Integer.compare(int, int) which is available since Java 1.7. Modified: tomcat/trunk/java/javax/el/Util.java tomcat/trunk/java/org

svn commit: r1588195 - in /tomcat: native/trunk/xdocs/images/docs-stylesheet.css site/trunk/docs/stylesheets/tomcat.css site/trunk/xdocs/stylesheets/tomcat.css trunk/webapps/docs/images/docs-styleshee

2014-04-17 Thread kpreisser
Author: kpreisser Date: Thu Apr 17 09:59:00 2014 New Revision: 1588195 URL: http://svn.apache.org/r1588195 Log: Ensure elements have the same text-align property on every browser. Modified: tomcat/native/trunk/xdocs/images/docs-stylesheet.css tomcat/site/trunk/docs/stylesheets

svn commit: r1587891 - in /tomcat/site/trunk: docs/bugreport.html xdocs/bugreport.xml

2014-04-16 Thread kpreisser
Author: kpreisser Date: Wed Apr 16 12:34:21 2014 New Revision: 1587891 URL: http://svn.apache.org/r1587891 Log: Improve table formatting. Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/xdocs/bugreport.xml Modified: tomcat/site/trunk/docs/bugreport.html URL: http

svn commit: r1574497 - in /tomcat/site/trunk: docs/stylesheets/tomcat.css xdocs/stylesheets/tomcat.css

2014-03-05 Thread kpreisser
Author: kpreisser Date: Wed Mar 5 14:21:49 2014 New Revision: 1574497 URL: http://svn.apache.org/r1574497 Log: Fix rendering effects on browsers like IE. Modified: tomcat/site/trunk/docs/stylesheets/tomcat.css tomcat/site/trunk/xdocs/stylesheets/tomcat.css Modified: tomcat/site/trunk

svn commit: r1567995 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/echo.xhtml

2014-02-13 Thread kpreisser
Author: kpreisser Date: Thu Feb 13 18:21:53 2014 New Revision: 1567995 URL: http://svn.apache.org/r1567995 Log: Merged revision(s) 1567993 from tomcat/trunk: Log close code and reason when the Websocket connection is closed. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0

svn commit: r1567993 - /tomcat/trunk/webapps/examples/websocket/echo.xhtml

2014-02-13 Thread kpreisser
Author: kpreisser Date: Thu Feb 13 18:12:53 2014 New Revision: 1567993 URL: http://svn.apache.org/r1567993 Log: Log close code and reason when the Websocket connection is closed. Modified: tomcat/trunk/webapps/examples/websocket/echo.xhtml Modified: tomcat/trunk/webapps/examples/websocket

svn propchange: r1551814 - svn:log

2013-12-17 Thread kpreisser
Author: kpreisser Revision: 1551814 Modified property: svn:log Modified: svn:log at Wed Dec 18 02:55:06 2013 -- --- svn:log (original) +++ svn:log Wed Dec 18 02:55:06 2013 @@ -1,3 +1,3 @@ Fix https://issues.apache.org

svn commit: r1551814 - in /tomcat/trunk/webapps/examples/WEB-INF/classes: CookieExample.java HelloWorldExample.java RequestHeaderExample.java RequestInfoExample.java RequestParamExample.java SessionEx

2013-12-17 Thread kpreisser
Author: kpreisser Date: Wed Dec 18 02:53:35 2013 New Revision: 1551814 URL: http://svn.apache.org/r1551814 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48550 Follow-Up to r1511468: Fix example servlets to output text as UTF-8. This fixes encoding issues with the "Re

svn commit: r1546668 - in /tomcat/site/trunk: docs/stylesheets/fonts/fonts.css xdocs/stylesheets/fonts/fonts.css

2013-11-29 Thread kpreisser
Author: kpreisser Date: Sat Nov 30 00:25:32 2013 New Revision: 1546668 URL: http://svn.apache.org/r1546668 Log: svn:eol-style = native Modified: tomcat/site/trunk/docs/stylesheets/fonts/fonts.css (contents, props changed) tomcat/site/trunk/xdocs/stylesheets/fonts/fonts.css (contents

svn commit: r1546667 - /tomcat/trunk/webapps/docs/images/fonts/fonts.css

2013-11-29 Thread kpreisser
Author: kpreisser Date: Sat Nov 30 00:24:06 2013 New Revision: 1546667 URL: http://svn.apache.org/r1546667 Log: svn:eol-style = native Modified: tomcat/trunk/webapps/docs/images/fonts/fonts.css (contents, props changed) Modified: tomcat/trunk/webapps/docs/images/fonts/fonts.css URL: http

svn commit: r1546665 - in /tomcat/site/trunk: docs/stylesheets/fonts/ docs/stylesheets/tomcat.css xdocs/stylesheets/fonts/ xdocs/stylesheets/tomcat.css

2013-11-29 Thread kpreisser
Author: kpreisser Date: Sat Nov 30 00:01:12 2013 New Revision: 1546665 URL: http://svn.apache.org/r1546665 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Include "Open Sans" font and use it for the documentation. Added: tomcat/site/trunk/docs/stylesh

svn commit: r1546664 - /tomcat/trunk/webapps/docs/images/docs-stylesheet.css

2013-11-29 Thread kpreisser
Author: kpreisser Date: Fri Nov 29 23:55:18 2013 New Revision: 1546664 URL: http://svn.apache.org/r1546664 Log: Fix tab. Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1546663 - in /tomcat/trunk/webapps/docs/images: ./ fonts/

2013-11-29 Thread kpreisser
Author: kpreisser Date: Fri Nov 29 23:41:55 2013 New Revision: 1546663 URL: http://svn.apache.org/r1546663 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Include "Open Sans" font and use it for the documentation. Added: tomcat/trunk/webapps/docs/images/fonts/ (

svn commit: r1546661 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-11-29 Thread kpreisser
Author: kpreisser Date: Fri Nov 29 23:26:09 2013 New Revision: 1546661 URL: http://svn.apache.org/r1546661 Log: No need to use on a heading. Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1540809 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-11-11 Thread kpreisser
Author: kpreisser Date: Mon Nov 11 19:06:36 2013 New Revision: 1540809 URL: http://svn.apache.org/r1540809 Log: Merged revision(s) 1540807 from tomcat/trunk: Only schedule a TimerTask when the first player enters the Room (and cancel it if the last player exits the Room). Modified: tomcat

svn commit: r1540807 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-11-11 Thread kpreisser
Author: kpreisser Date: Mon Nov 11 19:05:35 2013 New Revision: 1540807 URL: http://svn.apache.org/r1540807 Log: Only schedule a TimerTask when the first player enters the Room (and cancel it if the last player exits the Room). Modified: tomcat/trunk/webapps/examples/WEB-INF/classes

svn commit: r1540306 - /tomcat/trunk/webapps/docs/config/filter.xml

2013-11-09 Thread kpreisser
Author: kpreisser Date: Sat Nov 9 14:10:17 2013 New Revision: 1540306 URL: http://svn.apache.org/r1540306 Log: Internet Explorer (9 - 11) has an option to enable charset guessing if not charset is specified, but it is not enabled by default. Modified: tomcat/trunk/webapps/docs/config

svn commit: r1540082 - /tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.html

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:33:07 2013 New Revision: 1540082 URL: http://svn.apache.org/r1540082 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Follow-Up to r1540077: Improve HTML markup in the examples. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx

svn commit: r1540077 - in /tomcat/trunk/webapps/examples/jsp/jsp2/jspx: svgexample.html textRotate.html textRotate.jspx

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:28:42 2013 New Revision: 1540077 URL: http://svn.apache.org/r1540077 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve HTML markup in the examples. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html tomcat

svn commit: r1540070 - in /tomcat/trunk/webapps/examples: WEB-INF/tags/xhtmlbasic.tag jsp/jsp2/jspx/basic.jspx

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:15:38 2013 New Revision: 1540070 URL: http://svn.apache.org/r1540070 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve markup of XHTML Basic JSPX example: - Since it is intented to be XHTML, change it to actually output XHTML instead

svn commit: r1540073 - /tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:18:41 2013 New Revision: 1540073 URL: http://svn.apache.org/r1540073 Log: Follow-Up to r1540070: Fix whitespaces. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx URL

svn commit: r1537075 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2013-10-30 Thread kpreisser
Author: kpreisser Date: Wed Oct 30 13:07:32 2013 New Revision: 1537075 URL: http://svn.apache.org/r1537075 Log: Merged revision(s) 1537073 from tomcat/trunk: Only refresh the Display Canvas on a MouseMove event if mouse was inside of the Canvas. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1537073 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-30 Thread kpreisser
Author: kpreisser Date: Wed Oct 30 13:06:42 2013 New Revision: 1537073 URL: http://svn.apache.org/r1537073 Log: Only refresh the Display Canvas on a MouseMove event if mouse was inside of the Canvas. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk

svn commit: r1536855 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 19:04:23 2013 New Revision: 1536855 URL: http://svn.apache.org/r1536855 Log: Merged revision(s) 1536850, 1536852 from tomcat/trunk: Follow-Up to r1536834: Use correct order of initialization methods. Modified: tomcat/tc7.0.x/trunk/ (props changed

svn commit: r1536852 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 19:02:45 2013 New Revision: 1536852 URL: http://svn.apache.org/r1536852 Log: Remove Whitespaces Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL: http://svn.apache.org

svn commit: r1536850 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 19:01:06 2013 New Revision: 1536850 URL: http://svn.apache.org/r1536850 Log: Follow-Up to r1536834: Use correct order of initialization methods. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples

svn commit: r1536849 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 18:56:58 2013 New Revision: 1536849 URL: http://svn.apache.org/r1536849 Log: Merged revision(s) 1536834, 1536848 from tomcat/trunk: - Add mouse events to the document object so that the canvas correctly gets notified by MouseUp/MouseMove events even if the

svn commit: r1536848 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 18:54:05 2013 New Revision: 1536848 URL: http://svn.apache.org/r1536848 Log: Add a description of to the Drawboard page. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL

svn commit: r1536834 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-29 Thread kpreisser
Author: kpreisser Date: Tue Oct 29 18:00:46 2013 New Revision: 1536834 URL: http://svn.apache.org/r1536834 Log: Add mouse events to the document object so that the canvas correctly gets notified by MouseUp/MouseMove events even if the mouse cursor is outside of the canvas. Modified: tomcat

svn commit: r1534869 - /tomcat/tc7.0.x/trunk/

2013-10-22 Thread kpreisser
Author: kpreisser Date: Wed Oct 23 00:15:46 2013 New Revision: 1534869 URL: http://svn.apache.org/r1534869 Log: Add mergeinfo. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk

svn commit: r1534848 - in /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard: Client.java DrawboardEndpoint.java Room.java

2013-10-22 Thread kpreisser
Author: kpreisser Date: Tue Oct 22 23:32:26 2013 New Revision: 1534848 URL: http://svn.apache.org/r1534848 Log: Merged revision(s) 1534846 from tomcat/trunk: - Prevent recursive invocation of Runnables by Room.invokeAndWait() to prevent errors like ConcurrentModificationException when

svn commit: r1534846 - in /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard: Client.java DrawboardEndpoint.java Room.java

2013-10-22 Thread kpreisser
Author: kpreisser Date: Tue Oct 22 23:29:14 2013 New Revision: 1534846 URL: http://svn.apache.org/r1534846 Log: - Prevent recursive invocation of Runnables by Room.invokeAndWait() to prevent errors like ConcurrentModificationException when Room.broadcastRoomMessage() iterates over an ArrayList

svn commit: r1534312 - /tomcat/site/trunk/docs/tomcat-8.0-doc/images/asf-feather.png

2013-10-21 Thread kpreisser
Author: kpreisser Date: Mon Oct 21 18:40:00 2013 New Revision: 1534312 URL: http://svn.apache.org/r1534312 Log: Use correct content-type. Modified: tomcat/site/trunk/docs/tomcat-8.0-doc/images/asf-feather.png (props changed) Propchange: tomcat/site/trunk/docs/tomcat-8.0-doc/images/asf

svn commit: r1534309 - /tomcat/site/trunk/docs/tomcat-8.0-doc/images/asf-feather.png

2013-10-21 Thread kpreisser
Author: kpreisser Date: Mon Oct 21 18:37:48 2013 New Revision: 1534309 URL: http://svn.apache.org/r1534309 Log: Follow-Up to r1534074: Add missing image. Added: tomcat/site/trunk/docs/tomcat-8.0-doc/images/asf-feather.png (with props) Added: tomcat/site/trunk/docs/tomcat-8.0-doc/images

svn commit: r1532918 - /tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html

2013-10-16 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 21:20:19 2013 New Revision: 1532918 URL: http://svn.apache.org/r1532918 Log: Fix broken link Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html URL

svn commit: r1532781 - /tomcat/trunk/webapps/docs/config/http.xml

2013-10-16 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 14:41:12 2013 New Revision: 1532781 URL: http://svn.apache.org/r1532781 Log: Follow-Up to r1358057: The non-blocking connector will be used if the TC-native library cannot be found. Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat

svn commit: r1532770 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java webapps/examples/WEB-INF/web.xml

2013-10-16 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 13:59:44 2013 New Revision: 1532770 URL: http://svn.apache.org/r1532770 Log: Merged revision(s) 1532765-1532766 from tomcat/trunk: Restore the ServletContextListener for the Drawboard example to be able to shutdown the Room (dispose of Graphics2D) when the

svn commit: r1532766 - /tomcat/trunk/webapps/examples/WEB-INF/web.xml

2013-10-16 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 13:56:28 2013 New Revision: 1532766 URL: http://svn.apache.org/r1532766 Log: Tab policy Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps

svn commit: r1532765 - in /tomcat/trunk/webapps/examples/WEB-INF: classes/websocket/drawboard/DrawboardContextListener.java web.xml

2013-10-16 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 13:55:06 2013 New Revision: 1532765 URL: http://svn.apache.org/r1532765 Log: Restore the ServletContextListener for the Drawboard example to be able to shutdown the Room (dispose of Graphics2D) when the Context is destroyed. Added: tomcat/trunk/webapps

svn commit: r1532628 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 02:19:53 2013 New Revision: 1532628 URL: http://svn.apache.org/r1532628 Log: Merged revision(s) 1532627 from tomcat/trunk: Prevent default mouse event on Canvas element to prevent browsers from marking text (and Chrome from displaying the "text&qu

svn commit: r1532627 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 02:18:40 2013 New Revision: 1532627 URL: http://svn.apache.org/r1532627 Log: Prevent default mouse event on Canvas element to prevent browsers from marking text (and Chrome from displaying the "text" cursor). Modified: tomcat/trunk/webapp

svn commit: r1532625 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 01:55:28 2013 New Revision: 1532625 URL: http://svn.apache.org/r1532625 Log: Merged revision(s) 1532622 from tomcat/trunk: Show crosshair cursor on the canvas. This still needs a workaround for Chrome. Modified: tomcat/tc7.0.x/trunk/ (props changed

svn commit: r1532622 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 01:53:06 2013 New Revision: 1532622 URL: http://svn.apache.org/r1532622 Log: Show crosshair cursor on the canvas. This still needs a workaround for Chrome. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps

svn commit: r1532602 - /tomcat/native/trunk/xdocs/style.xsl

2013-10-15 Thread kpreisser
Author: kpreisser Date: Wed Oct 16 00:00:09 2013 New Revision: 1532602 URL: http://svn.apache.org/r1532602 Log: Use correct text/... media type. Modified: tomcat/native/trunk/xdocs/style.xsl (props changed) Propchange: tomcat/native/trunk/xdocs/style.xsl

svn commit: r1532601 - in /tomcat/native/trunk/xdocs: miscellaneous/changelog-1.1.x.xml miscellaneous/changelog.xml style.xsl

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 23:50:32 2013 New Revision: 1532601 URL: http://svn.apache.org/r1532601 Log: Try to make the changelog.xml served by SVN-HTTP viewable in a browser. As Konstantin Kolinko mentioned in http://markmail.org/message/6dnqc57hqld7ohzm, this probably will not work

svn commit: r1532591 - in /tomcat/native/branches/1.1.x: ./ xdocs/build.xml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 23:28:41 2013 New Revision: 1532591 URL: http://svn.apache.org/r1532591 Log: Merged revision(s) 1532590 from tomcat/native/trunk: Remove "printer" HTML pages. Modified: tomcat/native/branches/1.1.x/ (props changed) tomcat/native/branches/1

svn commit: r1532590 - /tomcat/native/trunk/xdocs/build.xml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 23:26:51 2013 New Revision: 1532590 URL: http://svn.apache.org/r1532590 Log: Remove "printer" HTML pages. Modified: tomcat/native/trunk/xdocs/build.xml Modified: tomcat/native/trunk/xdocs/build.xml URL: http://svn.apache.org/viewvc/tomcat/na

svn commit: r1532586 - in /tomcat/native/branches/1.1.x: ./ xdocs/ xdocs/images/ xdocs/miscellaneous/ xdocs/news/

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 23:20:23 2013 New Revision: 1532586 URL: http://svn.apache.org/r1532586 Log: Merged revision(s) 1532577 from tomcat/native/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve markup and design of Tomcat Native documentation. Added

svn commit: r1532585 - /tomcat/native/trunk/xdocs/index.xml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 23:19:26 2013 New Revision: 1532585 URL: http://svn.apache.org/r1532585 Log: Follow-Up to r1532577: Further markup clean-up. Modified: tomcat/native/trunk/xdocs/index.xml Modified: tomcat/native/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc

svn commit: r1532582 - in /tomcat/native/trunk/xdocs: index.xml news/2010.xml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 22:52:10 2013 New Revision: 1532582 URL: http://svn.apache.org/r1532582 Log: Follow-Up to r1532577: Use an explicitely defined anchor for news items. Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2010.xml Modified: tomcat

svn commit: r1532577 - in /tomcat/native/trunk/xdocs: ./ images/ miscellaneous/ news/

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 22:39:08 2013 New Revision: 1532577 URL: http://svn.apache.org/r1532577 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve markup and design of Tomcat Native documentation. Added: tomcat/native/trunk/xdocs/images/asf-feather.png

svn commit: r1532557 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 22:03:57 2013 New Revision: 1532557 URL: http://svn.apache.org/r1532557 Log: - Remove (commented-out) because "email" is not a registered name. - Reorder the $project declaration Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl Modified: to

svn commit: r1532530 - /tomcat/native/trunk/xdocs/index.xml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 21:11:45 2013 New Revision: 1532530 URL: http://svn.apache.org/r1532530 Log: Fix invalid XML syntax. Modified: tomcat/native/trunk/xdocs/index.xml Modified: tomcat/native/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs

svn commit: r1532441 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 17:10:59 2013 New Revision: 1532441 URL: http://svn.apache.org/r1532441 Log: Merged revision(s) 1532437 from tomcat/trunk: - Do not use a extra Thread for the room as synchronizing access to the Room's internals should suffice. Modified: tomcat/tc

svn commit: r1532437 - in /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard: DrawboardEndpoint.java Room.java

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 17:06:32 2013 New Revision: 1532437 URL: http://svn.apache.org/r1532437 Log: - Do not use a extra Thread for the room as synchronizing access to the Room's internals should suffice. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/webs

svn commit: r1532421 - /tomcat/trunk/build.xml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 16:41:47 2013 New Revision: 1532421 URL: http://svn.apache.org/r1532421 Log: All webapps/docs/*.html files are in UTF-8, as well as webapps/ROOT/index.jsp and res/welcome.*.html. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http

svn commit: r1532411 - in /tomcat/site/trunk: docs/getinvolved.html xdocs/getinvolved.xml

2013-10-15 Thread kpreisser
Author: kpreisser Date: Tue Oct 15 16:17:00 2013 New Revision: 1532411 URL: http://svn.apache.org/r1532411 Log: As per http://markmail.org/message/tmgi7glrjeubh37t the acceptable line length for new code has been extended to 100 chars. Modified: tomcat/site/trunk/docs/getinvolved.html

svn commit: r1531713 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread kpreisser
Author: kpreisser Date: Sun Oct 13 16:57:42 2013 New Revision: 1531713 URL: http://svn.apache.org/r1531713 Log: Revert r1531680 to prevent CI failures and to prevent the Examples webapp from failing to start when running Tomcat 7 with Java 6. Modified: tomcat/tc7.0.x/trunk/webapps/examples

svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread kpreisser
Author: kpreisser Date: Sun Oct 13 12:30:56 2013 New Revision: 1531680 URL: http://svn.apache.org/r1531680 Log: Allow the JSR 356 WebSocket examples using the programmatic API (Endpoint subclasses) to work as they use a ServletContextListener that has @WebListener annotation, which would not be

svn commit: r1531601 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-10-12 Thread kpreisser
Author: kpreisser Date: Sat Oct 12 22:04:39 2013 New Revision: 1531601 URL: http://svn.apache.org/r1531601 Log: Update some comments. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java

svn commit: r1531600 - in /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard: DrawboardEndpoint.java Room.java

2013-10-12 Thread kpreisser
Author: kpreisser Date: Sat Oct 12 22:03:10 2013 New Revision: 1531600 URL: http://svn.apache.org/r1531600 Log: Update some comments. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java tomcat/trunk/webapps/examples/WEB-INF/classes

svn commit: r1531599 - /tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml

2013-10-12 Thread kpreisser
Author: kpreisser Date: Sat Oct 12 21:59:12 2013 New Revision: 1531599 URL: http://svn.apache.org/r1531599 Log: - Link to correct location of Tomcat7's WebSocket examples. - The examples using the deprecated API have been restored as of r1525279 so link to them (in trunk) instead of the 7

svn commit: r1531333 - /tomcat/tc7.0.x/trunk/webapps/examples/index.html

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 15:24:24 2013 New Revision: 1531333 URL: http://svn.apache.org/r1531333 Log: Follow-Up to r1531276: Merge changes for index.html from r1524838. Modified: tomcat/tc7.0.x/trunk/webapps/examples/index.html Modified: tomcat/tc7.0.x/trunk/webapps/examples

svn commit: r1531314 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 14:36:54 2013 New Revision: 1531314 URL: http://svn.apache.org/r1531314 Log: Align the drawing style in Java2D with the one in HTML5 Canvas. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes

svn commit: r1531312 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 14:33:59 2013 New Revision: 1531312 URL: http://svn.apache.org/r1531312 Log: Align the drawing style in Java2D with the one in HTML5 Canvas. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java Modified: tomcat

svn commit: r1531292 - /tomcat/trunk/webapps/docs/changelog.xml

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 13:29:47 2013 New Revision: 1531292 URL: http://svn.apache.org/r1531292 Log: Remove changelog entry for https://issues.apache.org/bugzilla/show_bug.cgi?id=55639 as it is now backported to 7.0.x. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified

svn commit: r1531281 - /tomcat/tc7.0.x/trunk/webapps/examples/websocket/

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 13:04:46 2013 New Revision: 1531281 URL: http://svn.apache.org/r1531281 Log: Remove "svn:merginfo" property Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket/ (props changed) Propchange: tomcat/tc7.0.x/trunk/webapps/examples

svn commit: r1531276 - in /tomcat/tc7.0.x/trunk/webapps/examples/websocket: ./ chat.html chat.xhtml echo.html echo.xhtml index.html index.xhtml snake.html snake.xhtml

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 12:48:38 2013 New Revision: 1531276 URL: http://svn.apache.org/r1531276 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Merged revisions 1524838,1526510 from trunk: Improve markup for examples (part 1) Added: tomcat/tc7.0.x/trunk/webapps

svn commit: r1531271 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 12:34:55 2013 New Revision: 1531271 URL: http://svn.apache.org/r1531271 Log: Add standards-based "touch-action" style. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard

svn commit: r1531161 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java

2013-10-10 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 01:31:27 2013 New Revision: 1531161 URL: http://svn.apache.org/r1531161 Log: Fix whitespaces Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket

svn commit: r1531156 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/drawboard/DrawMessage.java websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 00:45:16 2013 New Revision: 1531156 URL: http://svn.apache.org/r1531156 Log: Handle coordinates as double instead of int. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java tomcat/trunk/webapps/examples

svn commit: r1531138 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Thu Oct 10 22:33:31 2013 New Revision: 1531138 URL: http://svn.apache.org/r1531138 Log: Follow-Up to r1531130: Also set the correct mouse coordinates when canceling the drawing. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk

svn commit: r1531130 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/drawboard/DrawMessage.java websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Thu Oct 10 22:20:03 2013 New Revision: 1531130 URL: http://svn.apache.org/r1531130 Log: Allow to draw other forms like line, rectangle and circle/ellipse. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java tomcat/trunk

svn commit: r1530989 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Thu Oct 10 14:21:24 2013 New Revision: 1530989 URL: http://svn.apache.org/r1530989 Log: Rather than only be able to pause websocket message, pause entire calls to event handler so that we can also pause the socket.onclose event handler. Modified: tomcat/trunk/webapps

svn commit: r1530822 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-09 Thread kpreisser
Author: kpreisser Date: Wed Oct 9 22:55:31 2013 New Revision: 1530822 URL: http://svn.apache.org/r1530822 Log: Fix bug in the drawboard JavaScript when socket.onmessage is raised while the Image.load event from a previous message did not yet raise which caused messages to be ignored. Modified

svn commit: r1530791 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java

2013-10-09 Thread kpreisser
Author: kpreisser Date: Wed Oct 9 20:48:05 2013 New Revision: 1530791 URL: http://svn.apache.org/r1530791 Log: Fix bug in parsing the client message. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java Modified: tomcat/trunk/webapps/examples

svn commit: r1530348 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-08 Thread kpreisser
Author: kpreisser Date: Tue Oct 8 16:53:39 2013 New Revision: 1530348 URL: http://svn.apache.org/r1530348 Log: Fix error in JavaScript code. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL: http

svn commit: r1530342 - in /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard: DrawboardEndpoint.java Room.java

2013-10-08 Thread kpreisser
Author: kpreisser Date: Tue Oct 8 16:39:40 2013 New Revision: 1530342 URL: http://svn.apache.org/r1530342 Log: - Use "100" as maximum number of players instead of "2" that was for debug purposes only. - If a player couldn't enter the room, close the connection. Mo

svn commit: r1530325 - in /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard: Client.java DrawboardEndpoint.java Room.java wsmessages/CloseWebsocketMessage.java

2013-10-08 Thread kpreisser
Author: kpreisser Date: Tue Oct 8 16:01:28 2013 New Revision: 1530325 URL: http://svn.apache.org/r1530325 Log: Improve Drawboard Example: - Check if buffered messages exceed a specific size, to avoid a DoS. - Combine buffered string message to reduce TCP overhead when sending them. Added

svn commit: r1530298 [2/2] - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/drawboard/ WEB-INF/classes/websocket/drawboard/wsmessages/ websocket/

2013-10-08 Thread kpreisser
Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/drawboard.xhtml?rev=1530298&r1=1530297&r2=1530298&view=diff == --- tomcat/trunk/we

svn commit: r1529695 - /tomcat/site/trunk/xdocs/

2013-10-06 Thread kpreisser
Author: kpreisser Date: Sun Oct 6 21:27:07 2013 New Revision: 1529695 URL: http://svn.apache.org/r1529695 Log: Explicitly state the used encoding in XML files of the site. Modified: tomcat/site/trunk/xdocs/ci.xml tomcat/site/trunk/xdocs/contact.xml tomcat/site/trunk/xdocs

svn commit: r1529694 - /tomcat/site/trunk/xdocs/stylesheets/project.xml

2013-10-06 Thread kpreisser
Author: kpreisser Date: Sun Oct 6 21:25:27 2013 New Revision: 1529694 URL: http://svn.apache.org/r1529694 Log: Convert XML file with "ISO-8859-1" encoding to the XML-default encoding "UTF-8". Modified: tomcat/site/trunk/xdocs/stylesheets/project.xml Modified: tom

svn commit: r1529689 - in /tomcat/trunk/webapps/docs: api/index.html elapi/index.html jspapi/index.html servletapi/index.html websocketapi/index.html

2013-10-06 Thread kpreisser
Author: kpreisser Date: Sun Oct 6 21:01:35 2013 New Revision: 1529689 URL: http://svn.apache.org/r1529689 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve HTML markup. Modified: tomcat/trunk/webapps/docs/api/index.html tomcat/trunk/webapps/docs/elapi/index.html

svn commit: r1529687 - in /tomcat/trunk/webapps/docs: WEB-INF/web.xml appdev/project.xml appdev/sample/web/WEB-INF/web.xml architecture/project.xml config/project.xml funcspecs/project.xml project.xml

2013-10-06 Thread kpreisser
Author: kpreisser Date: Sun Oct 6 20:57:25 2013 New Revision: 1529687 URL: http://svn.apache.org/r1529687 Log: Update remaining XML files with "ISO-8859-1" encoding in the "docs" webapp to the XML-default encoding "UTF-8". Modified: tomcat/trunk/webapps/d

svn commit: r1529681 - /tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml

2013-10-06 Thread kpreisser
Author: kpreisser Date: Sun Oct 6 20:51:37 2013 New Revision: 1529681 URL: http://svn.apache.org/r1529681 Log: Update web.xml of "sample" web application to Servlet 3.1. Modified: tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml Modified: tomcat/trunk/webapps/docs/app

svn commit: r1529680 - /tomcat/trunk/webapps/docs/appdev/sample/src/mypackage/Hello.java

2013-10-06 Thread kpreisser
Author: kpreisser Date: Sun Oct 6 20:51:27 2013 New Revision: 1529680 URL: http://svn.apache.org/r1529680 Log: Follow-Up to r1529678: Replace tabs with spaces. Modified: tomcat/trunk/webapps/docs/appdev/sample/src/mypackage/Hello.java Modified: tomcat/trunk/webapps/docs/appdev/sample/src

svn commit: r1529678 - in /tomcat/trunk/webapps/docs/appdev/sample: index.html src/mypackage/Hello.java web/hello.jsp web/index.html

2013-10-06 Thread kpreisser
Author: kpreisser Date: Sun Oct 6 20:43:20 2013 New Revision: 1529678 URL: http://svn.apache.org/r1529678 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve HTML markup of "sample" webb application. Modified: tomcat/trunk/webapps/docs/appdev/sample/

svn commit: r1528676 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 23:14:25 2013 New Revision: 1528676 URL: http://svn.apache.org/r1528676 Log: Do not use the comments script in files where the comments section is disabled, to prevent JavaScript errors. Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl Modified: tomcat

svn commit: r1528674 - in /tomcat/trunk/webapps/docs: changelog.xml tomcat-docs.xsl

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 23:12:07 2013 New Revision: 1528674 URL: http://svn.apache.org/r1528674 Log: Revert r1528669 - SVN treats files with application/xml as binary. Therefore they need to use text/xml. Sorry for this. Modified: tomcat/trunk/webapps/docs/changelog.xml (props

svn commit: r1528669 - in /tomcat/trunk/webapps/docs: changelog.xml tomcat-docs.xsl

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 22:55:15 2013 New Revision: 1528669 URL: http://svn.apache.org/r1528669 Log: "application/xml" is the preferred MIME type for XML, and we use this one also in web.xml. Modified: tomcat/trunk/webapps/docs/changelog.xml (props changed) to

svn commit: r1528631 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 21:24:33 2013 New Revision: 1528631 URL: http://svn.apache.org/r1528631 Log: New try: Use the correct subdir for loading the project.xml into the $project variable, and use $project variable instead of tree that is placed by "&project;" ent

svn commit: r1528625 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 21:07:35 2013 New Revision: 1528625 URL: http://svn.apache.org/r1528625 Log: Revert r1528615 - this broke the LHS menu for subfolders, sorry. Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl URL: http

svn commit: r1528615 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 20:20:52 2013 New Revision: 1528615 URL: http://svn.apache.org/r1528615 Log: Fix what seemed to be a wrong usage of "project" variable. This fixes viewing changelog.xml in IE and Firefox where previously things like the LHS menu etc. were not visibl

  1   2   >