This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new ad4e9d40c Remove remaining mentions of NSAPI (Netscape)
ad4e9d40c is described below
commit ad4e9d40cadff343fa8b55852b45e1fc1ed955a8
Author: Rainer Jung <[email protected]>
AuthorDate: Wed Jun 24 19:05:45 2026 +0200
Remove remaining mentions of NSAPI (Netscape)
---
native/common/jk_version.h | 3 ---
xdocs/common_howto/proxy.xml | 4 ++--
xdocs/project.xml | 2 +-
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/native/common/jk_version.h b/native/common/jk_version.h
index 46239fe76..b5cfd04ca 100644
--- a/native/common/jk_version.h
+++ b/native/common/jk_version.h
@@ -29,9 +29,6 @@
#if defined(JK_ISAPI)
#define JK_DISTNAME "isapi_redirector"
#define JK_DLL_SUFFIX "dll"
-#elif defined(JK_NSAPI)
-#define JK_DISTNAME "nsapi_redirector"
-#define JK_DLL_SUFFIX "dll"
#else
#define JK_DISTNAME "mod_jk"
#define JK_DLL_SUFFIX "so"
diff --git a/xdocs/common_howto/proxy.xml b/xdocs/common_howto/proxy.xml
index 02cd42db3..6be0c10fd 100644
--- a/xdocs/common_howto/proxy.xml
+++ b/xdocs/common_howto/proxy.xml
@@ -65,7 +65,7 @@ is contained in the request. In this case the server name is
taken from that hea
<li>local IP address: <code>getLocalAddr()</code>.
The local IP address was initially not supported. It is available when using
version 1.2.41
for Apache or IIS together with Tomcat version at least
-6.0.42, 7.0.55 or 8.0.11. For older versions or when using the NSAPI
redirector, <code>getLocalAddr()</code>
+6.0.42, 7.0.55 or 8.0.11. For older versions, <code>getLocalAddr()</code>
will incorrectly return the same result as <code>getLocalName()</code>.
As a workaround you can forward the local IP address by setting
<code>JkEnvVar SERVER_ADDR</code> and then either using
@@ -83,7 +83,7 @@ if it contains an explicit port, or is equal to the default
port of the scheme u
<li>client port: <code>getRemotePort()</code>.
The remote port was initially not supported. It is available when using
version 1.2.32
for Apache or IIS together with Tomcat version at least
-5.5.28, 6.0.20 or 7.0.0. For older versions or when using the NSAPI
redirector, <code>getRemotePort()</code>
+5.5.28, 6.0.20 or 7.0.0. For older versions, <code>getRemotePort()</code>
will incorrectly return 0 or -1. As a workaround you can forward the remote
port by setting
<code>JkEnvVar REMOTE_PORT</code> and then either using
<code>request.getAttribute("REMOTE_PORT")</code> instead of
<code>getRemotePort()</code>
diff --git a/xdocs/project.xml b/xdocs/project.xml
index c71672bf8..3b3d61873 100644
--- a/xdocs/project.xml
+++ b/xdocs/project.xml
@@ -18,7 +18,7 @@
<project name="Apache Tomcat Connectors Documentation"
href="http://tomcat.apache.org/">
- <title>The Apache Tomcat Connectors: mod_jk, ISAPI redirector, NSAPI
redirector</title>
+ <title>The Apache Tomcat Connectors: mod_jk and ISAPI redirector</title>
<logo href="/images/tomcat.gif">
The Apache Tomcat Connectors
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]