Searched refs:encodedInPath (Results 1 – 1 of 1) sorted by relevance
49 static BitSet encodedInPath; field in ParseUtil52 encodedInPath = new BitSet(256);59 encodedInPath.set('=');60 encodedInPath.set(';');61 encodedInPath.set('?');62 encodedInPath.set('/');66 encodedInPath.set('#');67 encodedInPath.set(' ');68 encodedInPath.set('<');69 encodedInPath.set('>');[all …]