Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live

Closed Issue: NullRef with RouteDataValueProvider if route template has catch...

class Program{ static void Main(string[] args){ HttpConfiguration config = new HttpConfiguration(); config.Routes.MapHttpRoute("default", "{controller}({id})/{*pathinfo}");...

View Article


Closed Issue: HttpRouteConstraint is called multiple times if the Match...

If the Match method of an IHttpRouteConstraint implementation returns false, the route constraint is called twice.Repro can be found on http://aspnetwebstack.codeplex.com/discussions/394164Is this a...

View Article


Closed Issue: Return 415 if there is a body parameter and no formatter can...

This could happen if the content type is not specified in the request or if there is no formatter that can handle the specified content-type.we should return a 415 in these cases.Comments: Verified.

View Article

Closed Issue: HttpRoute changes whitespace route templates to the empty...

We should keep whitespace as whitespace.Comments: Verified.

View Article

Closed Issue: Custom attributes - underscores in name should be replaced [610]

When passing custom attributes to helpers via anonymous object, the "_" should be replaced with "-" just like in MVC helpersexample:[Fact] public void WebGridCustomHtmlAttributeIsSpecified(){ var grid...

View Article


Closed Issue: Custom htmlAttributes rendered incorrectly by WebGrid [575]

data_xxx attributes should be rendered as data-xxx, like other MVC Html helpers. See this StackOverflow question -...

View Article

Closed Issue: Owin Adapter should allow responses to be sent chunked [1007]

If a user tries to host a message handler like this with OWIN: public class MyHandler : HttpMessageHandler{ protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request,...

View Article

Closed Feature: Validate the Action for correct bindability and return type...

If I am creating a bindable action for a particular entity, we need to validate the incoming request to see if the action is being applied to the correct entity type.Example: ExtendSupportDate is a...

View Article


Created Unassigned: [Regression]XmlMediaTypeFormatter does not serialize Uri...

Uri -//[07f:d:EE9e::7a:828E:C]/-861%A3+/F3&m/@pM is serialized as file://[7f:d:ee9e::7a:828e:c]/-861__%25__A3+/F3&m/@pM on server by XmlMediaTypeFormatter. This works fine when using Json...

View Article


Edited Unassigned: [Regression]XmlMediaTypeFormatter does not serialize Uri...

Uri- file://[7f:d:ee9e::7a:828e:c]/-861%A3+/F3&m/@pM is serialized as file://[7f:d:ee9e::7a:828e:c]/-861%**25**A3+/F3&m/@pM on server by XmlMediaTypeFormatter(Notice 25(bolded) added to the...

View Article

Closed Issue: [Required] should not present users with duplicate errors [590]

See: http://aspnetwebstack.codeplex.com/discussions/396199The implementation change here is to not recognize the [Required] model validator for reference types when doing the value validation.Comments:...

View Article

Closed Issue: Overly aggressive validation for applying...

With the default route and this controller:using System.ComponentModel.DataAnnotations;using System.Web.Http;namespace ActionSelectionTest.Controllers{[FromUri] public class Test{[Required] public int...

View Article

Edited Issue: PushstreamContent in Win8 App is not working [324]

I am hitting an issue with using PushStreamContent in the Windows store app. I don’t see the same issue in the traditional console app though. It’s a simple scenario where I am ‘POST’ing some small...

View Article


Commented Issue: PushstreamContent in Win8 App is not working [324]

I am hitting an issue with using PushStreamContent in the Windows store app. I don’t see the same issue in the traditional console app though. It’s a simple scenario where I am ‘POST’ing some small...

View Article

Closed Issue: DefaultODataActionProvider error messages [466]

Need to add code to insure ActionName == "" produces meaningful error messages.One option is to move from using ActionName to full request URL in the error.Comments: Verified.

View Article


Edited Issue: Expose the default logic of link generation to enable re-using...

I agree that its easy to create links ourselves, but its natural and easier to just fallback to the default logic too.Scenarios:a. I would like to build a 'Transient' action on Product called...

View Article

Commented Issue: Expose the default logic of link generation to enable...

I agree that its easy to create links ourselves, but its natural and easier to just fallback to the default logic too.Scenarios:a. I would like to build a 'Transient' action on Product called...

View Article


Closed Issue: Implement IODataUrlResolver so that ODataLib can resolve Url...

When doing the following batch request with DataServicesClient:```GeneratedDataServicesClient client = new GeneratedDataServicesClient(serviceUrl);client.Format.UseJson();BatchCustomer customer =...

View Article

Closed Issue: OData $batch sends the wrong response when a request within a...

Given a $batch request like the following, where the second operation in the changeset fails as this one```POST http://jcalvarro-wsr3:9001/batch/$batch HTTP/1.1DataServiceVersion:...

View Article

Created Unassigned: Make non-generic TryUpdateModel methods [1071]

Sometimes it is necessary to make a polymorphic binding of model on the basis of the interface. But if one pass the model of a particular type, wich implements the necessary interface, the binding...

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>