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

Edited Unassigned: HttpServer should convert exceptions to safe http response...

When an exception(example: OperationCanceledException) occurs in a message handler, we do not convert it to a safe http response message at the HttpServer level. By 'safe', I mean to...

View Article


Edited Unassigned: HttpServer should convert exceptions to safe http response...

When an exception(example: OperationCanceledException) occurs in a message handler, we do not convert it to a safe http response message at the HttpServer level. By 'safe', I mean to...

View Article


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

We should keep whitespace as whitespace.Comments: Fixed: https://aspnetwebstack.codeplex.com/SourceControl/changeset/33caef67640b2f9d95025cafa39ae2189e2f9c8e

View Article

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

We should keep whitespace as whitespace.

View Article

Created Unassigned: [CORS] Request Method comparison in preflight request...

In CORS Spec:If method is not a case-sensitive match for any of the values in list of methods do not set any additional headers and terminate this set of steps.However in CorsEngine.cs:``` if...

View Article


Created Unassigned: [CORS] If there multiple Access-Control-Request-Headers...

However in the CORS spec:> Let header field-names be the values as result of parsing the Access-Control-Request-Headers headers.Notice that the last word is "headers" indicate it allows multiple...

View Article

Edited 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

Commented Issue: Custom attributes - underscores in name should be replaced...

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


Edited 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


Created Unassigned: [WebApiOnKatana] Response sent in chunked encoding when...

When there is no content assigned to a HttpResponseMessage, the response is being sent in a chunked encoding format.Example:```public HttpResponseMessage ReturnNoContent(){ return...

View Article

Edited Unassigned: [WebApiOnKatana]Indicate Soft 404 Not Found response when...

In SelfHost/Katana, route matching normally happens at HttpRoutingDispatcher, but when CORS is enabled, we add a message handler where we do route matching for pre-flight requests. Since this message...

View Article

Edited Unassigned: CORS message handler should return 404 in case route...

This scenario effects WebApi-on-Katana's _Soft_ 404 Not Found responses.In SelfHost/Katana, route matching normally happens at HttpRoutingDispatcher, but when CORS is enabled, we add a message handler...

View Article

Edited Unassigned: Redundant type name serialization in OData JSON light...

When we write the entries for GET http://localhost:50231/Pets/SampleService.Model.BigPet , in JSON light minimal metadata mode, we emit type names for all BigPets. This is redundant as the type of the...

View Article


Edited Unassigned: Add overloads taking a CancellationToken parameter [983]

Currently some of TAP-based methods in the aspnetwebstack libraries does not have overloads with _CancellationToken_ parameter. For instance following classes:_System.Net.Http_: HttpContent and...

View Article

Edited Unassigned: Dynamic views location [981]

Although you can add new view locations using the various format properties (ViewLocationFormats, PartialViewLocationFormats, etc.), there is no way to implement locations that vary on dynamic values...

View Article


Edited Issue: Make User property of ApiController testable [971]

Make the User property of ApiController virtual so that it can be mocked or add a setter so that it can be setup for test.

View Article

Created Unassigned: Provide virtual methods on OwinBufferPolicySelector [994]

The current signature of OwinBufferPolicySelector is the following:We should make the UseBufferedInputStream & UseBufferedOutputStream methods overridable.```public class OwinBufferPolicySelector :...

View Article


Commented 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

Edited 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: HttpError ModelState does not deserialize to Dictionary. [604]

In our API client library all HttpResponseMessage responses are handled by the following function: private async Task<ApiResponse<TResult>>...

View Article
Browsing all 7215 articles
Browse latest View live


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