Go to file
Sam Brannen d79e33b5a0 Handle empty file input in HtmlUnitRequestBuilder
This commit revises the fix submitted in 959e6d1745 by ensuring that
empty file input is converted to a MockPart with the supplied name, an
empty filename, "application/octet-stream" as the content type, and
empty content.

This aligns with the behavior of Servlet containers, as tested with the
interaction between Firefox and a standard Servlet running in a Jetty
Servlet container.

Closes gh-26799
2021-05-07 16:00:09 +02:00
.github
buildSrc
ci Make script executable 2021-05-05 14:26:12 +02:00
framework-bom
gradle Store resolved toolchain info as custom values in build scan 2021-05-05 15:19:27 +02:00
integration-tests
spring-aop Polishing 2021-04-29 16:53:53 +02:00
spring-aspects
spring-beans Avoid memory leak when PropertyComparator is reused 2021-04-30 15:08:32 +02:00
spring-context Polish Javadoc for MessageSourceSupport 2021-04-29 17:49:29 +02:00
spring-context-indexer
spring-context-support
spring-core Follow contract of computeIfAbsent LinkedCaseInsensitiveMap 2021-04-30 15:49:00 +02:00
spring-expression Polish SpEL SelectionAndProjectionTests 2021-04-26 16:23:21 +02:00
spring-instrument
spring-jcl
spring-jdbc Support safe-updates mode in MySQLMaxValueIncrementer 2021-04-29 15:37:40 +02:00
spring-jms
spring-messaging Fix Gradle Java Toolchain configuration 2021-05-03 15:02:09 +02:00
spring-orm Polish tests 2021-04-12 20:11:14 +02:00
spring-oxm Polish Jaxb2MarshallerTests 2021-05-04 13:46:31 +02:00
spring-r2dbc
spring-test Handle empty file input in HtmlUnitRequestBuilder 2021-05-07 16:00:09 +02:00
spring-tx
spring-web Ignore trailing slash in Origin header 2021-05-07 14:56:56 +01:00
spring-webflux Allow charset input in WebClientResponseException 2021-05-06 16:58:42 +01:00
spring-webmvc CorsRegistry implements combine correctly 2021-05-05 21:02:25 +01:00
spring-websocket Update CORS Javadoc in spring-websocket 2021-04-13 17:43:40 +01:00
src Fix MethodMatcher API doc description 2021-05-05 12:21:46 +02:00
.editorconfig
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle Switch to Reactor 2020.0.7 snapshots 2021-05-04 16:25:00 +01:00
gradle.properties Next development version (v5.3.7-SNAPSHOT) 2021-04-13 11:15:32 +00:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle Store resolved toolchain info as custom values in build scan 2021-05-05 15:19:27 +02:00

README.md

Spring Framework Build Status Revved up by Gradle Enterprise

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".

Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and architectures. Please read the Overview section as reference for a more complete introduction.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Access to Binaries

For access to artifacts or a distribution zip, see the Spring Framework Artifacts wiki page.

Documentation

The Spring Framework maintains reference documentation (published and source), Github wiki pages, and an API reference. There are also guides and tutorials across Spring projects.

Micro-Benchmarks

See the Micro-Benchmarks Wiki page.

Build from Source

See the Build from Source Wiki page and the CONTRIBUTING.md file.

Continuous Integration Builds

Information regarding CI builds can be found in the Spring Framework Concourse pipeline documentation.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.