Doug Bunting
44f0aa63c6
Do not HTML encode while checking for whitespace
...
- #760
- using a `NullHtmlEncoder` improves `TagHelperContent.IsEmptyOrWhiteSpace` semantics
- e.g. a tab is still a tab after encoding
- also avoids `NotImplementedException`
- implement `Write(char)` for char-by-char `IHtmlContent` corner case
2016-05-31 22:09:19 -07:00
moozzyk
bcdd3147a1
Fixing "Error -4092 EACCES permission denied" in tests
...
A test is trying to bind to port 80 which fails if IIS is running on the machine
2016-05-31 18:55:29 -07:00
Hao Kung
13a3bbaeb6
Update AuthZ test
2016-05-31 17:16:47 -07:00
moozzyk
0753f06c28
Aborting request if a string can't be converted to ASCII
2016-05-31 17:11:31 -07:00
Cesar Blum Silveira
a2ee01272a
React to HttpAbstractions@8212694.
2016-05-31 17:05:39 -07:00
moozzyk
5d77ad24c2
Refactoring out GetAsciiString from MemoryPoolIteratorExtensions
2016-05-31 16:27:01 -07:00
Kiran Challa
1433822ec8
Fix OS platform check in SelfHostDeployer
2016-05-31 15:54:17 -07:00
Hao Kung
e7327fa729
Merge branch 'haok/5-31clean' into dev
2016-05-31 15:36:23 -07:00
Cesar Blum Silveira
50208a3a79
Implement IHttpRequestFeature.RawTarget ( aspnet/HttpAbstractions#596 ).
2016-05-31 15:30:12 -07:00
Hao Kung
fdedf2b46a
Remove vestiges of NotifyAsync
2016-05-31 15:24:12 -07:00
Ajay Bhargav Baaskaran
283573d6c9
[ Fixes #4291 ] Simplified MvcRouteHandler code
2016-05-31 15:02:14 -07:00
Pranav K
6e8a5ad1e9
Print better error messages if project.json fails to parse
2016-05-31 15:01:57 -07:00
SteveSandersonMS
cb289fd387
Further stylistic tweaks
2016-05-31 22:29:27 +01:00
Andrew Stanton-Nurse
290e1e3f3f
improve validation of HTTP methods
2016-05-31 14:13:13 -07:00
Kiran Challa
720289a539
Fix Nano server tests to copy the dotnet runtime only when RUN_TESTS_ON_NANO environment variable is true
2016-05-31 13:56:05 -07:00
Hao Kung
c7a46e4caf
AuthPolicy should use IPolicyProvider
2016-05-31 13:47:58 -07:00
Hao Kung
c257c9528f
AuthZ: Combine needs to use policy provider
...
Fixes https://github.com/aspnet/Security/issues/841
2016-05-31 13:45:48 -07:00
Cesar Blum Silveira
55d2ef02b1
Implement IHttpRequestFeature.RawTarget.
2016-05-31 13:01:27 -07:00
BrennanConroy
d692066b2b
Replace PlatformAbstractions with RuntimeInformation
2016-05-31 13:01:04 -07:00
Kiran Challa
22175e03a7
Fixed SmokeTestsOnNanoServer to provide dotent runtime to enable testing portable scenario
2016-05-31 12:07:26 -07:00
Mike Harder
306084356e
ServerAddress.FromUrl() should throw if Host is missing ( #860 )
2016-05-31 11:54:38 -07:00
Kiran Challa
bb3555c3dc
Fixed RemoteWindowsDeployer to copy dontet runtime to target server for enabling portable apps scenario
2016-05-31 11:50:28 -07:00
BrennanConroy
0025724433
Replace PlatformAbstractions with RuntimeInformation
2016-05-31 11:10:40 -07:00
BrennanConroy
f60aa7aa70
Replace some of PlatformAbstractions with RuntimeInformation
2016-05-31 10:38:03 -07:00
moozzyk
31a6a126e3
Always overwrite stdoutLogPath when publishing for Azure
...
Addresses #167
2016-05-31 10:35:51 -07:00
BrennanConroy
060a1c8f5a
Replace PlatformAbstractions with RuntimeInformation
2016-05-31 09:49:59 -07:00
Victor Hurdugaci
c5abb2e2eb
Revert the fix for notification on folder deletion because it requires a big redesign. The simple fix doesn't work
2016-05-31 09:18:02 -07:00
BrennanConroy
6b25ee7343
Replace PlatformAbstractions with RuntimeInformation
2016-05-31 08:17:02 -07:00
David Fowler
92553ae77c
Removed dead code
2016-05-28 16:34:38 -07:00
Doug Bunting
e63f094a5f
Use type metadata for `ModelBinderProviderContext.BindingInfo`
...
- #4652
- previously ignored for top-level models
- `ModelBinderProviderContext.BindingInfo` is now never `null`
- similarly, use type metadata (as well as parameter info) for `ModelBindingContext.BinderModelName`
- previously ignored when overridden in `ControllerArgumentBinder`
2016-05-27 23:00:29 -07:00
John Luo
50e140da43
React to update CoreCLR packages
...
https://github.com/aspnet/Coherence/issues/97
2016-05-27 17:51:51 -07:00
Cesar Blum Silveira
dd86306ec6
Fix test pass.
2016-05-27 17:47:50 -07:00
Cesar Blum Silveira
8212694874
Add RawTarget property to IHttpRequestFeature ( #596 ).
2016-05-27 16:54:07 -07:00
Cesar Blum Silveira
0a181b1f3f
Reset Frame's IHttpRequestFeature.Headers and IHttpResponseFeature.Headers between requests ( #879 ).
2016-05-27 16:02:55 -07:00
BrennanConroy
acb8732ffd
Replace PlatformAbstractions with RuntimeInformation
2016-05-27 16:01:59 -07:00
Stephen Halter
1a6ec294bc
Merge branch 'stephentoub/remove_valuetask_casts' into dev
2016-05-27 15:47:13 -07:00
John Luo
f45e533533
Update metadata
2016-05-27 15:29:53 -07:00
Chris R
080447e9aa
#780 Remove obsolete DateTime conversions
2016-05-27 15:29:40 -07:00
John Luo
4fccbeebdc
Update metadata
2016-05-27 15:26:29 -07:00
Chris R
00990448bf
Sample config cleanup.
2016-05-27 15:04:05 -07:00
Cesar Blum Silveira
6d3a416f0e
Test code nitpicks.
2016-05-27 15:02:32 -07:00
Chris R
871885259b
Update the OIDC AzureAd sample.
2016-05-27 15:00:31 -07:00
Cesar Blum Silveira
9963359087
Fix OSX build on Travis.
2016-05-27 14:54:16 -07:00
Chris R
d6763bd77c
#423 Support distributed sign-out.
2016-05-27 14:51:53 -07:00
Cesar Blum Silveira
0c8fb843e4
Fix OSX build on Travis.
2016-05-27 14:49:49 -07:00
Cesar Blum Silveira
cea5fbbafa
Fix disabled tests in MultipleLoopTests.
2016-05-27 13:50:37 -07:00
Cesar Blum Silveira
80a2bc124d
Remove Frame.RequestUri.
2016-05-27 12:40:14 -07:00
N. Taylor Mullen
e14f4b095d
Track `TagHelperAttribute` quotes.
...
- Removed `Minimized` from `TagHelperAttribute` and replaced it with `HtmlAttributeValueStyle`.
- Removed `AddMinimizedTagHelperAttribute` method from `TagHelperExecutionContext` since we always provide a `HtmlAttributeValueStyle` now.
- Stopped manually escaping double quotes because we now know how an attribute was originally written.
- Updated tests to account for new attribute format (from kvp).
#705
2016-05-27 12:28:33 -07:00
Cesar Blum Silveira
a23d70411e
Fix OSX build on Travis.
2016-05-27 12:12:44 -07:00
Cesar Blum Silveira
0fd876a7b3
Fix OSX build on Travis.
2016-05-27 12:08:30 -07:00