Commit Graph

102 Commits

Author SHA1 Message Date
Chris R 1ade06fd34 #190 Change RequireHeaderSymmetry default to false, improve consistency. (#226) 2017-04-21 19:01:37 -07:00
Pranav K a641231f66 Remove net451 as a cross-compile target 2017-03-23 11:27:45 -07:00
Kiran Challa 7e9b92072e Converted samples and test projects to run on netcoreapp2.0 2017-03-23 09:52:35 -07:00
Nate McMaster 0e4442284d Unify dependency versions to one file and remove workarounds 2017-03-15 12:43:29 -07:00
Ajay Bhargav Baaskaran cccfc0de22 Using NullLogger types from Logging.Abstractions (#215) 2017-03-14 12:12:47 -07:00
Doug Bunting f1231e81ec Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 12:15:29 -08: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
John Luo 6855f9bca1 Add Vary: Accept-Encoding if response MIME type is compressible 2017-01-20 15:05:46 -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 e35814ac58 Fix versioning 2016-11-09 14:25:04 -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 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
Pavel Krymets f0b44ac7b5 Check Accept-Encoding headers before creating compression provider (#154) 2016-10-27 14:12:59 -07:00
Mikael Mengistu 67c93a9acd Removed the ? prefix from the QUERY_STRING server variable 2016-10-26 14:06:29 -07:00
Mikael Mengistu 88aff41b78 Fixed exception messages for server variable parsing 2016-10-24 11:34:33 -07:00
Chris R cfe8518fa4 Raise ResponseCompression version from 0.1 to 1.0 2016-10-14 11:12:36 -07:00
Chris R 1bd071de7a #108 Set default mime types to compress 2016-10-14 10:48:42 -07:00
Chris R e7b41c4f53 #108 Move compression providers back to options 2016-10-13 16:25:36 -07:00
Pranav K 88b78e7233 Updating to netcoreapp1.1 2016-10-13 11:11:48 -07:00
Mikael Mengistu 61c8f49e3e Changing Rewrite version to 1.0.0 2016-10-13 10:13:52 -07:00
Pranav K 887bd70fd3 Revert "Updating to netcoreapp1.1"
This reverts commit 151bb91997.
2016-10-12 16:07:55 -07:00
Pranav K 151bb91997 Updating to netcoreapp1.1 2016-10-12 13:44:49 -07:00
Chris R 511d711620 #108 compression code cleanup 2016-10-12 11:28:50 -07:00
Mikael Mengistu 9814f3bfbc Use status code constants 2016-10-06 16:23:55 -07:00
Chris R cd833a7d63 #108 Have response compression replace IHttpSendFileFeature 2016-10-05 16:00:12 -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
Chris R 3cb0fc640a #108 Make flush work for response compression 2016-10-04 13:10:06 -07:00
Pranav K 7be02fa146 Updating partner package versions 2016-10-03 20:12:14 -07:00
Mikael Mengistu 733c8f77e2 Refactoring a lot of tests in the Rewrite project
* Removed extra newline
2016-10-03 16:56:29 -07:00
Chris R 9bc8a83a39 #108 Change ResponseCompression to be DI centric 2016-09-30 10:15:46 -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
Mikael Mengistu 2a386b7b76 Removed unnecessary import 2016-09-27 17:29:26 -07:00
Chris R 89a6f453ce [ResponseCompression] Compare MimeTypes as case insensitive 2016-09-26 15:35:30 -07:00
Chris R 665f2f8773 ResponseCompression style cleanup 2016-09-26 12:11:45 -07:00
Yves57 2a402abefe Response Compression middleware 2016-09-26 10:37:33 -07: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 58ef98b184 Sample project can now redirect to HTTPS (#106)
Sample project can now redirect to HTTPS
2016-09-21 22:02:45 -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