Skip to content
Commit 3aaac809 authored by Joel Johnson's avatar Joel Johnson
Browse files

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)
parent f4c81658
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment