svn commit: r1525975 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2013-09-24 Thread kpreisser
Author: kpreisser Date: Tue Sep 24 19:10:44 2013 New Revision: 1525975 URL: http://svn.apache.org/r1525975 Log: Add myself to the committers list. Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml Modified: tomcat/site/trunk/docs/whoweare.html URL

svn commit: r1525977 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2013-09-24 Thread kpreisser
Author: kpreisser Date: Tue Sep 24 19:22:58 2013 New Revision: 1525977 URL: http://svn.apache.org/r1525977 Log: Fix link to the Apache Committers list - it is now handled by the ASF Infrastructure. Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml

svn commit: r1526185 - /tomcat/trunk/webapps/ROOT/index.jsp

2013-09-25 Thread kpreisser
Author: kpreisser Date: Wed Sep 25 14:15:05 2013 New Revision: 1526185 URL: http://svn.apache.org/r1526185 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Use UTF-8 as encoding for the ROOT index.jsp. Modified: tomcat/trunk/webapps/ROOT/index.jsp Modified: tomcat/trunk

svn commit: r1526224 - in /tomcat/trunk/java/org/apache/catalina: util/TomcatCSS.java valves/ErrorReportValve.java

2013-09-25 Thread kpreisser
Author: kpreisser Date: Wed Sep 25 16:31:22 2013 New Revision: 1526224 URL: http://svn.apache.org/r1526224 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve HTML markup of the ErrorReportValve. The design/layout is still the same, but I'm looking into how it can

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

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:37:07 2013 New Revision: 1526460 URL: http://svn.apache.org/r1526460 Log: Fix broken link to comments.html page when the directory of the docs is not tomcat-x.x-doc, as reported on the users list. Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl

svn commit: r1526466 - /tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:39:36 2013 New Revision: 1526466 URL: http://svn.apache.org/r1526466 Log: Fix broken link to comments.html page when the directory of the docs is not tomcat-x.x-doc, as reported on the users list. Modified: tomcat/tc7.0.x/trunk/webapps/docs/tomcat

svn commit: r1526470 - /tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:51:14 2013 New Revision: 1526470 URL: http://svn.apache.org/r1526470 Log: Fix broken link to HTTP connector in the Proxy HowTo, as reported on the users list. Modified: tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml Modified: tomcat/tc7.0.x/trunk

svn commit: r1526469 - /tomcat/trunk/webapps/docs/proxy-howto.xml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 12:51:00 2013 New Revision: 1526469 URL: http://svn.apache.org/r1526469 Log: Fix broken link to HTTP connector in the Proxy HowTo, as reported on the users list. Modified: tomcat/trunk/webapps/docs/proxy-howto.xml Modified: tomcat/trunk/webapps/docs/proxy

svn commit: r1526510 - in /tomcat/trunk/webapps/examples/websocket: chat.xhtml echo.xhtml index.xhtml snake.xhtml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 14:29:33 2013 New Revision: 1526510 URL: http://svn.apache.org/r1526510 Log: r1524838 broke the history of the WebSocket Example HTML files. This is because my patch file didn't contain the info that the XHTML files were copied from the HTML files (maybe

svn propchange: r1526510 - svn:log

2013-09-26 Thread kpreisser
Author: kpreisser Revision: 1526510 Modified property: svn:log Modified: svn:log at Thu Sep 26 14:37:37 2013 -- --- svn:log (original) +++ svn:log Thu Sep 26 14:37:37 2013 @@ -1,3 +1,6 @@ +Fix https://issues.apache.org

svn commit: r1526565 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/snake/Snake.java WEB-INF/classes/websocket/snake/SnakeAnnotation.java WEB-INF/classes/websocket/snake/SnakeTimer.jav

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 15:21:06 2013 New Revision: 1526565 URL: http://svn.apache.org/r1526565 Log: Improve Snake Websocket example: - Fix invalid JSON syntax (Strings always need to be in double-quotes) - In JavaScript, use JSON.parse() instead of eval() to parse JSON strings

svn commit: r1526712 - in /tomcat/trunk/webapps/examples/websocket: chat.xhtml echo.xhtml snake.xhtml

2013-09-26 Thread kpreisser
Author: kpreisser Date: Thu Sep 26 21:33:32 2013 New Revision: 1526712 URL: http://svn.apache.org/r1526712 Log: Improve WebSocket examples: use strict; in JavaScript blocks to enable strict mode. Modified: tomcat/trunk/webapps/examples/websocket/chat.xhtml tomcat/trunk/webapps/examples

svn commit: r1526918 - in /tomcat/trunk/webapps/docs: images/docs-stylesheet.css tomcat-docs.xsl

2013-09-27 Thread kpreisser
Author: kpreisser Date: Fri Sep 27 14:48:41 2013 New Revision: 1526918 URL: http://svn.apache.org/r1526918 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve CSS: - Use media queries in the main CSS file to better control when CSS styles should not be applied for printing

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

2013-09-27 Thread kpreisser
Author: kpreisser Date: Fri Sep 27 14:56:46 2013 New Revision: 1526921 URL: http://svn.apache.org/r1526921 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve CSS: - Use media queries in the main CSS file to better control when CSS styles should not be applied for printing

svn commit: r1526922 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2013-09-27 Thread kpreisser
Author: kpreisser Date: Fri Sep 27 14:59:38 2013 New Revision: 1526922 URL: http://svn.apache.org/r1526922 Log: Use h4 instead of h3 for Headings in section elements for correct document outline. Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml

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

2013-09-27 Thread kpreisser
Author: kpreisser Date: Fri Sep 27 15:02:15 2013 New Revision: 1526926 URL: http://svn.apache.org/r1526926 Log: Follow-Up to r1526921: Remove unnecessary CSS file, as printer-only styles are now in the main CSS file. Removed: tomcat/site/trunk/docs/stylesheets/tomcat-printer.css tomcat

svn commit: r1527123 - in /tomcat/site/trunk: docs/stylesheets/tomcat.css docs/svn.html xdocs/stylesheets/tomcat.css xdocs/svn.xml

2013-09-27 Thread kpreisser
Author: kpreisser Date: Fri Sep 27 23:22:48 2013 New Revision: 1527123 URL: http://svn.apache.org/r1527123 Log: Allow to specify noHighlight class on a parent element so that code child elements will not be highlighted. Modified: tomcat/site/trunk/docs/stylesheets/tomcat.css tomcat/site

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

2013-09-27 Thread kpreisser
Author: kpreisser Date: Fri Sep 27 23:23:54 2013 New Revision: 1527124 URL: http://svn.apache.org/r1527124 Log: Allow to specify noHighlight class on a parent element so that code child elements will not be highlighted. Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css

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

2013-10-01 Thread kpreisser
Author: kpreisser Date: Tue Oct 1 16:35:39 2013 New Revision: 1528140 URL: http://svn.apache.org/r1528140 Log: Fix style for h4 element in comments section. Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css URL

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

2013-10-01 Thread kpreisser
Author: kpreisser Date: Tue Oct 1 16:37:43 2013 New Revision: 1528141 URL: http://svn.apache.org/r1528141 Log: Replace tab with spaces Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css URL: http://svn.apache.org

svn commit: r1528178 - /tomcat/trunk/webapps/examples/jsp/jsptoserv/jts.html

2013-10-01 Thread kpreisser
Author: kpreisser Date: Tue Oct 1 18:46:55 2013 New Revision: 1528178 URL: http://svn.apache.org/r1528178 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve markup of HTML page. Fix broken link to ServletToJsp.java.html - it is generated by Ant txt2html task. Modified

svn commit: r1528211 - /tomcat/trunk/java/org/apache/tomcat/buildutil/Txt2Html.java

2013-10-01 Thread kpreisser
Author: kpreisser Date: Tue Oct 1 20:26:55 2013 New Revision: 1528211 URL: http://svn.apache.org/r1528211 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 - Improve HTML markup of generated pages by Txt2HTML ant task. - Use declared encoding (ISO-8859-1) instead of default

svn commit: r1528212 - /tomcat/tc7.0.x/trunk/webapps/examples/jsp/jsptoserv/jts.html

2013-10-01 Thread kpreisser
Author: kpreisser Date: Tue Oct 1 20:36:09 2013 New Revision: 1528212 URL: http://svn.apache.org/r1528212 Log: Fix broken link to ServletToJsp.java.html - it is generated by Ant txt2html task. Modified: tomcat/tc7.0.x/trunk/webapps/examples/jsp/jsptoserv/jts.html Modified: tomcat/tc7.0.x

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

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 19:54:33 2013 New Revision: 1528608 URL: http://svn.apache.org/r1528608 Log: Fix broken link for Tomcat Home image. Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html tomcat/site/trunk/docs/contact.html tomcat/site

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

2013-10-02 Thread kpreisser
Author: kpreisser Date: Wed Oct 2 20:10:23 2013 New Revision: 1528610 URL: http://svn.apache.org/r1528610 Log: jdbc-pool.xml uses UTF-8 encoding. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1528610r1

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 visible (whereas

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: 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) tomcat/trunk

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: 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: 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/index.html tomcat

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: 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/appdev/sample

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/docs/WEB-INF/web.xml tomcat/trunk

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: 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: tomcat/site/trunk/xdocs

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: 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=1530298r1=1530297r2=1530298view=diff == ---

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: 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. Modified: tomcat/trunk/webapps

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: 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: 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: 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: 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: 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: 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: 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: 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.xhtml URL

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: 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/websocket

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: 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: 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: 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: 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.0.42

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: 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

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: 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: 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: 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/websocket

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/tc7.0.x

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: 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) meta name=email ... because email is not a registered name. - Reorder the $project declaration Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl

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: 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: 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: 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: 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/native/trunk/xdocs

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.1.x/xdocs

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: 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: 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: 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: 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/webapps/examples/websocket

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 cursor

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: 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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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

  1   2   >