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

2018-05-12 Thread violetagg
Author: violetagg Date: Sat May 12 13:18:22 2018 New Revision: 1831478 URL: http://svn.apache.org/viewvc?rev=1831478=rev Log: Updates (excluding docs) for 7.0.88 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

svn commit: r1831479 - in /tomcat/site/trunk/docs: ./ tomcat-7.0-doc/ tomcat-7.0-doc/api/ tomcat-7.0-doc/api/org/apache/catalina/ tomcat-7.0-doc/api/org/apache/catalina/ant/ tomcat-7.0-doc/api/org/apa

2018-05-12 Thread violetagg
Author: violetagg Date: Sat May 12 13:42:36 2018 New Revision: 1831479 URL: http://svn.apache.org/viewvc?rev=1831479=rev Log: Update docs for Apache Tomcat 7.0.88 release. [This commit notification would consist of 64 parts, which exceeds the limit of 50 ones, so it was shortened to the

[Bug 62371] Improve logging in AbstractProcessor.parseHost()

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371 --- Comment #7 from Mark Thomas --- (In reply to Mark Thomas from comment #6) > (In reply to Robert Rettig from comment #4) > > Created attachment 35931 [details] > > Fixes hyphen validation > > This patch is not consistent

[Bug 56143] Allow "service.bat install" to be used in an non-UAC cmd.exe session

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56143 jerson viveros changed: What|Removed |Added CC||jerv...@gmail.com

svn commit: r26875 - /release/tomcat/tomcat-7/v7.0.86/

2018-05-12 Thread violetagg
Author: violetagg Date: Sat May 12 13:46:34 2018 New Revision: 26875 Log: Remove 7.0.86 Removed: release/tomcat/tomcat-7/v7.0.86/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

[ANN] Apache Tomcat 7.0.88 released

2018-05-12 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.88. 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

[Bug 62371] Improve logging in AbstractProcessor.parseHost()

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371 --- Comment #6 from Mark Thomas --- (In reply to Robert Rettig from comment #4) > Created attachment 35931 [details] > Fixes hyphen validation This patch is not consistent with the RFCs for host / domain names. I'm currently

[Bug 62371] Improve logging in AbstractProcessor.parseHost()

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371 --- Comment #8 from Mark Thomas --- My limited understanding after reading the Docket documentation is that tasks. is used (via DNS) to get a list of all of the tasks backing the service. Why would there be a HTTP request to

svn commit: r1831483 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/HttpParser.java test/org/apache/tomcat/util/http/parser/TestHttpParserHost.java

2018-05-12 Thread markt
Author: markt Date: Sat May 12 17:01:11 2018 New Revision: 1831483 URL: http://svn.apache.org/viewvc?rev=1831483=rev Log: Simplify HostParser after reviewing code. Add additional test case. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 jerson viveros changed: What|Removed |Added OS|Linux |Windows 10 --

[Bug 56143] Allow "service.bat install" to be used in an non-UAC cmd.exe session

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56143 --- Comment #7 from Mark Thomas --- The content of attachment 35932 has been deleted for the following reason: Not relevant. Potential malware. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62371] Improve logging in AbstractProcessor.parseHost()

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371 --- Comment #10 from Robert Rettig --- (In reply to Mark Thomas from comment #8) > My limited understanding after reading the Docket documentation is that > tasks. is used (via DNS) to get a list of all of the tasks >

[Bug 62371] Improve logging in AbstractProcessor.parseHost()

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371 --- Comment #11 from Mark Thomas --- 'data-service.tenant1-apps.svc' is a valid domain name so that should be OK. I don't know enough about docker to know if using 'tasks.service-name' in that way is a valid usage or not.

[Bug 62371] Improve logging in AbstractProcessor.parseHost()

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371 --- Comment #9 from Robert Rettig --- (In reply to Mark Thomas from comment #8) > My limited understanding after reading the Docket documentation is that > tasks. is used (via DNS) to get a list of all of the tasks >

svn commit: r1831486 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/HttpParser.java java/org/apache/tomcat/util/http/parser/LocalStrings.properties test/org/apache/tomcat/util/http/parser

2018-05-12 Thread markt
Author: markt Date: Sat May 12 17:58:17 2018 New Revision: 1831486 URL: http://svn.apache.org/viewvc?rev=1831486=rev Log: Better error message when segment / domain name ends in an invalid state. Add an additional test case and remove debug code added in previous commit. Modified:

[Bug 62371] Improve logging in AbstractProcessor.parseHost()

2018-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371 --- Comment #12 from Robert Rettig --- (In reply to Mark Thomas from comment #11) > 'data-service.tenant1-apps.svc' is a valid domain name so that should be OK. > > I don't know enough about docker to know if using