Hey, How can I reject creating invalid resource name (where invalid resource name can be defined using regex)? For example, I want to reject: curl -T image.jpg http://localhost:8888/images/hello.world.png
I don't want to have a resource path to contain dot character . Thanks. Sam
