Ignore:
Timestamp:
Aug 24, 2023, 12:48:17 PM (15 months ago)
Author:
alloc
Message:

Added locks on AdminTools instead of local to the individual permission systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/Web.cs

    r469 r474  
    236236                                }
    237237
     238                                // Force parsing the URL path as UTF8 so special characters get decoded properly
    238239                                request.ContentEncoding = Encoding.UTF8;
    239240                                RequestContext context = new RequestContext (requestPath, request, response, conn, permissionLevel);
Note: See TracChangeset for help on using the changeset viewer.