【发布时间】:2016-11-03 16:53:34
【问题描述】:
我是骆驼的新手,并将它用于由 Spring DSL 和骆驼 servlet 配置的 http 路由。不幸的是,这样的“到”路由不起作用:
<to uri="https://host/path/${headers.pname1}/2016/11?bridgeEndpoint=true"/>
其中 ${headers.pname1} 是来自 servlet 上的 http 输入的 http 查询字符串参数。
如何在uri路径中使用表达式语言?
【问题讨论】:
标签: http apache-camel url-routing el dsl