Ignore:
Timestamp:
Aug 9, 2017, 7:43:07 PM (7 years ago)
Author:
alloc
Message:

Fixes 14_16_21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/Web.cs

    r286 r309  
    7878                                                                        dataFolder,
    7979                                                                        new AllocsFixes.FileCache.SimpleCache (),
    80                                                                         true)
     80                                                                        false)
    8181                                        );
    8282                                } else {
     
    8787                                                                        dataFolder,
    8888                                                                        new AllocsFixes.FileCache.DirectAccess (),
    89                                                                         true)
     89                                                                        false)
    9090                                        );
    9191                                }
     
    185185                                        }
    186186
    187                                         Log.Out ("Error in Web.HandleRequest(): No handler found for path \"" + request.Url.AbsolutePath + "\"");
     187                                        // Not really relevant for non-debugging purposes:
     188                                        //Log.Out ("Error in Web.HandleRequest(): No handler found for path \"" + request.Url.AbsolutePath + "\"");
    188189                                        response.StatusCode = (int)HttpStatusCode.NotFound;
    189190                                } catch (IOException e) {
Note: See TracChangeset for help on using the changeset viewer.