zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

REST plugin of 0.10.1-rc failed on get "@/**"

Open YuanYuYuan opened this issue 11 months ago • 0 comments

Describe the bug

REST plugin of 0.10.1-rc failed with get "@/**". Consider adding a test to cover this issue.

To reproduce

cargo build --bin zenohd
cargo build -p zenoh-plugin-rest
./target/debug/zenohd
curl "http://localhost:8000/@/**"

image

System info

zenoh version: 0.10.1-rc

YuanYuYuan avatar Mar 21 '24 08:03 YuanYuYuan