Commit Graph

126 Commits

Author SHA1 Message Date
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 726035e3fb
Allow null SeverAddressFeature in Redirection Middleware (#289) 2018-01-12 13:20:06 -08:00
Chris Ross (ASP.NET) 0cace7688d Https Redirect: Change default status code to 307. #210 2018-01-04 15:03:56 -08:00
Justin Kotalik fd4cd6f58b
Read from IServerAddressesFeature for HTTPS port (#276) 2017-12-19 22:44:24 -08:00
Justin Kotalik 892cebb27e
Exclude setting HSTS on localhost and allow for user to specify excluded domains. (#274) 2017-12-12 14:12:26 -08:00
Justin Kotalik 727efaec49
Changes Https Redirect default from 301 to 302 (#272) 2017-11-17 09:51:54 -08:00
Pranav K 759148da4c Update samples and tests to target netcoreapp2.1 2017-11-14 09:54:42 -08:00
Chris Ross (ASP.NET) 9f3ed006a1 Consume new HttpContext test pattern 2017-11-01 11:30:53 -07:00
Nate McMaster 76af959e99 Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
Justin Kotalik ff5aed132b
Use ASPNETCORE_HTTPS_PORT to get port from config (#266) 2017-10-30 18:20:06 -07:00
Justin Kotalik 758f9fcea5 Adds Https Redirection and Hsts Middlewares (#264) 2017-10-13 12:15:35 -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
Pranav K ee6346b068 Remove duplicate theory data 2017-06-29 07:26:26 -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
Robert Mooney 80ec97c132 Enable tests in the explorer (#245) 2017-06-08 13:34:34 -07:00
Mikael Mengistu 65c78d12b5 Preserve redirect query string (#237) 2017-05-30 20:42:28 -04:00
John Luo b8f87eaee3 React to cookies changes 2017-05-22 17:05:16 -07:00
John Luo 8b506cf36c Cross-compile Response Compression
- GZipStream is not flushable on .NET Framework
2017-05-22 10:31:55 -07:00
Ajay Bhargav Baaskaran 565b94e3af Target .NET Standard 2.0 2017-05-19 17:08:21 -07:00
Nate McMaster 5b4299d4df Update test framework versions and fix test issues 2017-05-12 16:50:59 -07:00
Chris Ross (ASP.NET) 2181158eb5 React to Content-Md5 fix 2017-05-09 09:07:09 -07:00
Pavel Krymets 733e24f9bc netcoreapp2.0 (#228) 2017-05-05 12:01:15 -07:00
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