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

Closed Unassigned: Inconsistent request stream buffer policy between Webhost...

Following is the current buffer policy behavior in different hosts:Request stream’s default mode:1. Katana selfhost : __Streamed__2. Webhost: Buffered3. WCF Selfhost: Buffered__Expected__: Make Katana...

View Article


Edited Issue: Inconsistent behavior between hosts when rereading the incoming...

__Scenario__: A user has an action filter where he likes to re-read the incoming request stream.__Current behavior__:In Katana/WCF selfhosts, currently this piece of code would print like "At...

View Article


Commented Issue: Batching: Filters can not access content [1194]

Hi,It would appear that there is a bug in the way the WebApi batch handlers work. The content of any batched request is null/blank when attempting to access it from a filter.This is problematic for us...

View Article

Edited Issue: Batching: Filters can not access content [1194]

Hi,It would appear that there is a bug in the way the WebApi batch handlers work. The content of any batched request is null/blank when attempting to access it from a filter.This is problematic for us...

View Article

Edited Issue: Option to not encode TagBuilder attributes [895]

By default `TagBuilder` calls `HtmlAttributeEncode` on all attributes. Sometimes we do not want to encode our attribute values and `TagBuilder` does not provide a facility to do this. Either everything...

View Article


Edited Issue: Ensure Web API Help Page and ApiExplorer work with the latest...

See the following issues for the related changes:https://aspnetwebstack.codeplex.com/workitem/1222https://aspnetwebstack.codeplex.com/workitem/1223https://aspnetwebstack.codeplex.com/workitem/1227

View Article

Commented Issue: Ensure Web API Help Page and ApiExplorer work with the...

See the following issues for the related...

View Article

Edited Issue: Invalid names and ids are generated when the model type is...

If the view model type is a collection, then the names generated for it (using NameFor, IdFor etc.) are incorrect (for example, it might be generated as "Project.Employees.[0].Name" - note the extra...

View Article


Commented Issue: Invalid names and ids are generated when the model type is...

If the view model type is a collection, then the names generated for it (using NameFor, IdFor etc.) are incorrect (for example, it might be generated as "Project.Employees.[0].Name" - note the extra...

View Article


Edited Issue: Request dispatched to incorrect action resulting in 400 Bad...

A request for '/api/customers' is resulting in 400 Bad Request. __Attached__ a katana selfhost repro.__Reason__:The problem seems to be happening because of the following piece of code in...

View Article

Commented Issue: Request dispatched to incorrect action resulting in 400 Bad...

A request for '/api/customers' is resulting in 400 Bad Request. __Attached__ a katana selfhost repro.__Reason__:The problem seems to be happening because of the following piece of code in...

View Article

Created Unassigned: Add a simple hook to re-write all outgoing OData links....

Right now, we generate a bunch of links in the OData response payloads. These are,1) Self links - ID, edit and read links.2) Navigation links,3) Metadata links.Customers want to use...

View Article

Created Unassigned: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article


Created Issue: Attribute Routing fails for controllers with the same name [1249]

Create two controllers under different namespace[Route("api/values1")] public class ValuesController : ApiController{ public HttpResponseMessage Get(){ return new HttpResponseMessage(){ Content = new...

View Article

Edited Issue: attribute routing doesn't always resolve overloads [1199]

Attribute routing doesn't work well with action overload resolution (ie, the action selector), particularly when there are multiple actions with structurally equivalent routes that have different route...

View Article


Edited Feature: Make IActionMethodSelector public - AjaxOnlyAttribute [25]

Currently, Web API contains IActionMethodSelector but unfortunately it's internal. So, you cannot use action method selector or action name selector in Web API. But you can easily create AjaxOnly,...

View Article

Edited Feature: Web API: Add RouteAttribute, remove attribute routing...

Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...

View Article


Edited Feature: Add DefaultRouteAttribute [1205]

Attribute routing can get a bit verbose when you are dealing with simple resource oriented ApiControllers. The proposal is to add a DefaultRouteAttribute that specifies the default route for all...

View Article

Edited Issue: Attribute Routing fails for controllers with the same name [1249]

Create two controllers under different namespace[Route("api/values1")] public class ValuesController : ApiController{ public HttpResponseMessage Get(){ return new HttpResponseMessage(){ Content = new...

View Article

Created Unassigned: Improve the experience of using route data from requests...

__Scenario__:Implementing a custom IHttpControllerSelector to support namespace based versioning of controllers which are attribute routed.__Background__: Since DefaultHttpControllerSelector filters...

View Article
Browsing all 7215 articles
Browse latest View live


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