tuub / kitodo-mediaserver

Kitodo Mediaserver
GNU General Public License v3.0
7 stars 6 forks source link

[#247] Fix wildcard chars in perform command #277

Closed ponchofiesta closed 5 years ago

ponchofiesta commented 5 years ago

Just stumbled over this. By replacing [?]+ with _ a query for "abc????" gets "abc_". But it should get "abc____". This fixes it.

And I removed the stream line because it's unnecessary. I wanted to reuse the stream, but it's not possible at all.