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

--- Comment #5 from Helio Frota <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to