Closed joates closed 10 years ago
enable override default host with config setting.
there may be a cleaner way to inject the config.host setting into the RegExp than this.. (but it works and it makes it easier for me to continue QA testing).
[bugfix] open tasks are counted as completed tasks (incorrectly)
tested -> here
tested -> here
the link shows that it does work without escaping (the caveat is that it must be the final character in the group)
althought if it is explicitly escaped then the hyphen can be anywhere in the group and it will not be interpreted as part of a range.
ah, okay. better to escape it I think.
this is fixed now.
should always use client auth but since it is possible to not use any auth, need to check for this.