duncangrant opened a new pull request #1189: URL: https://github.com/apache/brooklyn-server/pull/1189
Previously we checked each call and if it was authenticated we did returned without filtering. As the logic for initialising some security providers has changed this means that there can be a long delay before we return data for calls that don't need to be authenticated. Instead we now first check whether a resource needs authorisation before authenticating. This speeds up the response in the above case at the cost of some calls taking slightly longer when the user is logged in. NB This is the most misleading diff I've ever seen - should be viewed as lines 119 to 127 being moved up the file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
