Revision: 29515
          http://sourceforge.net/p/bibdesk/svn/29515
Author:   hofman
Date:     2025-08-31 14:27:55 +0000 (Sun, 31 Aug 2025)
Log Message:
-----------
update comment

Modified Paths:
--------------
    trunk/bibdesk/BDSKBibDeskProtocol.m

Modified: trunk/bibdesk/BDSKBibDeskProtocol.m
===================================================================
--- trunk/bibdesk/BDSKBibDeskProtocol.m 2025-08-31 14:23:36 UTC (rev 29514)
+++ trunk/bibdesk/BDSKBibDeskProtocol.m 2025-08-31 14:27:55 UTC (rev 29515)
@@ -109,7 +109,7 @@
                 action = [action substringToIndex:i];
                 [[BDSKDownloadManager sharedManager] performAction:action 
withValue:value];
             }
-            // redirect to clear the body, so a reload won't resubmit
+            // redirect to a GET request, so a reload won't resubmit
             NSHTTPURLResponse *response = [[NSHTTPURLResponse alloc] 
initWithURL:theURL statusCode:303 HTTPVersion:@"HTTP/1.1" 
headerFields:@{@"Location": [theURL absoluteString]}];
             NSMutableURLRequest *redirectRequest = [request mutableCopy];
             [redirectRequest setHTTPMethod:@"GET"];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to