Re: [VOTE] Release Apache Tomcat 9.0.37

2020-07-04 Thread Emmanuel Bourg
Le 30/06/2020 à 22:41, Mark Thomas a écrit :

> The proposed 9.0.37 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.37

+1, tested in Debian

Emmanuel Bourg



signature.asc
Description: OpenPGP digital signature


[GitHub] [tomcat] jbampton opened a new pull request #316: Use lowercase HTML tags and attributes. Add quotes around attributes.

2020-07-04 Thread GitBox


jbampton opened a new pull request #316:
URL: https://github.com/apache/tomcat/pull/316


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64578] New: gurilaz

2020-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64578

Bug ID: 64578
   Summary: gurilaz
   Product: Tomcat 7
   Version: unspecified
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Examples
  Assignee: dev@tomcat.apache.org
  Reporter: bututgamm...@gmail.com
  Target Milestone: ---

Created attachment 37350
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37350&action=edit
gurilaz

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64576] New: gurilaz

2020-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64576

Bug ID: 64576
   Summary: gurilaz
   Product: Tomcat Modules
   Version: unspecified
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: jdbc-pool
  Assignee: dev@tomcat.apache.org
  Reporter: bututgamm...@gmail.com
  Target Milestone: ---

Created attachment 37348
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37348&action=edit
gurilaz

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] jbampton opened a new pull request #315: Standardize XSL files. Fix spelling.

2020-07-04 Thread GitBox


jbampton opened a new pull request #315:
URL: https://github.com/apache/tomcat/pull/315


   Indents, lowercase HTML tags, blank lines



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot failure in on tomcat-trunk

2020-07-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building 
tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/5289

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf946_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit' 
triggered this build
Build Source Stamp: [branch master] 96b5ab3aac24c25f478b8299110dfd02ca0e1507
Blamelist: John Bampton 

BUILD FAILED: failed shell_11

Sincerely,
 -The Buildbot




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Fix case of JavaScript.

2020-07-04 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 96b5ab3  Fix case of JavaScript.
96b5ab3 is described below

commit 96b5ab3aac24c25f478b8299110dfd02ca0e1507
Author: John Bampton 
AuthorDate: Sat Jul 4 09:28:13 2020 +1000

Fix case of JavaScript.

Changes were:

- `javascript` to `JavaScript`
- `Javascript` to `JavaScript`
---
 conf/web.xml| 2 +-
 java/org/apache/catalina/filters/ExpiresFilter.java | 2 +-
 webapps/docs/config/filter.xml  | 2 +-
 webapps/docs/ssi-howto.xml  | 2 +-
 webapps/docs/ssl-howto.xml  | 2 +-
 webapps/examples/websocket/chat.xhtml   | 4 ++--
 webapps/examples/websocket/drawboard.xhtml  | 4 ++--
 webapps/examples/websocket/echo.xhtml   | 4 ++--
 webapps/examples/websocket/snake.xhtml  | 4 ++--
 9 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/conf/web.xml b/conf/web.xml
index ef80563..a685947 100644
--- a/conf/web.xml
+++ b/conf/web.xml
@@ -548,7 +548,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/java/org/apache/catalina/filters/ExpiresFilter.java 
b/java/org/apache/catalina/filters/ExpiresFilter.java
index be90783..16c9c8d 100644
--- a/java/org/apache/catalina/filters/ExpiresFilter.java
+++ b/java/org/apache/catalina/filters/ExpiresFilter.java
@@ -81,7 +81,7 @@ import org.apache.juli.logging.LogFactory;
  * 
  * Filter ConfigurationBasic configuration to add
  * '{@code Expires}' and '{@code Cache-Control: max-age=}'
- * headers to images, css and javascript
+ * headers to images, css and JavaScript
  *
  * 
  * {@code
diff --git a/webapps/docs/config/filter.xml b/webapps/docs/config/filter.xml
index e6bb2cf..eef71df 100644
--- a/webapps/docs/config/filter.xml
+++ b/webapps/docs/config/filter.xml
@@ -508,7 +508,7 @@ HTTP/1.1 200 OK
   
 
 Basic configuration to add 'Expires' and 
'Cache-Control: max-age='
-headers to images, css and javascript.
+headers to images, css and JavaScript.
 
 
 
 
 
-Seems your browser doesn't 
support Javascript! Websockets rely on Javascript being enabled. Please enable
-Javascript and reload this page!
+Seems your browser doesn't 
support JavaScript! Websockets rely on JavaScript being enabled. Please enable
+JavaScript and reload this page!
 
 
 
diff --git a/webapps/examples/websocket/drawboard.xhtml 
b/webapps/examples/websocket/drawboard.xhtml
index 82e494f..14c5b2a 100644
--- a/webapps/examples/websocket/drawboard.xhtml
+++ b/webapps/examples/websocket/drawboard.xhtml
@@ -858,8 +858,8 @@
 ]]>
 
 
-Seems 
your browser doesn't support Javascript! Websockets rely on Javascript being 
enabled. Please enable
-Javascript and reload this page!
+Seems 
your browser doesn't support JavaScript! Websockets rely on JavaScript being 
enabled. Please enable
+JavaScript and reload this page!
 
 
 
diff --git a/webapps/examples/websocket/echo.xhtml 
b/webapps/examples/websocket/echo.xhtml
index 89347bb..ac2a732 100644
--- a/webapps/examples/websocket/echo.xhtml
+++ b/webapps/examples/websocket/echo.xhtml
@@ -136,8 +136,8 @@
 ]]>
 
 
-Seems your browser doesn't 
support Javascript! Websockets rely on Javascript being enabled. Please enable
-Javascript and reload this page!
+Seems your browser doesn't 
support JavaScript! Websockets rely on JavaScript being enabled. Please enable
+JavaScript and reload this page!
 
 
 
diff --git a/webapps/examples/websocket/snake.xhtml 
b/webapps/examples/websocket/snake.xhtml
index b71077c..f0dee27 100644
--- a/webapps/examples/websocket/snake.xhtml
+++ b/webapps/examples/websocket/snake.xhtml
@@ -49,8 +49,8 @@
 ]]>
 
 
-Seems your browser 
doesn't support Javascript! Websockets rely on Javascript being enabled. Please 
enable
-Javascript and reload this page!
+Seems your browser 
doesn't support JavaScript! Websockets rely on JavaScript being enabled. Please 
enable
+JavaScript and reload this page!
 
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] markt-asf merged pull request #313: Fix case of JavaScript.

2020-07-04 Thread GitBox


markt-asf merged pull request #313:
URL: https://github.com/apache/tomcat/pull/313


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org