[UPDATE][SECURITY] CVE-2017-7675 Apache Tomcat Security Constraint Bypass

2017-08-10 Thread Mark Thomas
CVE-2017-7675 Apache Tomcat Security Constraint Bypass

Severity: Important

Vendor: The Apache Software Foundation

Versions Affected:
Apache Tomcat 9.0.0.M1 to 9.0.0.M21
Apache Tomcat 8.5.0 to 8.5.15

Description:
The HTTP/2 implementation bypassed a number of security checks that
prevented directory traversal attacks. It was therefore possible to
bypass security constraints using an specially crafted URL.

Mitigation:
Users of the affected versions should apply one of the following
mitigations:
- Upgrade to Apache Tomcat 9.0.0.M22 or later
- Upgrade to Apache Tomcat 8.5.16 or later

Credit:
The issue was reported as Bug 61120 and the security implications
identified by the Apache Tomcat Security Team.

History:
2017-08-10 Original advisory
2017-08-10 Correct copy/paste error in title

References:
[1] http://tomcat.apache.org/security-9.html
[2] http://tomcat.apache.org/security-8.html
[3] http://tomcat.apache.org/security-7.html
[4] https://bz.apache.org/bugzilla/show_bug.cgi?id=61120


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



[Bug 61101] CorsFilter should add Vary header to response

2017-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61101

--- Comment #2 from Mark Thomas  ---
This is CVE-2017-7674

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



svn propchange: r1795816 - svn:log

2017-08-10 Thread markt
Author: markt
Revision: 1795816
Modified property: svn:log

Modified: svn:log at Thu Aug 10 22:07:19 2017
--
--- svn:log (original)
+++ svn:log Thu Aug 10 22:07:19 2017
@@ -1 +1,2 @@
 BZ61101: CORS filter should set Vary header in response. Submitted by Rick 
Riemer.
+This is the fix for CVE-2017-7674


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



svn propchange: r1795815 - svn:log

2017-08-10 Thread markt
Author: markt
Revision: 1795815
Modified property: svn:log

Modified: svn:log at Thu Aug 10 22:07:08 2017
--
--- svn:log (original)
+++ svn:log Thu Aug 10 22:07:08 2017
@@ -1 +1,2 @@
 BZ61101: CORS filter should set Vary header in response. Submitted by Rick 
Riemer.
+This is the fix for CVE-2017-7674


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



svn propchange: r1795814 - svn:log

2017-08-10 Thread markt
Author: markt
Revision: 1795814
Modified property: svn:log

Modified: svn:log at Thu Aug 10 22:06:58 2017
--
--- svn:log (original)
+++ svn:log Thu Aug 10 22:06:58 2017
@@ -1 +1,2 @@
 BZ61101: CORS filter should set Vary header in response. Submitted by Rick 
Riemer.
+This is the fix for CVE-2017-7674


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



svn propchange: r1795813 - svn:log

2017-08-10 Thread markt
Author: markt
Revision: 1795813
Modified property: svn:log

Modified: svn:log at Thu Aug 10 22:06:43 2017
--
--- svn:log (original)
+++ svn:log Thu Aug 10 22:06:43 2017
@@ -1 +1,2 @@
 BZ61101: CORS filter should set Vary header in response. Submitted by Rick 
Riemer.
+This is the fix for CVE-2017-7674


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



[Bug 61120] Tomcat 8.5.15 with HTTP/2: URL path parameters lost

2017-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61120

--- Comment #2 from Mark Thomas  ---
This is CVE-2017-7675.

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



svn propchange: r1796091 - svn:log

2017-08-10 Thread markt
Author: markt
Revision: 1796091
Modified property: svn:log

Modified: svn:log at Thu Aug 10 22:05:43 2017
--
--- svn:log (original)
+++ svn:log Thu Aug 10 22:05:43 2017
@@ -1,2 +1,3 @@
 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61120
 Do not ignore path parameters when processing HTTP/2 requests.
+This is the fix for CVE-2017-7675


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



svn propchange: r1796090 - svn:log

2017-08-10 Thread markt
Author: markt
Revision: 1796090
Modified property: svn:log

Modified: svn:log at Thu Aug 10 22:05:29 2017
--
--- svn:log (original)
+++ svn:log Thu Aug 10 22:05:29 2017
@@ -1,2 +1,3 @@
 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61120
 Do not ignore path parameters when processing HTTP/2 requests.
+This is the fix for CVE-2017-7675


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



[SECURITY] CVE-2017-7675 Apache Tomcat Security Constraint Bypass

2017-08-10 Thread Mark Thomas
CVE-2017-7675 Apache Tomcat Cache Poisoning

Severity: Important

Vendor: The Apache Software Foundation

Versions Affected:
Apache Tomcat 9.0.0.M1 to 9.0.0.M21
Apache Tomcat 8.5.0 to 8.5.15

Description:
The HTTP/2 implementation bypassed a number of security checks that
prevented directory traversal attacks. It was therefore possible to
bypass security constraints using an specially crafted URL.

Mitigation:
Users of the affected versions should apply one of the following
mitigations:
- Upgrade to Apache Tomcat 9.0.0.M22 or later
- Upgrade to Apache Tomcat 8.5.16 or later

Credit:
The issue was reported as Bug 61120 and the security implications
identified by the Apache Tomcat Security Team.

History:
2017-08-10 Original advisory

References:
[1] http://tomcat.apache.org/security-9.html
[2] http://tomcat.apache.org/security-8.html
[3] http://tomcat.apache.org/security-7.html
[4] https://bz.apache.org/bugzilla/show_bug.cgi?id=61120

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



[SECURITY] CVE-2017-7674 Apache Tomcat Cache Poisoning

2017-08-10 Thread Mark Thomas
CVE-2017-7674 Apache Tomcat Cache Poisoning

Severity: Moderate

Vendor: The Apache Software Foundation

Versions Affected:
Apache Tomcat 9.0.0.M1 to 9.0.0.M21
Apache Tomcat 8.5.0 to 8.5.15
Apache Tomcat 8.0.0.RC1 to 8.0.44
Apache Tomcat 7.0.41 to 7.0.78

Description:
The CORS Filter did not an HTTP Vary header indicating that the response
varies depending on Origin. This permitted client and server side cache
poisoning in some circumstances.

Mitigation:
Users of the affected versions should apply one of the following
mitigations:
- Upgrade to Apache Tomcat 9.0.0.M22 or later
- Upgrade to Apache Tomcat 8.5.16 or later
- Upgrade to Apache Tomcat 8.0.45 or later
- Upgrade to Apache Tomcat 7.0.79 or later

Credit:
The issue was reported as Bug 61101 and the security implications
identified by the Apache Tomcat Security Team.

History:
2017-08-10 Original advisory

References:
[1] http://tomcat.apache.org/security-9.html
[2] http://tomcat.apache.org/security-8.html
[3] http://tomcat.apache.org/security-7.html
[4] https://bz.apache.org/bugzilla/show_bug.cgi?id=61101

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



svn commit: r1804734 - in /tomcat/site/trunk: docs/security-7.html docs/security-8.html docs/security-9.html xdocs/security-7.xml xdocs/security-8.xml xdocs/security-9.xml

2017-08-10 Thread markt
Author: markt
Date: Thu Aug 10 22:01:13 2017
New Revision: 1804734

URL: http://svn.apache.org/viewvc?rev=1804734=rev
Log:
Add info for:
- CVE-2017-7674
- CVE-2017-7675

Modified:
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/docs/security-9.html
tomcat/site/trunk/xdocs/security-7.xml
tomcat/site/trunk/xdocs/security-8.xml
tomcat/site/trunk/xdocs/security-9.xml

Modified: tomcat/site/trunk/docs/security-7.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1804734=1804733=1804734=diff
==
--- tomcat/site/trunk/docs/security-7.html (original)
+++ tomcat/site/trunk/docs/security-7.html Thu Aug 10 22:01:13 2017
@@ -210,6 +210,9 @@
 Apache Tomcat 7.x 
vulnerabilities
 
 
+Fixed in Apache Tomcat 7.0.79
+
+
 Fixed in Apache Tomcat 7.0.78
 
 
@@ -366,6 +369,34 @@
 
   
 
+
+1 July 2017 Fixed in Apache Tomcat 
7.0.79
+
+
+
+
+Moderate: Cache Poisoning
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7674; 
rel="nofollow">CVE-2017-7674
+
+
+
+The CORS Filter did not an HTTP Vary header indicating that the response
+   varies depending on Origin. This permitted client and server side cache
+   poisoning in some circumstances.
+
+
+This was fixed in revision http://svn.apache.org/viewvc?view=revrev=1795816;>1795816.
+
+
+The issue was reported as bug https://bz.apache.org/bugzilla/show_bug.cgi?id=61101;>61101 on 16 May 
2017. The full
+   implications of this issue were identified by the Tomcat Security Team
+   the same day. This issue was made public on 10 August 2017.
+
+
+Affects: 7.0.41 to 7.0.78
+
+  
+
 
 16 May 2017 Fixed in Apache Tomcat 
7.0.78
 

Modified: tomcat/site/trunk/docs/security-8.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1804734=1804733=1804734=diff
==
--- tomcat/site/trunk/docs/security-8.html (original)
+++ tomcat/site/trunk/docs/security-8.html Thu Aug 10 22:01:13 2017
@@ -210,6 +210,12 @@
 Apache Tomcat 8.x 
vulnerabilities
 
 
+Fixed in Apache Tomcat 8.0.45
+
+
+Fixed in Apache Tomcat 8.5.16
+
+
 Fixed in Apache Tomcat 8.0.44
 
 
@@ -330,6 +336,85 @@
 
   
 
+
+1 July 2017 Fixed in Apache Tomcat 
8.0.45
+
+
+
+
+Moderate: Cache Poisoning
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7674; 
rel="nofollow">CVE-2017-7674
+
+
+
+The CORS Filter did not an HTTP Vary header indicating that the response
+   varies depending on Origin. This permitted client and server side cache
+   poisoning in some circumstances.
+
+
+This was fixed in revision http://svn.apache.org/viewvc?view=revrev=1795815;>1795815.
+
+
+The issue was reported as bug https://bz.apache.org/bugzilla/show_bug.cgi?id=61101;>61101 on 16 May 
2017. The full
+   implications of this issue were identified by the Tomcat Security Team
+   the same day. This issue was made public on 10 August 2017.
+
+
+Affects: 8.0.0.RC1 to 8.0.44
+
+  
+
+
+26 June 2017 Fixed in Apache Tomcat 
8.5.16
+
+
+
+
+Important: Security Constraint Bypass
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7675; 
rel="nofollow">CVE-2017-7675
+
+
+
+The HTTP/2 implementation bypassed a number of security checks that
+   prevented directory traversal attacks. It was therefore possible to
+   bypass security constraints using an specially crafted URL.
+
+
+This was fixed in revision http://svn.apache.org/viewvc?view=revrev=1796091;>1796091.
+
+
+The issue was originally reported as a failure to process URL path
+   parameters in bug https://bz.apache.org/bugzilla/show_bug.cgi?id=61120;>61120 on 24 May 
2017. The full implications
+   of this issue were identified by the Tomcat Security Team the same day.
+   This issue was made public on 10 August 2017.
+
+
+Affects: 8.5.0 to 8.5.15
+
+
+
+Moderate: Cache Poisoning
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7674; 
rel="nofollow">CVE-2017-7674
+
+
+
+The CORS Filter did not an HTTP Vary header indicating that the response
+   varies depending on Origin. This permitted client and server side cache
+   poisoning in some circumstances.
+
+
+This was fixed in revision http://svn.apache.org/viewvc?view=revrev=1795814;>1795814.
+
+
+The issue was reported as bug https://bz.apache.org/bugzilla/show_bug.cgi?id=61101;>61101 on 16 May 
2017. The full
+   implications of this issue were identified by the Tomcat Security Team
+   the same day. This issue was made public on 10 August 2017.
+
+
+Affects: 8.5.0 to 8.5.15
+
+  
+
 
 16 May 2017 Fixed in Apache Tomcat 
8.0.44
 

Modified: tomcat/site/trunk/docs/security-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-9.html?rev=1804734=1804733=1804734=diff

svn commit: r1804729 - in /tomcat/tc7.0.x/trunk: java/org/apache/naming/resources/FileDirContext.java java/org/apache/naming/resources/VirtualDirContext.java webapps/docs/changelog.xml

2017-08-10 Thread markt
Author: markt
Date: Thu Aug 10 21:09:31 2017
New Revision: 1804729

URL: http://svn.apache.org/viewvc?rev=1804729=rev
Log:
Correct regression in r1804604 that broke WebDAV.

Modified:
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java?rev=1804729=1804728=1804729=diff
==
--- tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java 
Thu Aug 10 21:09:31 2017
@@ -198,7 +198,7 @@ public class FileDirContext extends Base
 @Override
 protected Object doLookup(String name) {
 Object result = null;
-File file = file(name);
+File file = file(name, true);
 
 if (file == null)
 return null;
@@ -235,7 +235,7 @@ public class FileDirContext extends Base
 public void unbind(String name)
 throws NamingException {
 
-File file = file(name);
+File file = file(name, true);
 
 if (file == null)
 throw new NameNotFoundException(
@@ -262,14 +262,14 @@ public class FileDirContext extends Base
 @Override
 public void rename(String oldName, String newName) throws NamingException {
 
-File file = file(oldName);
+File file = file(oldName, true);
 
 if (file == null) {
 throw new NameNotFoundException(sm.getString("resources.notFound", 
oldName));
 }
 
-File newFile = file(newName);
-if (newName == null) {
+File newFile = file(newName, false);
+if (newFile == null) {
 throw new NamingException(sm.getString("resources.renameFail", 
oldName, newName));
 }
 
@@ -296,7 +296,7 @@ public class FileDirContext extends Base
 protected List doListBindings(String name)
 throws NamingException {
 
-File file = file(name);
+File file = file(name, true);
 
 if (file == null)
 return null;
@@ -400,7 +400,7 @@ public class FileDirContext extends Base
 throws NamingException {
 
 // Building attribute list
-File file = file(name);
+File file = file(name, true);
 
 if (file == null)
 return null;
@@ -473,7 +473,7 @@ public class FileDirContext extends Base
 
 // Note: No custom attributes allowed
 
-File file = file(name);
+File file = file(name, false);
 if (file == null) {
 throw new NamingException(sm.getString("resources.bindFailed", 
name));
 }
@@ -511,7 +511,7 @@ public class FileDirContext extends Base
 // Note: No custom attributes allowed
 // Check obj type
 
-File file = file(name);
+File file = file(name, false);
 if (file == null) {
 throw new NamingException(sm.getString("resources.bindFailed", 
name));
 }
@@ -594,7 +594,7 @@ public class FileDirContext extends Base
 public DirContext createSubcontext(String name, Attributes attrs)
 throws NamingException {
 
-File file = file(name);
+File file = file(name, false);
 if (file == null) {
 throw new NamingException(sm.getString("resources.bindFailed", 
name));
 }
@@ -770,6 +770,7 @@ public class FileDirContext extends Base
 
 }
 
+
 /**
  * Return a File object representing the specified normalized
  * context-relative path if it exists and is readable.  Otherwise,
@@ -778,9 +779,27 @@ public class FileDirContext extends Base
  * @param name Normalized context-relative path (with leading '/')
  */
 protected File file(String name) {
+return file(name, true);
+}
 
+
+/**
+ * Return a File object representing the specified normalized
+ * context-relative path if it exists and is readable.  Otherwise,
+ * return null.
+ *
+ * @param name  Normalized context-relative path (with leading '/')
+ * @param mustExist Must the specified resource exist?
+ */
+protected File file(String name, boolean mustExist) {
 File file = new File(base, name);
-if (file.exists() && file.canRead()) {
+return validate(file, mustExist, absoluteBase);
+}
+
+
+protected File validate(File file, boolean mustExist, String absoluteBase) 
{
+
+if (!mustExist || file.exists() && file.canRead()) {
 
 if (allowLinking)
 return file;

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java
URL: 

[Bug 61398] classpath jars and files are not loading from classpath in web applicaiton

2017-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61398

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #1 from Mark Thomas  ---
Bugzilla is not a support forum. Please use the users@ mailing list.

-- 
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 61398] New: classpath jars and files are not loading from classpath in web applicaiton

2017-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61398

Bug ID: 61398
   Summary: classpath jars and files are not loading from
classpath in web applicaiton
   Product: Tomcat 8
   Version: 8.0.45
  Hardware: Other
OS: Linux
Status: NEW
  Severity: blocker
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: vbanu.priy...@gmail.com
  Target Milestone: 

Hi ,

i have added the external folder path and libraries in the tomcat -classpath .
but its not getting loaded b. Getting a classnotfound exception. Kindly request
you helps in resolving this issue at earliest.

Thanks & Regards,
Banu

-- 
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 59617] Java file not found for some jars while loading tomcat

2017-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59617

Banupriya  changed:

   What|Removed |Added

 CC||vbanu.priy...@gmail.com

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



Re: [VOTE] Release Apache Tomcat 7.0.80

2017-08-10 Thread Mark Thomas
On 10/08/17 10:42, Violeta Georgieva wrote:
> The proposed Apache Tomcat 7.0.80 release is now available for voting.
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.80/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1149/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
> 
> The proposed 7.0.80 release is:
> [X] Broken - do not release
> [ ] Stable - go ahead and release as 7.0.80 Stable

Sorry, it looks like my clean-up broke WebDAV. Working on a fix now.

Mark

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



[Bug 61393] org.apache.tomcat.jni.TestSocketServer timeout failure on a fast computer

2017-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61393

Konstantin Kolinko  changed:

   What|Removed |Added

 OS||All
Version|9.0.0.M25   |9.0.0.M26

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



svn commit: r1804661 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 11:00:55 2017
New Revision: 1804661

URL: http://svn.apache.org/viewvc?rev=1804661=rev
Log:
Increment version for next dev cycle

Modified:
tomcat/tc8.0.x/trunk/build.properties.default
tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.0.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1804661=1804660=1804661=diff
==
--- tomcat/tc8.0.x/trunk/build.properties.default (original)
+++ tomcat/tc8.0.x/trunk/build.properties.default Thu Aug 10 11:00:55 2017
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=0
-version.build=46
+version.build=47
 version.patch=0
 version.suffix=-dev
 

Modified: tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default?rev=1804661=1804660=1804661=diff
==
--- tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default Thu Aug 10 11:00:55 
2017
@@ -35,7 +35,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases
 
 # Release version info
-maven.asf.release.deploy.version=8.0.46
+maven.asf.release.deploy.version=8.0.47
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1804661=1804660=1804661=diff
==
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Thu Aug 10 11:00:55 2017
@@ -44,7 +44,9 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
+
+
   
 
   



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



[VOTE] Release Apache Tomcat 8.0.46

2017-08-10 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.46 release is now available for voting.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.46/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1150/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_46/

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

Regards,
Violeta


svn commit: r20918 [2/2] - in /dev/tomcat/tomcat-8/v8.0.46: ./ bin/ bin/embed/ bin/extras/ src/

2017-08-10 Thread violetagg
Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.asc Thu Aug 10 
10:54:28 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJZjDGRAAoJECCLCrHWMBHH0TsQALUlgp2+eWcQ74sPUPCZD2Rq
+0KkXtiGtxfnBmMxm2VfurFLvEEPKOEz8ZjzLz3VN1+WAX0Xxw0G75pKlF5KolGJ+
+82pGjDWxmlfmzilKMXlOeORaLi1k+28KgXgIavcFAf0pDY9yXCvfBAj03UFj2CWO
+lgQbqQeCbW7n3k8PYblO7NDAvp1y0O4oeuEaj8O/sbBvVIkzMvJuhA+Ri7RbBAD5
+WE3k0AN+epG0rzSZsG4ptmCVlFu//T3Ll9hikD41CgPAaYzpWym/NSIt6t1Tlx0c
+4pb8RMINVykFEneQRNw4xR2Wwmyls+zeI6wat4Z3ZCQU0h3j7ywN9KQ3oBLnPOCp
+otWBOEQwi51kACyCwcR+3bxll5lBZAFiKck2lOUjkkippUFlyfLT5zSpb1alAeLL
+TyZGLZ9jdi2Oc50x9HVG1nOraMPI6O7zaw+q0PvLsb7Pi4kEgD4kJKay9PL5ksXM
+9MJQ8ONlBAa+veBRw2SUfL99Lcl7II20eNhayvb50QI+BCl9lxZbkCKLu3HbRIfA
+nqasP3a0ypvux8/vYyNF0/NMnvPs/B0cVPhKAled1LkuX/E6ofEDsuKTAfmEb/y9
+DaiYUVSFSQTNJRoFdA6ilI//SzMdwUk/Hf57WuOwYiMUYPln0cAvbT96bbblRLP7
+f1qmoUU46HfIvzPj0weA
+=uCO+
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.md5
==
--- dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.md5 (added)
+++ dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.md5 Thu Aug 10 
10:54:28 2017
@@ -0,0 +1 @@
+b03623bca281f858f884a0a836dc0d1c *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.sha1
==
--- dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.sha1 (added)
+++ dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.sha1 Thu Aug 10 
10:54:28 2017
@@ -0,0 +1 @@
+f328caae19b69008f298d529667e69ab19b8dcbd *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.asc Thu Aug 
10 10:54:28 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJZjDGQAAoJECCLCrHWMBHHuNoP/iVqjXc5Vk8R598AsYTEIrJa
+8oAksnKd8i5Ud8QK4iGg0qD1MIrY2+DeYkD/sh7JO8mvqC+d/Y/GBo9xe4R1Asud
+zeiaP292PYnI9OzmovTL8lPBrPGGNCAz++zw1UtG7Mh+1M2tEcymJNlYKVJH5rWY
+1Z9PiLC4J3joPVaHeGp5z8iHutG9uftKrla9vYf/t7/TP3ebQHszIlKd2vbFF07C
+vb/WegZZ645DP0VlVa0lhD6vqdzdZqJM1zXZMj7RAh9MnCNVq26zXBZAaxqXLGvN
+btA5epr5OQN6GkNZOwRLN5d6wkqButi+1vBhpubFKfZXPzovVyg9EtUGzly413HM
+lh04gFo1X0f4LJ/bthi6jQiPuJfthfkj7w44WnfEI5DER/WemIv7QAXx059b8Qk2
+X4BYPlOysl86jWoHJ/WrB8j+2CfkEQjfICELuMKfHQI6jNWtKpWprUvND0AgUu8H
+mmWxd5dlhgaXI3+4z89KK8qU8VpC+SW7uECiG5pOTbDVhJjDtsawitsVRyHFyry0
+DP/Ldw5vgW6Ayr0W6TfoPJCdwJ3BJVj2LHOR0T6XJZhD67pF5Kf34Ec+zYWVKtKI
+Pq1jo/8F2hPsS6LkmD9WSFspAw6tK7evg1nDDGFTupGsNY9e1kYNzUksPokmjluS
+TRjWFiDHfFb66UjEVF1L
+=813a
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.md5
==
--- dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.md5 (added)
+++ dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.md5 Thu Aug 
10 10:54:28 2017
@@ -0,0 +1 @@
+860e999cbaf2c80d7fae2d846c7a34a3 *tomcat-juli-adapters.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.sha1
==
--- dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.sha1 (added)
+++ dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.sha1 Thu 
Aug 10 10:54:28 2017
@@ -0,0 +1 @@
+4cc3d940767aa6ef6c5c448d6b4fa2a66ec0 *tomcat-juli-adapters.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar.asc 

svn commit: r20918 [1/2] - in /dev/tomcat/tomcat-8/v8.0.46: ./ bin/ bin/embed/ bin/extras/ src/

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 10:54:28 2017
New Revision: 20918

Log:
Stage 8.0.46 RC

Added:
dev/tomcat/tomcat-8/v8.0.46/
dev/tomcat/tomcat-8/v8.0.46/KEYS
dev/tomcat/tomcat-8/v8.0.46/README.html
dev/tomcat/tomcat-8/v8.0.46/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.0.46/bin/
dev/tomcat/tomcat-8/v8.0.46/bin/README.html
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.zip   (with 
props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.zip.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.zip.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-deployer.zip.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-fulldocs.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-fulldocs.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-fulldocs.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x64.zip   
(with props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x64.zip.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x64.zip.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x64.zip.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x86.zip   
(with props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x86.zip.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x86.zip.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46-windows-x86.zip.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.exe   (with props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.exe.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.exe.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.exe.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.tar.gz   (with props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.zip   (with props)
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.zip.asc
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.zip.md5
dev/tomcat/tomcat-8/v8.0.46/bin/apache-tomcat-8.0.46.zip.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/embed/
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.tar.gz.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.zip   
(with props)
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.zip.asc
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.zip.md5
dev/tomcat/tomcat-8/v8.0.46/bin/embed/apache-tomcat-8.0.46-embed.zip.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/extras/
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-jmx-remote.jar.md5
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-jmx-remote.jar.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.md5
dev/tomcat/tomcat-8/v8.0.46/bin/extras/catalina-ws.jar.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar   (with 
props)
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.asc
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.md5
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli-adapters.jar.sha1
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar   (with props)
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar.asc
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar.md5
dev/tomcat/tomcat-8/v8.0.46/bin/extras/tomcat-juli.jar.sha1
dev/tomcat/tomcat-8/v8.0.46/src/
dev/tomcat/tomcat-8/v8.0.46/src/apache-tomcat-8.0.46-src.tar.gz   (with 
props)
dev/tomcat/tomcat-8/v8.0.46/src/apache-tomcat-8.0.46-src.tar.gz.asc
dev/tomcat/tomcat-8/v8.0.46/src/apache-tomcat-8.0.46-src.tar.gz.md5
dev/tomcat/tomcat-8/v8.0.46/src/apache-tomcat-8.0.46-src.tar.gz.sha1

svn commit: r1804653 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_46: ./ build.properties.default webapps/docs/changelog.xml

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 09:56:12 2017
New Revision: 1804653

URL: http://svn.apache.org/viewvc?rev=1804653=rev
Log:
Tag 8.0.46

Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_46/   (props changed)
  - copied from r1804652, tomcat/tc8.0.x/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_46/build.properties.default
tomcat/tc8.0.x/tags/TOMCAT_8_0_46/webapps/docs/changelog.xml

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_46/
--
bugtraq:append = false

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_46/
--
bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_46/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Thu Aug 10 09:56:12 2017
@@ -0,0 +1,2 @@
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_46/
--
bugtraq:message = Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_46/
--
bugtraq:url = https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_46/
--
--- svn:ignore (added)
+++ svn:ignore Thu Aug 10 09:56:12 2017
@@ -0,0 +1,7 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml

Propchange: tomcat/tc8.0.x/tags/TOMCAT_8_0_46/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Aug 10 09:56:12 2017
@@ -0,0 +1,2 @@
+/tomcat/tc8.5.x/trunk:1735042,1737966,1743139-1743140,1744151,1747537,1747925,1748002,1754614,1754643,1762124,1762183,1762203,1763792,1772948,1777014,1779719,1782037,1782240,1782386-1782387,1785669,1786845,1788249,1788324,1788905,1789216,1789335,1791528,1791558,1796697-1796698,1797521,1798543,1799162,1800143,1801693,1802805
+/tomcat/trunk:1636524,1637156,1637176,1637188,1637331,1637684,1637695,1637890,1637892,1638720-1638725,1639653,1640010,1640083-1640084,1640088,1640275,1640322,1640347,1640361,1640365,1640403,1640410,1640652,1640655-1640658,1640688,1640700-1640883,1640903,1640976,1640978,1641000,1641026,1641038-1641039,1641051-1641052,1641058,1641064,1641300,1641369,1641374,1641380,1641486,1641634,1641656-1641692,1641704,1641707-1641718,1641720-1641722,1641735,1641981,1642233,1642280,1642554,1642564,1642595,1642606,1642668,1642679,1642697,1642699,1642766,1643002,1643045,1643054-1643055,1643066,1643121,1643128,1643206,1643209-1643210,1643216,1643249,1643270,1643283,1643309-1643310,1643323,1643365-1643366,1643370-1643371,1643465,1643474,1643536,1643570,1643634,1643649,1643651,1643654,1643675,1643731,1643733-1643734,1643761,1643766,1643814,1643937,1643963,1644017,1644169,1644201-1644203,1644321,1644323,1644516,1644523,1644529,1644535,1644730,1644768,1644784-1644785,1644790,1644793,1644815,1644884,1644886
 
,1644890,1644892,1644910,1644924,1644929-1644930,1644935,1644989,1645011,1645247,1645355,1645357-1645358,1645455,1645465,1645469,1645471,1645473,1645475,1645486-1645488,1645626,1645641,1645685,1645743,1645763,1645951-1645953,1645955,1645993,1646098-1646106,1646178,1646220,1646302,1646304,1646420,1646470-1646471,1646476,1646559,1646717-1646723,1646773,1647026,1647042,1647530,1647655,1648304,1648815,1648907,1649973,1650081,1650365,1651116,1651120,1651280,1651470,1652938,1652970,1653041,1653471,1653550,1653574,1653797,1653815-1653816,1653819,1653840,1653857,1653888,1653972,1654013,1654030,1654050,1654123,1654148,1654159,1654513,1654515,1654517,1654522,1654524,1654725,1654735,1654766,1654785,1654851-1654852,1654978,1655122-1655124,1655126-1655127,1655129-1655130,1655132-1655133,1655312,1655351,1655438,1655441,1655454,168,1656087,1656299,1656319,1656331,1656345,1656350,1656590,1656648-1656650,1656657,1657041,1657054,1657374,1657492,1657510,1657565,1657580,1657584,1657586,1657589,1657
 

svn commit: r1804649 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 09:45:45 2017
New Revision: 1804649

URL: http://svn.apache.org/viewvc?rev=1804649=rev
Log:
Increment version for next dev cycle

Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.properties.default?rev=1804649=1804648=1804649=diff
==
--- tomcat/tc7.0.x/trunk/build.properties.default (original)
+++ tomcat/tc7.0.x/trunk/build.properties.default Thu Aug 10 09:45:45 2017
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=7
 version.minor=0
-version.build=80
+version.build=81
 version.patch=0
 version.suffix=-dev
 

Modified: tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default?rev=1804649=1804648=1804649=diff
==
--- tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Thu Aug 10 09:45:45 
2017
@@ -35,7 +35,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases
 
 # Release version info
-maven.asf.release.deploy.version=7.0.80
+maven.asf.release.deploy.version=7.0.81
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1804649=1804648=1804649=diff
==
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Aug 10 09:45:45 2017
@@ -57,6 +57,8 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
+
+
 
   
 



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



[VOTE] Release Apache Tomcat 7.0.80

2017-08-10 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.80 release is now available for voting.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.80/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1149/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_80/

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

Regards,
Violeta


svn commit: r20917 [2/2] - in /dev/tomcat/tomcat-7/v7.0.80: ./ bin/ bin/embed/ bin/extras/ src/

2017-08-10 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-jmx-remote.jar.sha1
==
--- dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-jmx-remote.jar.sha1 (added)
+++ dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-jmx-remote.jar.sha1 Thu Aug 
10 09:41:42 2017
@@ -0,0 +1 @@
+2c7b6b925d87336a18f1c0372e24890c24fd9dd1 *catalina-jmx-remote.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.asc Thu Aug 10 
09:41:42 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJZjCDKAAoJECCLCrHWMBHHW4EQAKSIdDX973nnrU3DTV9C+Gg0
+4mAvA7sFqb9iE/5gdwxO/ceKFk42f9Rgy3cntotWAwW5evLSkdSmZusdpuiW9jYL
+FdvarvCNjaYnC1Lv9+BvY5eUtTV1aLRrVHmUvWGyvc3L2T6hVnB8wE/wYcCy0RVI
+PgtTEfeaghCeNDSk+UdbXRvTFyS+C6kt5du9V1N1C/wG5QarigTjXbkGYXPVg7L0
+A0OITBSobsx26CgVkm7nKqeKrsF2Pkap5ZsZ263cSTlI9pIOvZpDVlnfTfmso7Zb
+ZBpgpVW9UZivzBHkKIRi2G+2ratzuEceYzg3QJWBOyKJQ2nTCK6FywcHzatyJB9V
+nq02yJ9U18/dKntFGyjLH7F/tMiIfRd0Cnf7rD5TkMF312vIEW51AqwjXx80t0eR
+kouCXHGlBYxCcGkr+bxFkmtGg0ztZPmJwuV7aspcd8SXR/UB1fpBuxt/aZNrQrqL
+II53Rr677+TjeJMFXhi10ZiCWrs9jDiQieMRl2NKMYZJ7mwOWDSYodapaWTNqKQg
+bK1qDYYonAXCLGnd15oLRo6PVGUoy5/snuS4FfEtoln8BHGfst22o0ypKWmopphP
+NNbCIppv6Gsmy+3jNqFLtTK6I3AcGhIa+A/Ge6my4HvCRbR4NRfXG09wf8zCjfFF
+pmRG8nh04s77bMlXtjb5
+=CsDK
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.md5
==
--- dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.md5 (added)
+++ dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.md5 Thu Aug 10 
09:41:42 2017
@@ -0,0 +1 @@
+1fe7e57b1ecba2f17245f220d04a99f0 *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.sha1
==
--- dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.sha1 (added)
+++ dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.sha1 Thu Aug 10 
09:41:42 2017
@@ -0,0 +1 @@
+b1e4c4de17a565146275c918b929e63f9d1e289a *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.asc
==
--- dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.asc (added)
+++ dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.asc Thu Aug 
10 09:41:42 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCgAGBQJZjCDJAAoJECCLCrHWMBHH2N0P/RiV4YoFA7BpexI1HArOFb6U
+o04nyzAHEL1xuMMIXfD3i957hvgWOqMXARw15yC6yDyHb2c0Bh9M55/ZQtu5NJ2o
+VOLzYuo7jwY6z90S+4793jiLwk1I321sl18rOdhg6jWSRPemUKXt7r/qbHKxWXzH
+HuMN2lC+KnI0V9D5i9lpwNbYfbwRbDYv2Js1ggPWF6zkr8tn2xy0rtdxOmKpk8Mb
+dVwdRCJi8WknSynZppx+/TOr2M2XXprKPs8xl8dWBmuEtnFCmWiATjny9SvAH9GW
+Ga+lz9CADjQDT9+1+SgVbkqCwmWc4WslGhUI6OKnDMz3i5tgF8QnSf09eHTWeWfZ
+mWPSclAKm/aoVgauLaV6BDSr1cXg/VlhbpeRhpPYH4oA/DF8s4p65JzCQhidYHI3
+CFjOenqWPSUDL6JnWYu5E+KUMBb2kefW5jTucxDyvGuH9Um7I200pjS9DzqMKp/+
+09EDPBvt5bXdVUsVMTOe3nJVrVlyGVRIkNU5ZbzG0Qgf2G1GGjYEWwoNikK/Lgbi
+/3pGA7KaKI8vcgxwiSDbXo4cOnGr+Buxr0KJ044KnFlCrsT/DzMRpVGgAbWm/hkO
+hxjFrzid+udmfxuH3Xnk8kFdHe0xLJ0uGaLQlORXsY0BEKHmHmO6TKvLj9YB0Na5
+HnaSkLRF2fCG2L1QCoIU
+=ADNs
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.md5
==
--- dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.md5 (added)
+++ dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.md5 Thu Aug 
10 09:41:42 2017
@@ -0,0 +1 @@
+f4e5b4e278b95330380e71658037a892 *tomcat-juli-adapters.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.sha1
==
--- 

svn commit: r20917 [1/2] - in /dev/tomcat/tomcat-7/v7.0.80: ./ bin/ bin/embed/ bin/extras/ src/

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 09:41:42 2017
New Revision: 20917

Log:
Stage 7.0.80 RC

Added:
dev/tomcat/tomcat-7/v7.0.80/
dev/tomcat/tomcat-7/v7.0.80/KEYS
dev/tomcat/tomcat-7/v7.0.80/README.html
dev/tomcat/tomcat-7/v7.0.80/RELEASE-NOTES
dev/tomcat/tomcat-7/v7.0.80/bin/
dev/tomcat/tomcat-7/v7.0.80/bin/README.html
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.zip   (with 
props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.zip.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.zip.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-deployer.zip.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-fulldocs.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-fulldocs.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-fulldocs.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x64.zip   
(with props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x64.zip.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x64.zip.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x64.zip.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x86.zip   
(with props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x86.zip.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x86.zip.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80-windows-x86.zip.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.exe   (with props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.exe.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.exe.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.exe.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.tar.gz   (with props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.zip   (with props)
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.zip.asc
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.zip.md5
dev/tomcat/tomcat-7/v7.0.80/bin/apache-tomcat-7.0.80.zip.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/embed/
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.tar.gz   
(with props)
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.tar.gz.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.zip   
(with props)
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.zip.asc
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.zip.md5
dev/tomcat/tomcat-7/v7.0.80/bin/embed/apache-tomcat-7.0.80-embed.zip.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/extras/
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-jmx-remote.jar.md5
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-jmx-remote.jar.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.md5
dev/tomcat/tomcat-7/v7.0.80/bin/extras/catalina-ws.jar.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar   (with 
props)
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.asc
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.md5
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli-adapters.jar.sha1
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli.jar   (with props)
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli.jar.asc
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli.jar.md5
dev/tomcat/tomcat-7/v7.0.80/bin/extras/tomcat-juli.jar.sha1
dev/tomcat/tomcat-7/v7.0.80/src/
dev/tomcat/tomcat-7/v7.0.80/src/apache-tomcat-7.0.80-src.tar.gz   (with 
props)
dev/tomcat/tomcat-7/v7.0.80/src/apache-tomcat-7.0.80-src.tar.gz.asc
dev/tomcat/tomcat-7/v7.0.80/src/apache-tomcat-7.0.80-src.tar.gz.md5
dev/tomcat/tomcat-7/v7.0.80/src/apache-tomcat-7.0.80-src.tar.gz.sha1

svn commit: r1804645 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_80: ./ build.properties.default

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 08:55:03 2017
New Revision: 1804645

URL: http://svn.apache.org/viewvc?rev=1804645=rev
Log:
Tag 7.0.80

Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_80/   (props changed)
  - copied from r1804644, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_80/build.properties.default

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
--
bugtraq:append = false

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
--
bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Thu Aug 10 08:55:03 2017
@@ -0,0 +1,2 @@
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
--
bugtraq:message = Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
--
bugtraq:url = https://bz.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
--
--- svn:ignore (added)
+++ svn:ignore Thu Aug 10 08:55:03 2017
@@ -0,0 +1,7 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_80/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Aug 10 08:55:03 2017
@@ -0,0 +1,3 @@
+/tomcat/tc8.0.x/trunk:1636525,1637336,1637685,1637709,1638726,1640089,1640276,1640349,1640363,1640366,1640642,1640672,1640674,1640689,1640884,1641001,1641065,1641067,1641375,1641638,1641723,1641726,1641729-1641730,1641736,1641988,1642669-1642670,1642698,1642701,1643205,1643215,1643217,1643230,1643232,1643273,1643285,1643329-1643330,1643511,1643513,1643521,1643539,1643571,1643581-1643582,1643635,1643655,1643738,1643964,1644018,1644333,1644525,1644954,1644992,1645014,1645360,1645456,1645627,1645642,1645686,1645903-1645904,1645908-1645909,1645913,1645920,1646458,1646460-1646462,1646735,1646738-1646741,1646744,1646746,1646748-1646755,1646757,1646759-1646760,1647043,1648816,1651420-1651422,1651844,1652926,1652939-1652940,1652973,1653798,1653817,1653841,1654042,1654161,1654736,1654767,1654787,1656592,1659907,1662986,1663265,1663278,1663325,1663535,1663567,1663679,1663997,1664175,1664321,1664872,1665061,1665086,1666027,1666395,1666503,1666506,1666560,1666570,1666581,1666759,1666967,1666988
 
,1667553-1667555,1667558,1667617,1667633,1667637,1667747,1667767,1667873,1668028,1668137,1668634,1669432,1669801,1669840,1669895-1669896,1670398,1670435,1670592,1670605-1670607,1670609,1670632,1670720,1670725,1670727,1670731,1671114,1672273,1672285,1673759,1674220,1674295,1675469,1675488,1675595,1675831,1676232,1676367-1676369,1676382,1676394,1676483,1676556,1676635,1678178,1679536,1679988,1680256,1681124,1681182,1681703,1681730,1681840,1681864,1681869,1682010,1682034,1682047,1682052-1682053,1682062,1682064,1682070,1682312,1682325,1682331,1682386,1684367,1684385,1685759,1685774,1685827,1685892,1687341,1688904,1689358,1689657,1689921,1692850,1693093,1693108,1693324,1694060,1694115,1694291,1694427,1694431,1694503,1694549,1694789,1694873,1694881,1695356,1695372,1695823-1695825,1696200,1696281,1696379,1696468,1700608,1700871,1700897,1700978,1701094,1701124,1701608,1701668,1701676,1701766,1701944,1702248,1702252,1702314,1702390,1702723,1702725,1702728,1702730,1702733,1702735,1702737,1702
 
739,1702742,1702744,1702748,1702751,1702754,1702758,1702760,1702763,1702766,1708779,1708782,1708806,1709314,1709670,1710347,1710442,1710448,1710490,1710574,1710578,1712226,1712229,1712235,1712255,1712618,1712649,1712655,1712860,1712899,1712903,1712906,1712913,1712926,1712975,1713185,1713262,1713287,1713613,1713621,1713872,1713976,1713994,1713998,1714004,1714013,1714059,1714538,1714580,1715189,1715207,1715544,1715549,1715637,1715639-1715645,1715667,1715683,1715866,1715978,1715981,1716216-1716217,1716355,1716414,1716421,1717208-1717209,1717257,1717283,1717288,1717291,1717421,1717517,1717529,1718797,1718840-1718843,1719348,1719357-1719358,1719400,1719491,1719737,1720235,1720396,1720442,1720446,1720450,1720463,1720658-1720660,1720756,1720816,1721813,1721818,1721831,1721861,1721867,1721882,1722523,1722527,1722800,1722926,1722941,1722997,1723130,1723440,1723488,1723890,1724434,1724674,1724792,1724803,1724902,1725128,1725131,1725154,1725167,1725911,1725921,1725929,1725963-1725965,1725970,1
 

svn commit: r1804644 - /tomcat/tc7.0.x/tags/TOMCAT_7_0_80/

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 08:52:58 2017
New Revision: 1804644

URL: http://svn.apache.org/viewvc?rev=1804644=rev
Log:
Drop the tag in order to pick up a fix in javadoc

Removed:
tomcat/tc7.0.x/tags/TOMCAT_7_0_80/


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



svn commit: r1804643 - /tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java

2017-08-10 Thread violetagg
Author: violetagg
Date: Thu Aug 10 08:51:01 2017
New Revision: 1804643

URL: http://svn.apache.org/viewvc?rev=1804643=rev
Log:
Fix javadoc

Modified:
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java?rev=1804643=1804642=1804643=diff
==
--- tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/FileDirContext.java 
Thu Aug 10 08:51:01 2017
@@ -155,7 +155,7 @@ public class FileDirContext extends Base
 /**
  * Is linking allowed.
  *
- * @return {@code true} is linking is allowed, otherwise {@false}
+ * @return {@code true} is linking is allowed, otherwise {@code false}
  */
 public boolean getAllowLinking() {
 return allowLinking;



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