In general I'd advise against using the '/' character in queue names if
possible... however if you must, then you need double encode the name, so
"a/b" would become "a%252Fb"

Hope this helps,
Rob

On 1 March 2017 at 17:31, Antoine Chevin <antoine.che...@gmail.com> wrote:

> Hello,
>
> I created a queue with a '/' in the name. How can I access it in the rest
> api?
> I tried to encode the '/' with %2F but I still get a 422 "too many entries
> in path for REST servlet queue."
> Can you please help?
>
> Regards,
> Antoine
>

Reply via email to