|
|
@ -134,7 +134,7 @@ public class ConfigSupport {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
Method lowMask = URI.class.getDeclaredMethod(methodName, String.class);
|
|
|
|
Method lowMask = URI.class.getDeclaredMethod(methodName, String.class);
|
|
|
|
lowMask.setAccessible(true);
|
|
|
|
lowMask.setAccessible(true);
|
|
|
|
long lowMaskValue = (long) lowMask.invoke(null, "-_");
|
|
|
|
Long lowMaskValue = (Long) lowMask.invoke(null, "-_");
|
|
|
|
|
|
|
|
|
|
|
|
Field lowDash = URI.class.getDeclaredField(fieldName);
|
|
|
|
Field lowDash = URI.class.getDeclaredField(fieldName);
|
|
|
|
|
|
|
|
|
|
|
|