This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bsf.git
The following commit(s) were added to refs/heads/master by this push:
new e1baeaa Use HTTPS in URL
e1baeaa is described below
commit e1baeaa2576be7f9eba1c557b2c284845997ee60
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:41:56 2025 -0500
Use HTTPS in URL
---
taglib/examples/conf/web.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taglib/examples/conf/web.xml b/taglib/examples/conf/web.xml
index f68c52a..de804f3 100644
--- a/taglib/examples/conf/web.xml
+++ b/taglib/examples/conf/web.xml
@@ -30,7 +30,7 @@
</description>
<taglib>
- <taglib-uri>http://jakarta.apache.org/taglibs/bsf-2.0</taglib-uri>
+ <taglib-uri>https://jakarta.apache.org/taglibs/bsf-2.0</taglib-uri>
<taglib-location>/WEB-INF/bsf.tld</taglib-location>
</taglib>