Muhammad Abubakar

Results 9 comments of Muhammad Abubakar

> Thanks for the review. You mean it should schedule the task right away on the `EventLoop` inside `InternalTimerHandler`? If yes then what about periodic tasks?

If you go through the code of method `StorageUtils.getCacheDirectory`, you can actually see that cache directory will be created on sdcard and you need appropriate permissions. I am qouting from...

@vietj is it available ? can i take it? it would be ,my first commit in this project :)

So in which direction should we go? define handler specific exceptions? If we want to go in this direction then it's better to discuss and name them explicitly. It will...

@pmlopes sure we can start with the two exception. I will write some test to see how can we use it. Thanks for the explanation related to `impl`

@pmlopes looking at `illegalargumentexception` of other handler I am inclined towards using individual validation exception inherited from the AccessDeniedException. For example JWTAuthenticationException. What do you think?

Hi @pmlopes , Any follow up to this?

@pmlopes Yes we can stick with the 5 you mentioned. UnauthorizedException (401) BadRequestException (400) NotFoundException (404) ForbiddenException (403) populate the stacktrace if no cause was provided_ I think we should...