Commit Graph

38 Commits

Author SHA1 Message Date
Justin Kotalik a62e327c23 IIS UrlRewrite parsing. 2016-08-01 15:39:28 -07:00
Justin Kotalik 4687aad61e Fixing language on comment 2016-07-27 09:05:16 -07:00
Justin Kotalik 6b2e092aad Fix for regex coherence error. Small clean up. 2016-07-26 13:44:30 -07:00
Justin Kotalik 68a766f2cd Circular Dependency with Static Files fix. 2016-07-26 09:38:10 -07:00
Justin Kotalik fad730441a Fix Assembly Info 2016-07-25 16:52:01 -07:00
Justin Kotalik a9c2656404 Url Rewrite WIP 2016-07-25 16:11:11 -07:00
BrennanConroy d3816fa458 Make middleware issues more discoverable 2016-07-25 11:13:27 -07:00
Doug Bunting bc8785395c One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 21:44:53 -07:00
Pranav K 6e7c004a50 Updating to dev versions 2016-06-16 10:17:31 -07:00
Chris R 5fe48ada42 #37 Make the header length match optional. 2016-05-23 09:33:22 -07:00
Pranav K 52869b03ec Fix build warnings 2016-05-02 11:27:05 -07:00
Pranav K 6e66c16dfe Removing imports from src projects 2016-04-08 06:49:26 -07:00
Eilon Lipton 9e7387a941 Fix package metadata 2016-03-06 21:38:17 -08:00
Ajay Bhargav Baaskaran 327751690d Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:39 -08:00
Doug Bunting be0905bf4e Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 15:30:51 -08:00
N. Taylor Mullen 7c60ec6fa5 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:38:47 -08:00
Ajay Bhargav Baaskaran 55f1d41e08 Updated missed doc comment 2016-02-17 14:45:57 -08:00
Ajay Bhargav Baaskaran 8eb737a459 Enabled xml doc generation 2016-02-17 12:27:23 -08:00
Chris R 44f03ef83f Restrict x-forwarded-for evalutation. Credit: pmhsfelix.
Use x-forwarded-for validation to restrict other forwarders.

Rename OverrideHeaderMiddleware to ForwardedHeadersMiddleware.

Fix tests

Fix package version.
2016-01-26 10:59:13 -08:00
N. Taylor Mullen ab34d08bc1 Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:45 -08:00
N. Taylor Mullen 3c6f68acb9 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:01 -08:00
N. Taylor Mullen 4bbd498047 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:58 -08:00
T. Thiery e1eb560c82 Added Unit Tests for form field based HTTP Method Override 2016-01-11 22:26:59 +01:00
John Luo d1a0edb87e Updating to new options pattern 2016-01-07 13:45:40 -08:00
Chris R 5e3c7cbbf0 #2 add options, #19 fix IP parser, update extensions. 2015-12-15 15:28:14 -08:00
Pranav K f8b5031ff1 Removing extraneous versions 2015-12-08 15:47:59 -08:00
Cesar Blum Silveira 1a0743391d Strong name everything. 2015-11-03 12:01:21 -08:00
Pranav K da00b1298c Switching to generations TFMs 2015-10-22 01:11:23 -07:00
Pranav K 003ad891d0 Replacing NotNullAttribute with thrown exceptions 2015-10-08 17:13:52 -07:00
Pranav K d41f2ccf71 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:49 -07:00
Ajay Bhargav Baaskaran 51f60b5af2 Enabling NuGetPackageVerifier 2015-09-23 12:33:01 -07:00
Chris R 2abd87ff5a Remove un-needed dependenecies. 2015-09-04 10:57:01 -07:00
Chris R 5a3418c2bd Use the new HttpContext.Features API. 2015-08-31 09:22:11 -07:00
Chris R 4aab903b18 React to string[] -> StringValues changes. 2015-08-31 09:21:35 -07:00
Chris R c91cc89ee3 ResponseBuffering middleware initial checkin.
Restrict buffer to reset. Add sample. Cleanup.
2015-08-13 10:04:42 -07:00
Mikael Mengistu ab56ac6038 Added headers to store original IP, host, and protocol values 2015-08-03 16:04:56 -07:00
Hisham Abdullah Bin Ateya dd8d0aa078 Add repository information 2015-07-30 07:51:55 +03:00
Mikael Mengistu 09f492e4a6 Added a middleware to handle header overrides. Initial check in. 2015-07-29 11:37:11 -07:00