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 47f80502c Switch PCRE default for isapi redirector to pcre2
47f80502c is described below
commit 47f80502c5f1b0c68396ff7c53da28a5c70e9951
Author: Rainer Jung <[email protected]>
AuthorDate: Thu Jun 25 10:04:28 2026 +0200
Switch PCRE default for isapi redirector to pcre2
---
native/iis/Makefile.vc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/native/iis/Makefile.vc b/native/iis/Makefile.vc
index 1a9ff3e86..f8780b24c 100644
--- a/native/iis/Makefile.vc
+++ b/native/iis/Makefile.vc
@@ -18,8 +18,8 @@ PROJECT = isapi_redirect
TARGET = DLL
-# pcre or pcre2
-PCRE = pcre
+# "pcre2" or outdated "pcre"
+PCRE = pcre2
!include <..\common\NMAKEmakefile.inc>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]