On Mon, Jun 3, 2013 at 3:13 PM, <[email protected]> wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=55006 > > --- Comment #3 from Konstantin Kolinko <[email protected]> --- > (In reply to Mark Thomas from comment #2) > > Generally, I dislike using system properties for any kind of > configuration. > > I do as well. > > How about using ClientEndpointConfig.getUserProperties() to pass those? >
+1 In general, I'm fine with any proposal that removes the limitation. Just hope that JSR 356 EG won't wait for Java EE 8 to come up with an update. Meanwhile people can use current patch. Or we can craft something based on user configurations in ClientEndpoint leveraging Mark's ProxySelector. I'll give it a try... cheers > > -- > 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] > >
