[Bug 62150] New: Relative Paths have changd

2018-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62150

Bug ID: 62150
   Summary: Relative Paths have changd
   Product: Tomcat 8
   Version: 8.5.16
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: myron.uec...@tylertech.com
  Target Milestone: 

It appears that relative paths now resolve differently on the request URI when
forwarding between pages.

Prior to 8.5.16, if you were currently at a url of the form:
test/mypage.jsp

and you attempted to forward the request to another page using a relative path,
you could use
../test/mypage2.jsp

The Request URI would resolve to
test/mypage2.jsp

After 8.5.16, the Request URI now resolves to
test/../test/mypage2.jsp

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



[VOTE] Release JK 1.2.43

2018-03-01 Thread Mark Thomas
Tag:
http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_43/


Source:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/


This is a maintenance release with a handful of bug fixes. It also
includes Windows binaries for IIS.


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

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



svn commit: r1825673 - /tomcat/jk/trunk/tools/signfile.sh

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 18:12:08 2018
New Revision: 1825673

URL: http://svn.apache.org/viewvc?rev=1825673&view=rev
Log:
Add SHA512 digests

Modified:
tomcat/jk/trunk/tools/signfile.sh

Modified: tomcat/jk/trunk/tools/signfile.sh
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/signfile.sh?rev=1825673&r1=1825672&r2=1825673&view=diff
==
--- tomcat/jk/trunk/tools/signfile.sh (original)
+++ tomcat/jk/trunk/tools/signfile.sh Thu Mar  1 18:12:08 2018
@@ -52,6 +52,13 @@ if [ -x "$sha1_bin" ]; then
 else
 SHA1SUM="echo  "
 fi
+# Try to locate a SHA512 binary
+sha512_bin="`which sha512sum 2>/dev/null || type sha512sum 2>&1`"
+if [ -x "$sha512_bin" ]; then
+SHA512SUM="$sha512_bin --binary "
+else
+SHA512SUM="echo 

 "
+fi
 
 for o
 do
@@ -59,5 +66,6 @@ do
 gpg $gpgopts $o
 $MD5SUM $o > $o.md5 
 $SHA1SUM $o > $o.sha1
+$SHA512SUM $o > $o.sha512
 done
 



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



svn commit: r1825672 - in /tomcat/jk/trunk: HOWTO-RELEASE.txt native/STATUS.txt native/common/jk_version.h native/configure.ac native/iis/README native/netscape/README tools/dist/binaries/windows/READ

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 18:09:15 2018
New Revision: 1825672

URL: http://svn.apache.org/viewvc?rev=1825672&view=rev
Log:
Prepare for next development cycle

Modified:
tomcat/jk/trunk/HOWTO-RELEASE.txt
tomcat/jk/trunk/native/STATUS.txt
tomcat/jk/trunk/native/common/jk_version.h
tomcat/jk/trunk/native/configure.ac
tomcat/jk/trunk/native/iis/README
tomcat/jk/trunk/native/netscape/README
tomcat/jk/trunk/tools/dist/binaries/windows/README.html
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEASE.txt?rev=1825672&r1=1825671&r2=1825672&view=diff
==
--- tomcat/jk/trunk/HOWTO-RELEASE.txt (original)
+++ tomcat/jk/trunk/HOWTO-RELEASE.txt Thu Mar  1 18:09:15 2018
@@ -57,7 +57,7 @@ native/configure.ac
 native/common/jk_version.h
 xdocs/miscellaneous/changelog.xml
 
-In native/STATUS.txt the current version stays labeled as "in development"
+In native/STATUS.txt the current version stays labelled as "in development"
 during release. It is updated with release date after release process is
 completed.
 

Modified: tomcat/jk/trunk/native/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/STATUS.txt?rev=1825672&r1=1825671&r2=1825672&view=diff
==
--- tomcat/jk/trunk/native/STATUS.txt (original)
+++ tomcat/jk/trunk/native/STATUS.txt Thu Mar  1 18:09:15 2018
@@ -18,7 +18,8 @@ Last modified at [$Date$]
 
 Release:
 
-1.2.43  : development in progress
+1.2.44  : development in progress
+1.2.43  : release in progress
 1.2.42  : released October 5, 2016
 1.2.41  : released August 11, 2015
 1.2.40  : released April 15, 2014

Modified: tomcat/jk/trunk/native/common/jk_version.h
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_version.h?rev=1825672&r1=1825671&r2=1825672&view=diff
==
--- tomcat/jk/trunk/native/common/jk_version.h (original)
+++ tomcat/jk/trunk/native/common/jk_version.h Thu Mar  1 18:09:15 2018
@@ -26,7 +26,7 @@
 /** START OF AREA TO MODIFY BEFORE RELEASING */
 #define JK_VERMAJOR 1
 #define JK_VERMINOR 2
-#define JK_VERFIX   43
+#define JK_VERFIX   44
 
 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
 #define JK_VERISRELEASE 0

Modified: tomcat/jk/trunk/native/configure.ac
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/configure.ac?rev=1825672&r1=1825671&r2=1825672&view=diff
==
--- tomcat/jk/trunk/native/configure.ac (original)
+++ tomcat/jk/trunk/native/configure.ac Thu Mar  1 18:09:15 2018
@@ -23,7 +23,7 @@ AC_PREREQ(2.59)
 
 dnl package and version.
 dnl synchronization with common/jk_version.h ?
-AC_INIT([mod_jk], [1.2.43])
+AC_INIT([mod_jk], [1.2.44])
 
 AC_CONFIG_SRCDIR([common/jk_worker.h])
 AC_CONFIG_HEADER(common/config.h)

Modified: tomcat/jk/trunk/native/iis/README
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/README?rev=1825672&r1=1825671&r2=1825672&view=diff
==
--- tomcat/jk/trunk/native/iis/README (original)
+++ tomcat/jk/trunk/native/iis/README Thu Mar  1 18:09:15 2018
@@ -56,7 +56,7 @@ RELEASING
 
 Construct the binary distributions
 
-  set VER=1.2.43
+  set VER=1.2.44
   mkdir tomcat-connectors-%VER%-windows-i386-iis
   copy ..\LICENSE tomcat-connectors-%VER%-windows-i386-iis\
   copy ..\NOTICE tomcat-connectors-%VER%-windows-i386-iis\

Modified: tomcat/jk/trunk/native/netscape/README
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/README?rev=1825672&r1=1825671&r2=1825672&view=diff
==
--- tomcat/jk/trunk/native/netscape/README (original)
+++ tomcat/jk/trunk/native/netscape/README Thu Mar  1 18:09:15 2018
@@ -25,7 +25,7 @@ The steps that you need to take are:
   directory or edit the nsapi.dsp and replace all $(IPLANET_HOME)
   occurrences with the real path
3. Execute the following command:
-  nmake -f Makefile.vc [SO_VERSION=-1.2.43]
+  nmake -f Makefile.vc [SO_VERSION=-1.2.44]
 
 An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev 
and
 build it using the build menu.

Modified: tomcat/jk/trunk/tools/dist/binaries/windows/README.html
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/README.html?rev=1825672&r1=1825671&r2=1825672&view=diff
==
--- tomcat/jk/trunk/tools/dist/binaries/windows/README.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/README.html Thu Mar  1 18:09:15 

svn commit: r25346 - in /dev/tomcat/tomcat-connectors/jk: ./ binaries/windows/ binaries/windows/symbols/

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 18:03:04 2018
New Revision: 25346

Log:
Upload 1.2.43 for voting

Added:

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip
   (with props)

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.asc

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.md5

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.sha1

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.sha512

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-x86_64-symbols.zip
   (with props)

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-x86_64-symbols.zip.asc

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-x86_64-symbols.zip.md5

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-x86_64-symbols.zip.sha1

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-x86_64-symbols.zip.sha512

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-i386-iis.zip
   (with props)

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-i386-iis.zip.asc

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-i386-iis.zip.md5

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-i386-iis.zip.sha1

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-i386-iis.zip.sha512

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-x86_64-iis.zip
   (with props)

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-x86_64-iis.zip.asc

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-x86_64-iis.zip.md5

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-x86_64-iis.zip.sha1

dev/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.43-windows-x86_64-iis.zip.sha512
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.tar.gz   (with 
props)
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.tar.gz.asc
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.tar.gz.md5
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.tar.gz.sha1
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.tar.gz.sha512
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.zip   (with 
props)
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.zip.asc
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.zip.md5
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.zip.sha1
dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.43-src.zip.sha512

Added: 
dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip
==
Binary file - no diff available.

Propchange: 
dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip
--
svn:executable = *

Propchange: 
dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.asc
==
--- 
dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.asc
 (added)
+++ 
dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.asc
 Thu Mar  1 18:03:04 2018
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJamD1GAAoJEBDAHFovYFnn2lYQAIV9eCDJLOyFxifAL8+QHzib
+990tx62ic4PaxpT5JqA+ZpZnJsqgDCyiEixHWv9IjXIbbUjVIkK84MIMwvhJ6RMB
+HbOBo3Nym6iJSS6izz4NOdZ7fR5DtbnnkKLeAe7DNTW3Tktq2LSeVqfMD72xAOvt
+P5NBLL9v7dteJV8Dy/UKoxj4rBhZq0CNDh3cCW7s4GvsXxTSvWHa7vC4qZ1KWdkm
+ssBCr1hH0lsY1IagCN8einbtmAuV+JKnlCrHDIA6Bq4BbPEasXCeglB1mP0os2gk
+6oBwS4iXNxT2aNc+spdill9OA4t0b+WX3l7gJfUXEnmWbPQEoPbgTejDPalcrwF3
+nWCpH4BKbG8H9onvTrSuSGoMvxhUZWrgZmxXIMwVumCMaOjcZlK4Ezhl1/8YC0jP
+Ej35Fw51Op8sqhMtDuhthtbpADBvlkxYyju9b5F2U69sq+OD8h4g1emQJESMPP6h
+1sPgTiArnPoatCOYWzCmQpg9dMJNkT3+xAoFdd9DWIzEq2zR7hSs

svn commit: r25345 - /dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:45:28 2018
New Revision: 25345

Log:
Clean-up previous release

Removed:

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-i386-symbols.zip

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-i386-symbols.zip.asc

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-i386-symbols.zip.md5

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-i386-symbols.zip.sha1

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-x86_64-symbols.zip

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-x86_64-symbols.zip.asc

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-x86_64-symbols.zip.md5

dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.42-windows-x86_64-symbols.zip.sha1


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



svn commit: r1825670 - in /tomcat/jk/tags/JK_1_2_43: ./ native/STATUS.txt native/common/jk_version.h

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:29:16 2018
New Revision: 1825670

URL: http://svn.apache.org/viewvc?rev=1825670&view=rev
Log:
Tag 1.2.43

Added:
tomcat/jk/tags/JK_1_2_43/
  - copied from r1825669, tomcat/jk/trunk/
Modified:
tomcat/jk/tags/JK_1_2_43/native/STATUS.txt
tomcat/jk/tags/JK_1_2_43/native/common/jk_version.h

Modified: tomcat/jk/tags/JK_1_2_43/native/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_43/native/STATUS.txt?rev=1825670&r1=1825669&r2=1825670&view=diff
==
--- tomcat/jk/tags/JK_1_2_43/native/STATUS.txt (original)
+++ tomcat/jk/tags/JK_1_2_43/native/STATUS.txt Thu Mar  1 17:29:16 2018
@@ -18,7 +18,7 @@ Last modified at [$Date$]
 
 Release:
 
-1.2.43  : development in progress
+1.2.43  : release in progress
 1.2.42  : released October 5, 2016
 1.2.41  : released August 11, 2015
 1.2.40  : released April 15, 2014

Modified: tomcat/jk/tags/JK_1_2_43/native/common/jk_version.h
URL: 
http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_43/native/common/jk_version.h?rev=1825670&r1=1825669&r2=1825670&view=diff
==
--- tomcat/jk/tags/JK_1_2_43/native/common/jk_version.h (original)
+++ tomcat/jk/tags/JK_1_2_43/native/common/jk_version.h Thu Mar  1 17:29:16 2018
@@ -29,7 +29,7 @@
 #define JK_VERFIX   43
 
 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
-#define JK_VERISRELEASE 0
+#define JK_VERISRELEASE 1
 /* Beta number */
 #define JK_VERBETA  0
 #define JK_BETASTRING   "0"



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



svn commit: r1825669 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:24:41 2018
New Revision: 1825669

URL: http://svn.apache.org/viewvc?rev=1825669&view=rev
Log:
File no longer has version info

Modified:
tomcat/jk/trunk/HOWTO-RELEASE.txt

Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEASE.txt?rev=1825669&r1=1825668&r2=1825669&view=diff
==
--- tomcat/jk/trunk/HOWTO-RELEASE.txt (original)
+++ tomcat/jk/trunk/HOWTO-RELEASE.txt Thu Mar  1 17:24:41 2018
@@ -47,7 +47,6 @@ native/iis/README
 native/netscape/README
 xdocs/index.xml
 xdocs/news/.xml
-tools/dist/README.html
 tools/dist/binaries/windows/README.html
 
 Check version numbers in the files that are listed in the section



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



svn commit: r1825668 - /tomcat/jk/trunk/tools/dist/binaries/windows/README.html

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:24:18 2018
New Revision: 1825668

URL: http://svn.apache.org/viewvc?rev=1825668&view=rev
Log:
Version update

Modified:
tomcat/jk/trunk/tools/dist/binaries/windows/README.html

Modified: tomcat/jk/trunk/tools/dist/binaries/windows/README.html
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/README.html?rev=1825668&r1=1825667&r2=1825668&view=diff
==
--- tomcat/jk/trunk/tools/dist/binaries/windows/README.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/README.html Thu Mar  1 17:24:18 
2018
@@ -27,7 +27,7 @@
connector to fail.
 
 
-The current stable release is 1.2.42
+The current stable release is 1.2.43
 
 See the Apache Tomcat Connectors
 http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html";>changelog



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



svn commit: r1825666 - /tomcat/jk/trunk/native/netscape/README

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:20:57 2018
New Revision: 1825666

URL: http://svn.apache.org/viewvc?rev=1825666&view=rev
Log:
Version update

Modified:
tomcat/jk/trunk/native/netscape/README

Modified: tomcat/jk/trunk/native/netscape/README
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/README?rev=1825666&r1=1825665&r2=1825666&view=diff
==
--- tomcat/jk/trunk/native/netscape/README (original)
+++ tomcat/jk/trunk/native/netscape/README Thu Mar  1 17:20:57 2018
@@ -25,7 +25,7 @@ The steps that you need to take are:
   directory or edit the nsapi.dsp and replace all $(IPLANET_HOME)
   occurrences with the real path
3. Execute the following command:
-  nmake -f Makefile.vc [SO_VERSION=-1.2.42]
+  nmake -f Makefile.vc [SO_VERSION=-1.2.43]
 
 An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev 
and
 build it using the build menu.



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



svn commit: r1825667 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:21:20 2018
New Revision: 1825667

URL: http://svn.apache.org/viewvc?rev=1825667&view=rev
Log:
The installer has been removed

Modified:
tomcat/jk/trunk/HOWTO-RELEASE.txt

Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEASE.txt?rev=1825667&r1=1825666&r2=1825667&view=diff
==
--- tomcat/jk/trunk/HOWTO-RELEASE.txt (original)
+++ tomcat/jk/trunk/HOWTO-RELEASE.txt Thu Mar  1 17:21:20 2018
@@ -56,7 +56,6 @@ Check version numbers in the files that
 native/STATUS.txt
 native/configure.ac
 native/common/jk_version.h
-native/iis/installer/isapi-redirector-win32-msi.ism
 xdocs/miscellaneous/changelog.xml
 
 In native/STATUS.txt the current version stays labeled as "in development"



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



svn commit: r1825665 - /tomcat/jk/trunk/native/iis/README

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:15:33 2018
New Revision: 1825665

URL: http://svn.apache.org/viewvc?rev=1825665&view=rev
Log:
Replace build instructions that referenced Visual Studio 6.

Modified:
tomcat/jk/trunk/native/iis/README

Modified: tomcat/jk/trunk/native/iis/README
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/README?rev=1825665&r1=1825664&r2=1825665&view=diff
==
--- tomcat/jk/trunk/native/iis/README (original)
+++ tomcat/jk/trunk/native/iis/README Thu Mar  1 17:15:33 2018
@@ -1,47 +1,92 @@
 ABOUT
 -
 
-The Tomcat redirector was developed using Visual C++ Ver.6.0, 
-so having this environment is a prerequisite if you want to perform 
-a custom build.
+This is the ISAPI redirector (IIS plug-in) that enables IIS to pass selected
+requests to Tomcat over the AJP protocol.
+
 
 REQUIREMENT
 ---
 
-* MS VC 6.0 (+ update, latest service pack is sp5)
-  isapi_redirector.dll can be built using the command line tools, or 
-  from within the Visual Studio IDE Workbench. The command line build 
-  requires the environment to reflect the PATH, INCLUDE, LIB and other 
-  variables that can be configured with the vcvars32 batch file: 
-  
-  "c:\Program Files\DevStudio\VC\Bin\vcvars32.bat"
-
-* MS PLATFORM SDK
-  Visual C++ 6.0 builds require an updated Microsoft Windows Platform SDK 
-  (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/) to enable 
-  some isapi_redirector.dll features. For command line builds,
-  the Platform SDK environment is prepared by the setenv batch file:
-  
-  "c:\Program Files\Microsoft Platform SDK\setenv.bat"
-
-  Note that the Windows Platform SDK is only needed if you want authenticate 
-  using IIS to compile a isapi_redirector.dll.
+To build the ISAPI redirector you will need to create the following build
+environment:
 
+- Git client
+- Subversion client
+- Mladen's Custom Microsoft Compiler Toolkit Compilation  
+https://github.com/mturk/cmsc (cb6be932c8c95a46262a64a89e68aae620dfdcee)  
+- Windows SDK  
+No documentation  
+No samples  
+Complete set of developer tools  
+- Windows DDK  
+Build environments  
+Tools  
+- Compile as per /tools/README.txt  
+- Install Perl as per /tools/README.txt  
+- Java 7 (releases only, can be replaced with any zip tool)
 
 
 BUILDING
 
  
-The steps that you need to take are:
+Obtain the source code:
+
+  c:
+  cd \
+  svn co https://svn.apache.org/repos/asf/tomcat/jk/trunk/ tomcat-jk-1.2.x
+  cd tomcat-jk-1.2.x\native\iis
+ 
+
+Build  isapi_redirector.dll:
+
+  c:\cmsc\setenv.bat /x86 
+  nmake -f Makefile.x86
+ 
+  c:\cmsc\setenv.bat /x64
+  nmake -f Makefile.amd64
+
+Tomcat isapi_redirect DLLs may then be found in
+C:\tomcat-jk-1.2.x\native\iis\Release_[amd64|x86].
+
+
+
+RELEASING
+-
+
+Construct the binary distributions
+
+  set VER=1.2.43
+  mkdir tomcat-connectors-%VER%-windows-i386-iis
+  copy ..\LICENSE tomcat-connectors-%VER%-windows-i386-iis\
+  copy ..\NOTICE tomcat-connectors-%VER%-windows-i386-iis\
+  copy README tomcat-connectors-%VER%-windows-i386-iis\
+  copy Release_x86\isapi_redirect.dll tomcat-connectors-%VER%-windows-i386-iis\
+  mkdir tomcat-connectors-%VER%-windows-x86_64-iis
+  copy ..\LICENSE tomcat-connectors-%VER%-windows-x86_64-iis\
+  copy ..\NOTICE tomcat-connectors-%VER%-windows-x86_64-iis\
+  copy README tomcat-connectors-%VER%-windows-x86_64-iis\
+  copy Release_amd64\isapi_redirect.dll 
tomcat-connectors-%VER%-windows-x86_64-iis\
+  mkdir tomcat-connectors-%VER%-windows-i386-symbols
+  copy ..\LICENSE tomcat-connectors-%VER%-windows-i386-symbols
+  copy ..\NOTICE tomcat-connectors-%VER%-windows-i386-symbols
+  copy Release_x86\isapi_redirect.pdb 
tomcat-connectors-%VER%-windows-i386-symbols\
+  mkdir tomcat-connectors-%VER%-windows-x86_64-symbols
+  copy ..\LICENSE tomcat-connectors-%VER%-windows-x86_64-symbols
+  copy ..\NOTICE tomcat-connectors-%VER%-windows-x86_64-symbols
+  copy Release_amd64\isapi_redirect.pdb 
tomcat-connectors-%VER%-windows-x86_64-symbols\
+  SET JAVA_HOME=C:\Program Files\Java\jdk1.7.0_71   
+  set PATH=%PATH%;%JAVA_HOME%\bin
+  cd tomcat-connectors-%VER%-windows-i386-iis
+  jar -cMf ..\tomcat-connectors-%VER%-windows-i386-iis.zip *
+  cd ..\tomcat-connectors-%VER%-windows-x86_64-iis
+  jar -cMf ..\tomcat-connectors-%VER%-windows-x86_64-iis.zip *
+  cd ..\tomcat-connectors-%VER%-windows-i386-symbols
+  jar -cMf ..\tomcat-connectors-%VER%-windows-i386-symbols.zip *
+  cd ..\tomcat-connectors-%VER%-windows-x86_64-symbols
+  jar -cMf ..\tomcat-connectors-%VER%-windows-x86_64-symbols.zip *
+ 
+The Windows binary distributions may then be found in
+C:\tomcat-jk-1.2.x\native\iis
 
-   1. Change directory to the isapi redirector plugins source directory.
-   
-   2. Execute the following command:
-  nmake -f Makefile.x86 [SO_VERSION=-1.2.42]
-
-An alternative will be to open the isapi workspace file (isapi.dsw) in msdev 

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

2018-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62048

--- Comment #16 from Christopher Schultz  ---
(In reply to Mark Thomas from comment #15)
> Something like that.
> 
> Or do we show a 'log out' button vs a 'close browser to log out' message
> depending on getAuthType() ?

"Close the browser" is a non-starter for me. My browser runs basically
constantly between software updates. I'm not going to restart my browser just
to lot out of Tomcat's Manager application.

> I remain concerned about the fragility of any solution. Whatever we do needs
> testing on a wide range of browsers before it is committed.

Agreed. I haven't found a browser yet where the "return a 401 response"
technique doesn't work. I'm sorry I haven't found the time to test Marek's
code, yet.

-- 
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: r1825663 - in /tomcat/jk/trunk/xdocs: index.xml news/20180301.xml

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 17:02:27 2018
New Revision: 1825663

URL: http://svn.apache.org/viewvc?rev=1825663&view=rev
Log:
Add preliminary info about new release

Added:
tomcat/jk/trunk/xdocs/news/20180301.xml
Modified:
tomcat/jk/trunk/xdocs/index.xml

Modified: tomcat/jk/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/index.xml?rev=1825663&r1=1825662&r2=1825663&view=diff
==
--- tomcat/jk/trunk/xdocs/index.xml (original)
+++ tomcat/jk/trunk/xdocs/index.xml Thu Mar  1 17:02:27 2018
@@ -63,12 +63,12 @@ manual is described in more detail below
 
 
 
-JK-1.2.42 
released
+JK-1.2.43 
released
 The Apache Tomcat team is proud to announce the immediate availability
-   of Tomcat Connectors 1.2.42 Stable. This release contains bug fixes for
-   issues found in previous releases.
+   of Tomcat Connectors 1.2.43 Stable. This release contains imrpovements and
+   bug fixes for issues found in previous releases.

-Download the JK 1.2.42
+Download the JK 1.2.43
release.
 
 

Added: tomcat/jk/trunk/xdocs/news/20180301.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/20180301.xml?rev=1825663&view=auto
==
--- tomcat/jk/trunk/xdocs/news/20180301.xml (added)
+++ tomcat/jk/trunk/xdocs/news/20180301.xml Thu Mar  1 17:02:27 2018
@@ -0,0 +1,47 @@
+
+
+
+]>
+
+
+  &project;
+
+  
+Apache Tomcat Connectors 
Project
+2016 News & Status
+  
+
+
+
+
+
+The Apache Tomcat team is proud to announce the immediate availability
+   of Tomcat Connectors 1.2.43. This is a maintenance release.
+
+Please see the ChangeLog
+   for a full list of changes.
+
+If you find any bugs while using this release, please fill in the
+https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla
+Bug Report.
+
+
+
+
+



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



svn commit: r1825662 - /tomcat/jk/tags/JK_1_2_43/

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 16:57:45 2018
New Revision: 1825662

URL: http://svn.apache.org/viewvc?rev=1825662&view=rev
Log:
Need to re-tag

Removed:
tomcat/jk/tags/JK_1_2_43/


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



svn commit: r1825661 - /tomcat/jk/tags/JK_1_2_43/

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 16:43:55 2018
New Revision: 1825661

URL: http://svn.apache.org/viewvc?rev=1825661&view=rev
Log:
Tag 1.2.43

Added:
tomcat/jk/tags/JK_1_2_43/
  - copied from r1825660, tomcat/jk/trunk/


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



Re: Release plans

2018-03-01 Thread Rémy Maucherat
On Thu, Mar 1, 2018 at 5:09 PM, Mark Thomas  wrote:

> Hi,
>
> It is the beginning of the month so I'm thinking about releases again.
>
> I remembered I'd given the ISAPI redirector installation instructions a
> long overdue update late last year but got distracted before I did a
> release. I've finished off some other ISAPI work I had sat in my dev
> environment and I'll be tagging and starting the release process for
> Tomcat Connectors shortly.
>
> Once I have that release uploaded for voting, I intend to tag 9.0.x and
> create an RC for that followed by 8.5.x.
>
> +1

Rémy


svn commit: r1825660 - in /tomcat/jk/trunk/native/iis: ./ pcre/

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 16:15:18 2018
New Revision: 1825660

URL: http://svn.apache.org/viewvc?rev=1825660&view=rev
Log:
Update ignore lists

Modified:
tomcat/jk/trunk/native/iis/   (props changed)
tomcat/jk/trunk/native/iis/pcre/   (props changed)

Propchange: tomcat/jk/trunk/native/iis/
--
--- svn:ignore (original)
+++ svn:ignore Thu Mar  1 16:15:18 2018
@@ -3,3 +3,4 @@ Release
 *.ncb
 *.opt
 *.plg
+Release_amd64

Propchange: tomcat/jk/trunk/native/iis/pcre/
--
--- svn:ignore (original)
+++ svn:ignore Thu Mar  1 16:15:18 2018
@@ -31,4 +31,5 @@ BuildLog.htm
 *.vcproj.*
 autom4te*.cache
 RunTest
-
+Release_amd64
+pcre_chartables.c



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



Release plans

2018-03-01 Thread Mark Thomas
Hi,

It is the beginning of the month so I'm thinking about releases again.

I remembered I'd given the ISAPI redirector installation instructions a
long overdue update late last year but got distracted before I did a
release. I've finished off some other ISAPI work I had sat in my dev
environment and I'll be tagging and starting the release process for
Tomcat Connectors shortly.

Once I have that release uploaded for voting, I intend to tag 9.0.x and
create an RC for that followed by 8.5.x.

Mark

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



svn commit: r1825658 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 16:04:50 2018
New Revision: 1825658

URL: http://svn.apache.org/viewvc?rev=1825658&view=rev
Log:
Align the normalization performed by the ISAPI redirector with that implemented 
by Tomcat.

Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/jk_isapi_plugin.c?rev=1825658&r1=1825657&r2=1825658&view=diff
==
--- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original)
+++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Thu Mar  1 16:04:50 2018
@@ -172,10 +172,11 @@ static char HTTP_WORKER_HEADER_INDEX[RES
 #define CHUNKED_ENCODING_TRAILER "0\r\n\r\n"
 #define CHUNKED_ENCODING_TRAILER_LEN 5
 
-#define BAD_REQUEST -1
-#define BAD_PATH-2
-#define MAX_SERVERNAME  1024
-#define MAX_INSTANCEID  32
+#define BAD_REQUEST -1
+#define BAD_PATH-2
+#define BAD_NORMALIZATION   -3
+#define MAX_SERVERNAME  1024
+#define MAX_INSTANCEID  32
 
 char HTML_ERROR_HEAD[] ="

svn commit: r1825649 - /tomcat/jk/trunk/xdocs/webserver_howto/iis.xml

2018-03-01 Thread csutherl
Author: csutherl
Date: Thu Mar  1 14:27:09 2018
New Revision: 1825649

URL: http://svn.apache.org/viewvc?rev=1825649&view=rev
Log:
Correct typo

Modified:
tomcat/jk/trunk/xdocs/webserver_howto/iis.xml

Modified: tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/iis.xml?rev=1825649&r1=1825648&r2=1825649&view=diff
==
--- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Thu Mar  1 14:27:09 2018
@@ -256,7 +256,7 @@ and the executable should be the full pa
 configured, click OK.
 
 
-Still using the IIS managament console, configure the ISAPI redirector as
+Still using the IIS management console, configure the ISAPI redirector as
 allowed. Select your server (not the web site) and then double-click on 
ISAPI
 and CGI Restrictions. From the action pane, click Add Select the
 isapi_redirect.dll, add a descripion (e.g. tomcat) and select the Allow



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



svn commit: r1825646 - /tomcat/jk/trunk/xdocs/webserver_howto/iis.xml

2018-03-01 Thread markt
Author: markt
Date: Thu Mar  1 14:02:38 2018
New Revision: 1825646

URL: http://svn.apache.org/viewvc?rev=1825646&view=rev
Log:
Missing comma.

Modified:
tomcat/jk/trunk/xdocs/webserver_howto/iis.xml

Modified: tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/iis.xml?rev=1825646&r1=1825645&r2=1825646&view=diff
==
--- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Thu Mar  1 14:02:38 2018
@@ -256,7 +256,7 @@ and the executable should be the full pa
 configured, click OK.
 
 
-Still using the IIS managament console configure the ISAPI redirector as
+Still using the IIS managament console, configure the ISAPI redirector as
 allowed. Select your server (not the web site) and then double-click on 
ISAPI
 and CGI Restrictions. From the action pane, click Add Select the
 isapi_redirect.dll, add a descripion (e.g. tomcat) and select the Allow



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



[Bug 62146] Support to add customized KeyManager like "trustManagerClassName" did.

2018-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62146

Mark Thomas  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #2 from Mark Thomas  ---
Tomcat 8.5.x onwards supports re-reading the entire TLS config - including the
key store. I'd recommend a move to 8.5.x.

-- 
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 62048] Missing logout function in Manager and Host-Manager webapps

2018-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62048

--- Comment #15 from Mark Thomas  ---
Something like that.

Or do we show a 'log out' button vs a 'close browser to log out' message
depending on getAuthType() ?

I remain concerned about the fragility of any solution. Whatever we do needs
testing on a wide range of browsers before it is committed.

-- 
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 62146] Support to add customized KeyManager like "trustManagerClassName" did.

2018-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62146

--- Comment #1 from Wang, Simon <18616998...@163.com> ---
I filed PR here:
https://github.com/apache/tomcat70/pull/15

Any guys could give a hand to take a look at it, whether that's ok?

I can file another PR for Tomcat trunk (latest version) separately. I'd prefer
to learn your guys feedbacks about this fix. Whether there is potential issues
or problems.

-- 
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 62146] Support to add customized KeyManager like "trustManagerClassName" did.

2018-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62146

Wang, Simon <18616998...@163.com> changed:

   What|Removed |Added

 OS|Mac OS X 10.1   |All

-- 
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 62146] New: Support to add customized KeyManager like "trustManagerClassName" did.

2018-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62146

Bug ID: 62146
   Summary: Support to add customized KeyManager like
"trustManagerClassName" did.
   Product: Tomcat 7
   Version: trunk
  Hardware: PC
OS: Mac OS X 10.1
Status: NEW
  Severity: normal
  Priority: P2
 Component: Connectors
  Assignee: dev@tomcat.apache.org
  Reporter: 18616998...@163.com
  Target Milestone: ---

Tomcat already support "trustManagerClassName" to let users add customized
TrustManager. It's better to let Tomcat to support customized KeyManager too
via "keyManagerClassName".

We're trying to let Tomcat7 support hot reloading keystore file when keystore
file is get changed. One possible way is: add customized KeyManager to watch
file changes and reload it then. While current Tomcat7 haven't straight-forward
way to do it. If introduce a mechanism to add customized KeyManager, the
problem could be resolved.

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