Searched refs:STALE_TOKEN (Results 1 – 1 of 1) sorted by relevance
34 private final static String STALE_TOKEN = "stale"; field in HttpAuthHeader372 if (token.equalsIgnoreCase(STALE_TOKEN)) { in parseParameter()