Tagged Questions
28
votes
5answers
14k views
C# Sanitize File Name
I recently have been moving a bunch of MP3s from various locations into a repository. I had been constructing the new file names using the ID3 tags (thanks, TagLib-Sharp!), and I noticed that I was ...
0
votes
1answer
1k views
Struts2 Annotation-Validators for Invalid Chars
While using Struts2, I am using several annotations to do my validations inside the Model class, in the set() methods, like:
@RequiredStringValidator(message = "Name is required")
...