https://issues.apache.org/bugzilla/show_bug.cgi?id=52474

--- Comment #5 from Helio Frota <heliofr...@gmail.com> 2012-01-20 12:25:57 UTC 
---
On org.apache.catalina.core.StandardContext class line 4701 what is the impact
of adding a call to trim() ?


try {
    results[i] = instanceManager.newInstance(listeners[i]);
}
...


try {
    results[i] = instanceManager.newInstance(listeners[i].trim());
}
...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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

Reply via email to