Colin Farr
|
103190796f
|
Adding RedirectToWwwRule and extension (#297)
|
2018-02-09 14:13:43 -08:00 |
Mikael Mengistu
|
b85d69c882
|
Merge release/2.1 - Add support for REQUEST_METHOD server variable
|
2018-01-31 11:47:08 -08:00 |
Justin Kotalik
|
d866293e9e
|
Increases timeout on Regex in Rewrite. (#280)
|
2018-01-03 12:37:02 -08:00 |
Nate McMaster
|
76af959e99
|
Pin tool and package versions to make builds more repeatable
|
2017-10-31 17:40:53 -07:00 |
Nate McMaster
|
347d1abfce
|
Use PackageLineup to manage PackageReference versions
|
2017-08-30 17:20:14 -07:00 |
Nate McMaster
|
793a49fe11
|
Upgrade xunit to 2.3.0-beta4 and use Directory.Build.props/targets
|
2017-08-22 10:54:50 -07:00 |
Ryan Brandenburg
|
1ba55a047a
|
Normalize VersionPrefix
|
2017-07-24 16:33:41 -07:00 |
David Fowler
|
00343d2b47
|
Support IOptions<RewriteOptions> (#243)
- Added a test
- Updated the sample to use services
|
2017-06-08 14:01:04 -10:00 |
Pranav K
|
cea5965bd3
|
Remove usage of TaskCache
|
2017-06-08 09:42:58 -07:00 |
Mikael Mengistu
|
65c78d12b5
|
Preserve redirect query string (#237)
|
2017-05-30 20:42:28 -04:00 |
Ajay Bhargav Baaskaran
|
565b94e3af
|
Target .NET Standard 2.0
|
2017-05-19 17:08:21 -07:00 |
Pavel Krymets
|
733e24f9bc
|
netcoreapp2.0 (#228)
|
2017-05-05 12:01:15 -07:00 |
Pranav K
|
6c5f812d77
|
Updating versions to 2.0.0-preview1
|
2017-04-03 21:41:08 -07:00 |
Pranav K
|
a641231f66
|
Remove net451 as a cross-compile target
|
2017-03-23 11:27:45 -07:00 |
Nate McMaster
|
0e4442284d
|
Unify dependency versions to one file and remove workarounds
|
2017-03-15 12:43:29 -07:00 |
David Peden
|
ae7d0b9582
|
Make condition collection a first class citizen (#198)
|
2017-02-13 15:35:20 -08:00 |
David Peden
|
bed294c554
|
Added support for custom responses (#200)
|
2017-02-08 10:22:55 -08:00 |
David Peden
|
3faa3de14d
|
Add IIS rewrite map support (#168)
|
2017-02-07 12:37:23 -08:00 |
David Peden
|
4fa6ed3792
|
Added support for IIS global rules (#169)
|
2017-02-03 16:20:41 -08:00 |
Nate McMaster
|
24a95f6c5d
|
Upgrade to VS 2017
|
2017-01-30 15:59:19 -08:00 |
Pranav K
|
5c61ae5f02
|
Updating to 4.4 CoreFx packages
|
2016-12-21 16:15:59 -08:00 |
Chris R
|
f813ee4d97
|
Adding support for trackAllCaptures (#178)
|
2016-12-20 18:36:10 -05:00 |
Pranav K
|
ea0042c685
|
Fix more versioning
|
2016-11-10 08:01:34 -08:00 |
Pranav K
|
445dcd9f1a
|
Updating versions to 1.2.0-*
|
2016-11-09 14:12:31 -08:00 |
Mikael Mengistu
|
40da77eb17
|
RedirectToHttps uses status code parameter
|
2016-11-07 14:16:53 -08:00 |
Mikael Mengistu
|
5d6fcb07da
|
Throw for trackAllCaptures
|
2016-11-04 17:59:04 -07:00 |
Mikael Mengistu
|
c8b5a48b76
|
Fixed trackAllCaptures enum naming
|
2016-11-03 19:48:25 -07:00 |
Mikael Mengistu
|
623333a919
|
Fix server variable exception messages
|
2016-11-03 16:45:33 -07:00 |
Mikael Mengistu
|
222addf264
|
Added a default status code for redirects in mod_rewrite
|
2016-11-03 13:22:10 -07:00 |
Mikael Mengistu
|
a52301f886
|
Refactor url rewrite bool and enum parsing
|
2016-11-01 20:29:46 -07:00 |
Mikael Mengistu
|
7948a76f74
|
Added support for the AbortRequest action
|
2016-10-31 14:19:11 -07:00 |
Mikael Mengistu
|
c0425c6253
|
Fixed url rewrite enum parsing.
|
2016-10-27 14:53:37 -07:00 |
Mikael Mengistu
|
67c93a9acd
|
Removed the ? prefix from the QUERY_STRING server variable
|
2016-10-26 14:06:29 -07:00 |
Mikael Mengistu
|
2a153b38fe
|
Fixed enable and negate flag issue.
|
2016-10-24 12:39:42 -07:00 |
Mikael Mengistu
|
88aff41b78
|
Fixed exception messages for server variable parsing
|
2016-10-24 11:34:33 -07:00 |
Mikael Mengistu
|
061f22be61
|
Updated package descriptions for the HttpOveride and Rewrite middleware
|
2016-10-17 11:23:29 -07:00 |
Mikael Mengistu
|
61c8f49e3e
|
Changing Rewrite version to 1.0.0
|
2016-10-13 10:13:52 -07:00 |
Mikael Mengistu
|
03b63e2c2a
|
Added more logging for rewrite/redirect scenarios
|
2016-10-10 16:16:56 -07:00 |
Mikael Mengistu
|
9814f3bfbc
|
Use status code constants
|
2016-10-06 16:23:55 -07:00 |
Nate McMaster
|
1db5a9e58f
|
Implement ChangeCookieAction and add factory to parse from mod_rewrite.
Resolves #94
|
2016-10-05 13:58:37 -07:00 |
Pranav K
|
7be02fa146
|
Updating partner package versions
|
2016-10-03 20:12:14 -07:00 |
Nate McMaster
|
3e119a87be
|
Remove rewrite rule API with default assumptions about skip remaining rules (#105)
|
2016-09-28 17:57:49 -06:00 |
Nate McMaster
|
e003594fd8
|
Remove ChangeEnvironmentAction class and throw when env flag is set in mod_rewrite rule
|
2016-09-26 09:15:05 -07:00 |
Mikael Mengistu
|
ead052324c
|
Changed the abstract class Rule to an interface IRule. Renamed the RuleTermination enum to RuleResult and renamed the values
|
2016-09-21 12:31:36 -07:00 |
Nate McMaster
|
d2fb2cd776
|
Change the IHostingEnvironment parameter to IFileProvider for top-level IIS and Apache extension methods
Also fixup some xmldocs
|
2016-09-20 13:36:26 -07:00 |
Mikael Mengistu
|
d2913edf61
|
Added tests for ExactMatch, IntegerMatch and StringMatch in the Rewrite
project.
|
2016-09-12 17:24:28 -07:00 |
Pavel Krymets
|
2807e0b436
|
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources instead of Task.FromResult(0) (#99)
|
2016-09-07 10:17:04 -07:00 |
Nate McMaster
|
a5ff9d8003
|
Add 'Apache' and 'IIS' to internal namespaces and classes
|
2016-09-06 10:51:19 -07:00 |
Justin Kotalik
|
57c1f877e3
|
Adds path base to redirect location and tests
|
2016-09-02 11:26:57 -07:00 |
Justin Kotalik
|
51cd14efba
|
Exceptions more descriptive and more NSE
|
2016-09-02 09:21:20 -07:00 |