Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

encodeURI filter #1232

Open ltjin opened 5 years ago

ltjin commented 5 years ago

When the filter contains a special symbol (for example: '/'), it will cause an error. my case: /jobs/email(2/5)/failed/0..10/asc,the filter is 'email(2/5)'