I suppose you could use a post processor for this, but I think it would be more user-friendly to 'correct' the node name via a custom node name generator.
Justin On Oct 29, 2010, at 2:00 PM, sam lee <[email protected]> wrote: > 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
