Description
private boolean hasDelegationToken(URL url) { return url.getQuery().contains( TimelineAuthenticationConsts.DELEGATION_PARAM + "="); }
If the given url doesn't have any params at all. It will throw NPE.
private boolean hasDelegationToken(URL url) { return url.getQuery().contains( TimelineAuthenticationConsts.DELEGATION_PARAM + "="); }
If the given url doesn't have any params at all. It will throw NPE.