- Notifications
You must be signed in to change notification settings - Fork 84
Closed
Milestone
Description
i had a collegue trying to run app/console fos:httpcache:invalidate:path ^/.* which of course did nothing, but gave no error. made me wonder if we should scan the path for * and maybe ^ as first character and in those cases output a warning that paths do not support wildcards. its a bit messy but could be helpful in real world situations. wdyt @ddeboer ?