
Originally Posted by
redzedi
Thanks Rob for the reply ! and yes thats where my question is, say I do the paging in query and return a result set and out of that set postFilter filters out objects that are not meeting the criteria, hence my resultset has lesser number of objects than returned by the query, which breaks paging and reason as you can see is paging and security filter happening at different places specifically paging running before the security filter rather than the other way round. So is there any implement in spring that helps address this issue ??