0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddyhttp/rewrite
Toby Allen e0ed709397 rewrite: Raise error if rewrite path does not begin with / #1610 (#1629)
* Raise syntax error if no '/' prefix to rewrite. Added Tests

* fix case where to keyword is used.

* Fixed spelling issue

* Changes to use Errf rather than new Err function

* Remove new RewritePathErr Function
2017-05-01 13:45:40 -06:00
..
testdata Migrating more middleware packages 2016-06-05 21:51:56 -06:00
rewrite.go Fix issue #1346 {path} logging {uri} and add {rewrite_uri} placeholder (#1481) 2017-03-11 14:59:47 -07:00
rewrite_test.go Introduce new Replacer fields {rewrite_path}, {rewrite_path_escaped}; issue #1185 (#1364) 2017-01-23 22:15:27 -07:00
setup.go rewrite: Raise error if rewrite path does not begin with / #1610 (#1629) 2017-05-01 13:45:40 -06:00
setup_test.go rewrite: Raise error if rewrite path does not begin with / #1610 (#1629) 2017-05-01 13:45:40 -06:00
to.go Added Const for use of CtxKeys (#1511) 2017-03-13 09:22:46 -06:00
to_test.go Introduce new Replacer fields {rewrite_path}, {rewrite_path_escaped}; issue #1185 (#1364) 2017-01-23 22:15:27 -07:00