Changeset 474 for TFP-WebServer/WebServer/src/Web.cs
- Timestamp:
- Aug 24, 2023, 12:48:17 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/Web.cs
r469 r474 236 236 } 237 237 238 // Force parsing the URL path as UTF8 so special characters get decoded properly 238 239 request.ContentEncoding = Encoding.UTF8; 239 240 RequestContext context = new RequestContext (requestPath, request, response, conn, permissionLevel);
Note:
See TracChangeset
for help on using the changeset viewer.