Revision: 27854 http://sourceforge.net/p/bibdesk/svn/27854 Author: hofman Date: 2022-09-04 18:15:08 +0000 (Sun, 04 Sep 2022) Log Message: ----------- comment
Modified Paths: -------------- trunk/bibdesk/BDSKSharingServer.m Modified: trunk/bibdesk/BDSKSharingServer.m =================================================================== --- trunk/bibdesk/BDSKSharingServer.m 2022-09-04 18:10:44 UTC (rev 27853) +++ trunk/bibdesk/BDSKSharingServer.m 2022-09-04 18:15:08 UTC (rev 27854) @@ -898,6 +898,7 @@ - (BOOL)connection:(NSConnection *)aConnection handleRequest:(NSDistantObjectRequest *)doRequest { // accept all messages from the server protocol // but archivedSnapshotOfPublications only when authenticated + // and simulate authentication failure for the rootObject for legacy client if ([self isAuthenticated] == NO) { SEL aSelector = [[doRequest invocation] selector]; if (aSelector == @selector(archivedSnapshotOfPublications)){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit