Skip to content

Commit

Permalink
Set root response processor to "unknownProcessor" for initial fetch. F…
Browse files Browse the repository at this point in the history
…ixes #92.
  • Loading branch information
dma committed Aug 20, 2013
1 parent 68096d6 commit 8de4bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private void processWebHost(IWebHost webHost) {
final IWebPath rootPath = webHost.getRootPath();
synchronized(pathStateManager) {
if(!pathStateManager.hasSeenPath(rootPath)) {
pathStateManager.createStateForPath(rootPath, directoryProcessor);
pathStateManager.createStateForPath(rootPath, unknownProcessor);
}
}
}
Expand Down

0 comments on commit 8de4bac

Please sign in to comment.