Re: Responsive Website for tomcat.apache.org

2018-01-25 Thread Igal Sapir
Please see patch at https://github.com/isapir/tomcat-site/commit/5e4d642 which adjusts the search box alignment and adds a keyboard toggle with the Enter key when the hamburger menu icon has focus. Best, Igal On Thu, Jan 25, 2018 at 1:34 PM, Igal @ Lucee.org wrote: > On

[Bug 62047] Conflicting documentation concerning database connection

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62047 --- Comment #2 from Konstantin Kolinko --- I updated the migration documentation to better clarify the difference (r1822244). -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1822244 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2018-01-25 Thread kkolinko
Author: kkolinko Date: Fri Jan 26 02:18:30 2018 New Revision: 1822244 URL: http://svn.apache.org/viewvc?rev=1822244=rev Log: Clarify documentation for migration to Tomcat 8.0: DBCP pool configuration changes are not applicable to Tomcat JDBC pool.

svn commit: r1822243 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2018-01-25 Thread kkolinko
Author: kkolinko Date: Fri Jan 26 01:19:43 2018 New Revision: 1822243 URL: http://svn.apache.org/viewvc?rev=1822243=rev Log: Add link to the "Specifications" page of the Wiki. Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified:

svn commit: r1822237 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-01-25 Thread markt
Author: markt Date: Thu Jan 25 23:01:09 2018 New Revision: 1822237 URL: http://svn.apache.org/viewvc?rev=1822237=rev Log: Spotbugs Filter out a false positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL:

[Bug 62000] Avoid swallowing exception inside NamingContext lookup

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62000 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1822236 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/NamingContext.java webapps/docs/changelog.xml

2018-01-25 Thread markt
Author: markt Date: Thu Jan 25 22:45:15 2018 New Revision: 1822236 URL: http://svn.apache.org/viewvc?rev=1822236=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62000 When a JNDI reference cannot be resolved, ensure that the root cause exception is reported rather than swallowed.

svn commit: r1822235 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/naming/NamingContext.java webapps/docs/changelog.xml

2018-01-25 Thread markt
Author: markt Date: Thu Jan 25 22:44:30 2018 New Revision: 1822235 URL: http://svn.apache.org/viewvc?rev=1822235=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62000 When a JNDI reference cannot be resolved, ensure that the root cause exception is reported rather than swallowed.

svn commit: r1822234 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/naming/NamingContext.java webapps/docs/changelog.xml

2018-01-25 Thread markt
Author: markt Date: Thu Jan 25 22:44:00 2018 New Revision: 1822234 URL: http://svn.apache.org/viewvc?rev=1822234=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62000 When a JNDI reference cannot be resolved, ensure that the root cause exception is reported rather than swallowed.

svn commit: r1822232 - in /tomcat/trunk: java/org/apache/naming/NamingContext.java webapps/docs/changelog.xml

2018-01-25 Thread markt
Author: markt Date: Thu Jan 25 22:41:56 2018 New Revision: 1822232 URL: http://svn.apache.org/viewvc?rev=1822232=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62000 When a JNDI reference cannot be resolved, ensure that the root cause exception is reported rather than swallowed.

[Bug 62048] Missing logout function in Manager and Host-Manager webapps

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62048 --- Comment #1 from Mark Thomas --- They use BASIC auth. You can't logout from BASIC auth. We could change the auth mechanism but then that creates issues for the command line tools. I'm leaning towards WONTFIX but if

[Bug 62047] Conflicting documentation concerning database connection

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62047 Mark Thomas changed: What|Removed |Added OS||All

[Bug 62048] New: Missing logout function in Manager and Host-Manager webapps

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62048 Bug ID: 62048 Summary: Missing logout function in Manager and Host-Manager webapps Product: Tomcat 9 Version: 9.0.4 Hardware: PC OS: Linux

[Bug 62028] Server Sent Event closed connection throws IOException

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62028 Mark Thomas changed: What|Removed |Added OS||All

Re: Responsive Website for tomcat.apache.org

2018-01-25 Thread Igal @ Lucee.org
On 1/25/2018 1:04 PM, Konstantin Kolinko wrote: 2018-01-25 20:06 GMT+03:00 Igal @ Lucee.org : Thank you for sharing your screenshots. I am not sure why that happened but I will fix it. The first thing that comes to mind is a cached CSS file, so I will rename the file to make

[Bug 62047] New: Conflicting documentation concerning database connection

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62047 Bug ID: 62047 Summary: Conflicting documentation concerning database connection Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW

Re: Responsive Website for tomcat.apache.org

2018-01-25 Thread Konstantin Kolinko
2018-01-25 20:06 GMT+03:00 Igal @ Lucee.org : > Violeta, Konstantin, > > On 1/25/2018 3:57 AM, Konstantin Kolinko wrote: >> >> 2018-01-25 10:00 GMT+03:00 Violeta Georgieva : >>> >>> Here is what I see with Chrome, Firefox and Safari >>>

Re: Responsive Website for tomcat.apache.org

2018-01-25 Thread Igal @ Lucee.org
On 1/25/2018 1:48 AM, Violeta Georgieva wrote: 2018-01-24 21:05 GMT+02:00 Igal @ Lucee.org : Perhaps a better phrasing would be: "Note, that Tomcat Documentation is provided on this site and is searchable (see links and search box at the left)." Given that I can not make the

Re: Responsive Website for tomcat.apache.org

2018-01-25 Thread Igal @ Lucee.org
Violeta, Konstantin, On 1/25/2018 3:57 AM, Konstantin Kolinko wrote: 2018-01-25 10:00 GMT+03:00 Violeta Georgieva : Here is what I see with Chrome, Firefox and Safari https://github.com/violetagg/tomcat-website-screenshots Regards, Violeta Here are mine screenshots:

Re: Responsive Website for tomcat.apache.org

2018-01-25 Thread Konstantin Kolinko
2018-01-25 10:00 GMT+03:00 Violeta Georgieva : > 2018-01-24 21:05 GMT+02:00 Igal @ Lucee.org : >> >> Konstantin, >> >> I'd be happy to make all the necessary corections. >> >> On 1/24/2018 2:44 AM, Konstantin Kolinko wrote: >>> >>> 1. The "print view" of the

[Bug 62011] tomcat-jdbc-pool JMX Instrumentation for PreferedStatementCache

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62011 --- Comment #1 from Keiichi Fujino --- Do you have any patch or idea for this enhancement? -- You are receiving this mail because: You are the assignee for the bug.

Re: Responsive Website for tomcat.apache.org

2018-01-25 Thread Violeta Georgieva
2018-01-24 21:05 GMT+02:00 Igal @ Lucee.org : > > Konstantin, > > I'd be happy to make all the necessary corections. > > On 1/24/2018 2:44 AM, Konstantin Kolinko wrote: >> >> 1. The "print view" of the page is important. One should be able to >> print it. Especially the

Re: [ANN] Apache Tomcat 7.0.84 released

2018-01-25 Thread sebb
Might be an idea to include a link to the main Tomcat page somewhere in the announce? On 25 January 2018 at 08:44, Violeta Georgieva wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 7.0.84. > > Apache Tomcat is an open source software

svn commit: r1822192 - in /tomcat/site/trunk: docs/lists.html xdocs/lists.xml

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 09:46:23 2018 New Revision: 1822192 URL: http://svn.apache.org/viewvc?rev=1822192=rev Log: Rephrase the sentence Modified: tomcat/site/trunk/docs/lists.html tomcat/site/trunk/xdocs/lists.xml Modified: tomcat/site/trunk/docs/lists.html URL:

svn commit: r1822190 - in /tomcat/site/trunk: docs/lists.html xdocs/lists.xml

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 09:38:12 2018 New Revision: 1822190 URL: http://svn.apache.org/viewvc?rev=1822190=rev Log: For every Tomcat version use different letter as 3rd number in the version Modified: tomcat/site/trunk/docs/lists.html tomcat/site/trunk/xdocs/lists.xml

svn commit: r1822189 - in /tomcat/site/trunk: docs/lists.html xdocs/lists.xml

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 09:33:30 2018 New Revision: 1822189 URL: http://svn.apache.org/viewvc?rev=1822189=rev Log: Added the missing Tomcat versions Modified: tomcat/site/trunk/docs/lists.html tomcat/site/trunk/xdocs/lists.xml Modified: tomcat/site/trunk/docs/lists.html URL:

[ANN] Apache Tomcat 7.0.84 released

2018-01-25 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.84. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[ANN] Apache Tomcat 8.0.49 released

2018-01-25 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.49. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. The Apache Tomcat team announced that support for Apache Tomcat 8.0.x will end on 30 June 2018. Apache

svn commit: r1822188 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 08:36:59 2018 New Revision: 1822188 URL: http://svn.apache.org/viewvc?rev=1822188=rev Log: Correct s/tomcat9.exe/tomcat7.exe/ Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange:

svn commit: r1822187 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 08:35:47 2018 New Revision: 1822187 URL: http://svn.apache.org/viewvc?rev=1822187=rev Log: Correct s/tomcat9.exe/tomcat8.exe/ Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Propchange:

svn commit: r1822186 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 08:34:06 2018 New Revision: 1822186 URL: http://svn.apache.org/viewvc?rev=1822186=rev Log: Correct s/tomcat9.exe/tomcat8.exe/ Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r24432 - /release/tomcat/tomcat-8/v8.0.48/

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 08:25:38 2018 New Revision: 24432 Log: Remove 8.0.48 Removed: release/tomcat/tomcat-8/v8.0.48/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

[Tomcat Wiki] Update of "TomcatVersions" by VioletaGeorgieva

2018-01-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by VioletaGeorgieva: https://wiki.apache.org/tomcat/TomcatVersions?action=diff=29=30 = Tomcat 9.0.x = ||Spec versions: ||Servlet 4.0,

svn commit: r1822183 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 08:23:12 2018 New Revision: 1822183 URL: http://svn.apache.org/viewvc?rev=1822183=rev Log: Update docs for Apache Tomcat 8.0.49 release. [This commit notification would consist of 77 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1822181 - in /tomcat/site/trunk: ./ docs/ xdocs/

2018-01-25 Thread violetagg
Author: violetagg Date: Thu Jan 25 08:12:12 2018 New Revision: 1822181 URL: http://svn.apache.org/viewvc?rev=1822181=rev Log: Updates (excluding docs) for 8.0.49 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf