StringUtil.split returns null rather than empty list

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

StringUtil.split returns null rather than empty list

jonwimp
Just trying to confirm this. StringUtil.split returns null when processing an empty string or
null. Right? Is this deliberate?

ContextFilter.java uses StringUtil.split, but doesn't seem to be aware of the above behavior.

Jonathon