This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site-v2
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/asf-site-v2 by this push:
new d195a2a02ef deploy: e0a284290ea91993f8ff6717fcc2f69feb3395b3
d195a2a02ef is described below
commit d195a2a02ef228f12582825ac5f4ee074e1b2860
Author: Alanxtl <[email protected]>
AuthorDate: Wed Sep 2 15:40:34 2026 +0000
deploy: e0a284290ea91993f8ff6717fcc2f69feb3395b3
---
sitemap.xml | 2 +-
.../java-sdk/reference-manual/protocol/tripe-rest-manual/index.html | 4 ++--
zh-cn/sitemap.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sitemap.xml b/sitemap.xml
index 2bfaf388b5f..5660e8c4505 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2026-08-24T21:00:49+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2026-08-24T21:00:49+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2026-09-02T22:57:37+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2026-08-24T21:00:49+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git
a/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/index.html
b/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/index.html
index d56fd70dc31..86bc0c7dadb 100644
---
a/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/index.html
+++
b/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=alternate hreflang=en
href=https://dubbo.apache.org/en/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/><link
rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/><script>var
_paq=window._paq=window._paq||[];_paq.push(["setDocumentTitle",document.domain+"/"+document.title]),_paq.push(["setCookieDoma
[...]
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=alternate hreflang=en
href=https://dubbo.apache.org/en/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/><link
rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/><script>var
_paq=window._paq=window._paq||[];_paq.push(["setDocumentTitle",document.domain+"/"+document.title]),_paq.push(["setCookieDoma
[...]
<a class=dropdown-item href=/zh-cn/overview/notices/>安全公告</a>
<a class=dropdown-item href=/zh-cn/contact/>贡献者指南</a></div></li><li
class="nav-item nav-item-line px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/blog/><span>博客</span></a></li><li class="nav-item nav-item-line
px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/download/><span>下载</span></a></li><li class="nav-item dropdown
d-lg-block"><a class="nav-link dropdown-toggle" href=# id=navbarDropdown
role=button data-toggle=dropdown aria-haspopup=true
aria-expanded=false>生态</a><div class="dropdo [...]
<a class=dropdown-item href=/zh-cn/overview/mannual/control-plane/>可视化控制台</a>
@@ -800,7 +800,7 @@ url方式传递参数,详细说明参见: <a href=/zh-cn/overview/mannual/ja
<a name=jXGEY></a></li></ol><h4
id=示例来自spring文档>示例(来自Spring文档)</h4><ul><li><code>/pages/t?st.html</code> — 匹配
<code>/pages/test.html</code> 以及 <code>/pages/tXst.html</code>,但不匹配
<code>/pages/toast.html</code></li><li><code>/resources/*.png</code> — 匹配
<code>resources</code> 目录中的所有 <code>.png</code>
文件</li><li><code>com/**/test.jsp</code> — 匹配 <code>com</code> 路径下的所有
<code>test.jsp</code> 文件</li><li><code>org/springframework/**/*.jsp</code> — 匹配
<code>org/springframework</code> 路径下的所有 <co [...]
<code>/resources/image.png</code> 会匹配到 “path” →
“/image.png”,<code>/resources/css/spring.css</code> 会匹配到
“path” →
“/css/spring.css”</li><li><code>/resources/{filename:\\w+}.dat</code>
— 匹配 <code>/resources/spring.dat</code> 并将值 “spring” 分配给
<code>filename</code>
变量</li><li><code>/{name:[a-z-]+}-{version:\\d\\.\\d\\.\\d}{ext:\\.[a-z]+}</code>
— 匹配 <code>/example-2.1.5.html</code> 则 <code>name</code> 为
<code>example</code>,
<code>version</code> 为 <code>2.1.5</code>,<code>ext</code> 为
<code>.html</code></li></ul><p>小技巧如果使用正则不希望跨段可以使用 <code>{name:[^/]+}</code> 来匹配
-<a name=JK47X></a></p><h4 id=映射匹配完整流程>映射匹配完整流程</h4><p>具体的匹配处理代码:<a
href=https://github.com/apache/dubbo/blob/dubbo-3.3.0-beta.5/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/rest/mapping/DefaultRequestMappingRegistry.java#L196>DefaultRequestMappingRegistry.java</a>
<a
href=https://github.com/apache/dubbo/blob/dubbo-3.3.0-beta.5/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/rest/mapping/RequestMapping.java#L127>RequestMapping.java<
[...]
+<a name=JK47X></a></p><h4 id=映射匹配完整流程>映射匹配完整流程</h4><p>具体的匹配处理代码:<a
href=https://github.com/apache/dubbo/blob/dubbo-3.3.0-beta.5/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/rest/mapping/DefaultRequestMappingRegistry.java#L196>DefaultRequestMappingRegistry.java</a>
<a
href=https://github.com/apache/dubbo/blob/dubbo-3.3.0-beta.5/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/rest/mapping/RequestMapping.java#L127>RequestMapping.java<
[...]
<a name=dkeSI></a></li></ol><h4 id=路径重复问题>路径重复问题</h4><p>与 Spring 不同,Spring
在路径完全相同时会直接报错并阻止启动,而 Triple Rest 具备开箱即用的特性,为了避免影响现有服务,默认只会打印 WARN
日志。在运行时,如果最终无法确定最高优先级的映射,才会抛出错误。
<a name=kmCzf></a></p><h3
id=入参类型>入参类型</h3><p>不同方言支持的入参类型不同,详情请参见各方言使用指南。<br>还支持通过实现 SPI
<code>org.apache.dubbo.rpc.protocol.tri.rest.argument.ArgumentResolver</code>
来自定义入参解析
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index baee6540fea..7db8f214a06 100644
--- a/zh-cn/sitemap.xml
+++ b/zh-cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="en" href="https://dubbo.apach [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="en" href="https://dubbo.apach [...]
\ No newline at end of file