<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi all,</div>

<div>&nbsp;</div>

<div>I am trying to implement the following use case using aerogear-controller. I have a route to /cars/{id} (GET) and I want to restrict the access based on the id of the requested car. Say user Tom shall be able to get /car/4711 and user Tim shall not.</div>

<div>&nbsp;</div>

<div>Currently the<span class="n"> SecurityProvider</span> only gets the Route as parameter in its<span class="nf"> isRouteAllowed</span> method. As I understand to realize the above scenario I would need the full RouteContext. Is there a particular reason why only the Route is handed over to the SecurityProvider?</div>

<div>&nbsp;</div>

<div>Thanks and reagrds,</div>

<div>Tobias</div>

<div>&nbsp;</div>

<div>&nbsp;</div></div></body></html>