spring-framework
spring-framework copied to clipboard
Spring Framework
**[Adrien Sanchez](https://jira.spring.io/secure/ViewProfile.jspa?name=asanchez)** opened **[SPR-16026](https://jira.spring.io/browse/SPR-16026?redirect=false)** and commented Hello, I faced an issue when wanting to perform a redirection with redirect attributes on a Spring Webflux application. In Spring MVC, I used...
**[Arjen Poutsma](https://jira.spring.io/secure/ViewProfile.jspa?name=arjen.poutsma)** opened **[SPR-15953](https://jira.spring.io/browse/SPR-15953?redirect=false)** and commented We could use a `WebFluxUriComponentsBuilder` that has similar functionality as the `ServletUriComponentsBuilder`, An additional method that `WebFluxUriComponentsBuilder` should have is `fromServerRequest`, taking a `ServerRequest`...
**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** opened **[SPR-15037](https://jira.spring.io/browse/SPR-15037?redirect=false)** and commented The samples in spring-secuirty-oauth2 suffer from this problem. I think it is probably platform/browser dependent because I couldn't reproduce it till today, and now...
**[Lucas](https://jira.spring.io/secure/ViewProfile.jspa?name=lucasvalenteds)** opened **[SPR-16770](https://jira.spring.io/browse/SPR-16770?redirect=false)** and commented Allows to implement WebSockets without annotations via WebFlux Functional DSL. It seems that only HTTP requests can be handled by the router { } block...
**[Cèsar Ordiñana](https://jira.spring.io/secure/ViewProfile.jspa?name=cordin)** opened **[SPR-14890](https://jira.spring.io/browse/SPR-14890?redirect=false)** and commented I'm developing a Spring boot with Spring MVC web app using Thymeleaf views. I'm using the [Building URIs to Controllers and methods from views](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc-links-to-controllers-from-views)...
**[James Howe](https://jira.spring.io/secure/ViewProfile.jspa?name=jamesmhowe)** opened **[SPR-14771](https://jira.spring.io/browse/SPR-14771?redirect=false)** and commented By default, validation errors on `@Controller` method parameters result in a response body detailing the specific `FieldError`s. Primarily for security purposes, it would be...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** opened **[SPR-14535](https://jira.spring.io/browse/SPR-14535?redirect=false)** and commented Currently we have annotated controller method arguments, e.g. `@PathVariable`, `@RequestParam`, `@RequestHeader`, CookieValue, `@Value`, etc. Many of them support SpEL expressions and those should support...
**[Chris DaMour](https://jira.spring.io/secure/ViewProfile.jspa?name=drdamour)** opened **[SPR-14442](https://jira.spring.io/browse/SPR-14442?redirect=false)** and commented MockMvcWebConnection calls MockMVC.perform().andReturn().getResponse() but that doesn't work if you are doign async in your controllers, like returning a deferredResult or Single\ etc (probably CompletableFuture...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[SPR-14414](https://jira.spring.io/browse/SPR-14414?redirect=false)** and commented When a controller returns a `Resource` implementation to be served to clients and the client didn't send any preferred media type (either through the...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[SPR-14409](https://jira.spring.io/browse/SPR-14409?redirect=false)** and commented `ResourceHttpMessageConverter` currently uses the `mime.types` mapping file contained in `org/springframework/mail/javamail` to control which file extension is mapped to which media type. It would be...