Skip to content

Commit

Permalink
Don't forget ignoreTrailingSlash setting for sub-interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
schuetzm committed Aug 30, 2015
1 parent 7a9d686 commit ee9b646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/vibe/web/web.d
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ class WebInterfaceSettings {
@property WebInterfaceSettings dup() const {
auto ret = new WebInterfaceSettings;
ret.urlPrefix = this.urlPrefix;
ret.ignoreTrailingSlash = this.ignoreTrailingSlash;
return ret;
}
}
Expand Down

0 comments on commit ee9b646

Please sign in to comment.