I am getting a null pointer when init an HTTPS cllient. It might have to do
with the latest update to the trunk.
Exception in thread "main" java.lang.NullPointerException
at org.restlet.util.WrapperList.size(WrapperList.java:318)
at org.restlet.util.Series.getValuesArray(Series.java:447)
at org.restlet.util.Series.getValuesArray(Series.java:426)
at org.restlet.util.Series.getValuesArray(Series.java:412)
at
org.restlet.ext.ssl.internal.SslUtils.getSslContextFactory(SslUtils.java:137)
at
org.restlet.ext.ssl.HttpsClientHelper.start(HttpsClientHelper.java:143)
at org.restlet.Client.start(Client.java:258)
at org.restlet.Component.startClients(Component.java:552)
at org.restlet.Component.start(Component.java:534)
at oauthsample.cookietest.App.main(App.java:41)
thanks,
martin
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2803299