https://issues.apache.org/bugzilla/show_bug.cgi?id=53359
--- Comment #5 from Christopher Schultz <ch...@christopherschultz.net> --- I'm prepared to make this fix, but I want to be sure I can do it all in one place. Mark, could you comment? It looks like BaseDirContext.java:237 could just change from String[] kvps = theAliases.split(","); to String[] kvps = theAliases.split("\\s*,\\s*"); I've read-through the rest of the code and it appears that this is all that is required, but there may be other places where similar splits are happening. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org