Граф коммитов

157 Коммитов

Автор SHA1 Сообщение Дата
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 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
Pranav K 5f2e94fc0e Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:55:37 -07:00
Pranav K 7fc30f60bb Branching for 1.1.0-preview1 2016-10-17 09:48:39 -07:00
Mikael Mengistu 13c145780c Changed url rewrite sample regex to be more specific 2016-10-14 17:21:41 -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 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
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
Morten Andersen 76256446f5 Forward custom header names (#102)
* Forward custom header names
2016-10-03 10:16:03 -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
Chris R ea04e34062 Add ResponseCompression to NuGetPackageVerifier 2016-09-26 12:10:41 -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
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
Doug Bunting 7e4c9aaebc Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-06 12:10:14 -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 f99a9be4d0 quick readme update 2016-09-02 10:22:58 -07:00
Justin Kotalik 51cd14efba Exceptions more descriptive and more NSE 2016-09-02 09:21:20 -07:00
Justin Kotalik 65e7f7f44b Removes startsWith in favor of array index, guarantee that string is non-empty in someplaces 2016-09-01 12:28:08 -07:00
Justin Kotalik af2c1acee3 Adds XML comments and feedback from 1on1 with Nate. 2016-08-30 13:58:00 -07:00
Justin Kotalik 4a06b37280 Modifies .Rewrite and .Redirect to use normal regex syntax for backreferences 2016-08-30 09:59:57 -07:00
Justin Kotalik 28133b6808 Remove RuleResult, added to context. 2016-08-29 10:26:05 -07:00
ZestyBread f3b4658c2c Feedback from David and API Review/ Tests 2016-08-28 20:16:54 -07:00
Justin Kotalik 0cb7445921 General bugfixes and style cleanup 2016-08-23 17:04:18 -07:00
Justin Kotalik 74b0b7945d Properly parse quotes and white space 2016-08-23 10:42:24 -07:00
Justin Kotalik aea655c2d6 Cleaning up a bunch of todos 2016-08-19 14:30:48 -07:00