For example, in raining.core.NioSocket,
static {
try {
selector = Selector.open();
} catch (Exception exc) { System.err.println( "Opening a selector L46 EXC:"+ exc.toString()); exc.printStackTrace(); }
}
Raining Sockets may leak sensitive information (of selector) through printing it directly.
Raining Sockets can use log to export information such as log.error("Opening a selector L46 EXC:", exc);
Dear Thomas Kläger:
Could I open a PR for it?
Sorry, but the project is unmaintained for 15 years and I'm not going to do any work on this old project any more.
Last edit: Thomas Kläger 2020-11-22
Are you actually using this still?
I created this long ago and am not sure I can even log into it again.
Rahul Kumar.
On Fri, 30 Oct 2020, 10:31 pm Xiaoqin Fu, xqfu@users.sourceforge.net
wrote:
Related
Feature Requests: #3