Commented Issue: Parse function in jquery.validate.unobtrusive.js performance...
The jquery statement$(selector).find(":input[data-val=true]").each(....) - line 173 jquery.validate.unobtrusive.js within the Parse(selector) method.Provides better performance if it is re-written as a...
View ArticleCommented Unassigned: Enable the WebSecurity.WebData project to allow for...
Hi,I am currently using the WebSecurity.WebData project to update the simple membership with users etc. The problem I am facing right now is that the WebSecurity class in the project currently just...
View ArticleCreated Unassigned: Attributes without route string combined with RoutePrefix...
Hi!With the latest bits from myget (0809) I found a strange problem that a previously working route returned 404.It turned out that if I've this config:```[RoutePrefix("accounts")] public class...
View ArticleCommented Unassigned: Attributes without route string combined with...
Hi!With the latest bits from myget (0809) I found a strange problem that a previously working route returned 404.It turned out that if I've this config:```[RoutePrefix("accounts")] public class...
View ArticleCommented Unassigned: Attributes without route string combined with...
Hi!With the latest bits from myget (0809) I found a strange problem that a previously working route returned 404.It turned out that if I've this config:```[RoutePrefix("accounts")] public class...
View ArticleReviewed: v4.0 RTM (八月 10, 2013)
Rated 5 Stars (out of 5) - ok,my want to find 4 opensource;
View ArticleCreated Unassigned: Static Route for Folder with TTL [1211]
ASP.NET Bundles are great, but unfortunately they lack hierarchical structure required to manage and maintain static resources that are binary.```StaticRoutes.Version =...
View ArticleNew Post: UseWebApi and UseHttpMessageHandler doesn't call next OWIN's...
OWIN spec says that OWIN middleware's are called in the order they are defined. If I use UseWebApi or UseHttpMessageHandler which in turn use HttpMessageHandlerAdapter, next middleware is not called...
View ArticleNew Post: UseWebApi and UseHttpMessageHandler doesn't call next OWIN's...
aliostad wrote: OWIN spec says that OWIN middleware's are called in the order they are defined. If I use UseWebApi or UseHttpMessageHandler which in turn use HttpMessageHandlerAdapter, next middleware...
View ArticleNew Post: OwinResponse.Body is normally set to a type of OutputStream which...
Why OwinResponse.Body is set to a type of OutputStream (not-readable)? So how does the middleware model supposed to work? It can be very common for middleware model of OWIN middlewares to be able to...
View ArticleCommented Issue: Parse function in jquery.validate.unobtrusive.js performance...
The jquery statement$(selector).find(":input[data-val=true]").each(....) - line 173 jquery.validate.unobtrusive.js within the Parse(selector) method.Provides better performance if it is re-written as a...
View ArticleSource code checked in, #6eb7f13ca6158800a18dcb299dca481277513cbd
Fixes to Attribute routing and add EnsureInitialized(). AttrRouting does 2 things that cause a lot of subtle differences between it and regular routing. - Method constraints. ( 954,1145, 1177) -...
View ArticleEdited Issue: 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 ArticleEdited 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 ArticleEdited Feature: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleCreated Unassigned: Using per-route message handlers with attribute routing...
__Scenario__: User would like to register per-route message handler for a specific attributed action.__Note__: This is a regression after today's checkin (6eb7f13ca6158800a18dcb299dca481277513cbd)...
View ArticleCommented Unassigned: When using attribute routing, Cors policy override...
__Scenario__:User is using attribute routing and CORs together. He has a global CORS configuration and also a CORS configuration on a particular action.__Issue__: The CORS policy decorated on the...
View ArticleClosed Issue: Attribute-based routing does not give 405 [1145]
Attribute-based routing returns 404 in cases that should be 405. This is similar to Issue#274```[RoutePrefix("api/v1/Echo")] public class EchoController : ApiController{[HttpGet("{x}")] public string...
View ArticleCreated Unassigned: ApiExplorer not returning descriptions in certain...
__Scenario__:User is trying to use UriPathExtensionMappings along with attribute routing. User would like to see the the appropriate information on the HelpPage(which uses ApiExplorer behind the...
View Article