On 10/02/2010 03:16 PM, sebb wrote:
Not sure that is entirely safe? AFAICT, the service name can now contain arbitrary non-alphanumeric characters, including control chars. For example, I don't think it's wise to allow> < or | - and there are probably others.
All correct, but this is according to the MSDN: 256 chars except '/' and '\\' (path separators) We add space cause we need that in service name from the process name guessing. If anything is about to fail, then the Win API call will fail and we'll log the reason. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org