caddy/config
Zac Bergquist e158cda057 Fix test failures on Windows.
Most of the Windows test failures are due to the path separator not being "/".  The general approach I took here was to keep paths in "URL form" (ie using "/" separators) as much as possible, and only convert to native paths when we attempt to open a file.  This will allow the most consistency between different host OS.  For example, data structures that store paths still store them with "/" delimiters.  Functions that accepted paths as input and return them as outputs still use "/".

There are still a few test failures that need to be sorted out.

- config/setup/TestRoot (I hear this has already been fixed by someone else)
- middleware/basicauth/TestBrowseTemplate and middleware/templates/Test (a line endings issue that I'm still working through)
2015-10-13 19:49:53 -04:00
..
parse Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
setup Fix test failures on Windows. 2015-10-13 19:49:53 -04:00
config_test.go core: Bind all listeners to wildcard host by default (closes #208) 2015-08-05 07:37:51 -06:00
config.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
directives.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00