Minor clean up in assignment endpoint

This commit is contained in:
Jason White 2017-01-25 14:56:15 -05:00
parent f7ec164601
commit 264f7e74b6

View File

@ -75,8 +75,8 @@ public class IDORViewOwnProfileAltUrl extends AssignmentEndpoint{
} }
} catch (Exception ex) { } catch (Exception ex) {
System.out.println(ex.getMessage()); System.out.println(ex.getMessage());
return AttackResult.failed("an error occurred with your request");
} }
return AttackResult.failed("fall back");
} }
} }