Fixing ClassCastException
casting the toArray result will sometimes cause ClassCastExceptions. i.e.: Caused by: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.String; at hudson.security.WhoAmI.getAuthorities(WhoAmI.java:65)
Loading
Please register or sign in to comment