Skip to content

Conversation

@sslavic
Copy link
Contributor

@sslavic sslavic commented Mar 1, 2012

Before this fix MultipartResolver javadoc mentioned that there is only
one concrete implementation included in Spring. This was true as of
Spring 2.5 but Spring 3.1 added another one, Servlet 3.0 Part API based
implementation.

This fix changes MultipartResolver javadoc so that the other one,
StandardServletMultipartResolver implementation, gets also listed.
Changed javadoc mentions also as of which version does Spring bundle
two MultipartResolver implementations.

Issue: SPR-5984

I have signed and agree to the terms of SpringSource Individual Contributor License Agreement.

Before this fix MultipartResolver javadoc mentioned that there is only
one concrete implementation included in Spring. This was true as of
Spring 2.5 but Spring 3.1 added another one, Servlet 3.0 Part API based
implementation.

This fix changes MultipartResolver javadoc so that the other one,
StandardServletMultipartResolver implementation, gets also listed.
Changed javadoc mentions also as of which version does Spring bundle
two MultipartResolver implementations.

Issue: SPR-5984
@rstoyanchev
Copy link
Contributor

@sslavic can you re-send the request based on the master branch? That's the main branch in use now with selective backports only going back to 3.1.x. Thanks!

@rstoyanchev rstoyanchev closed this Mar 2, 2012
@sslavic
Copy link
Contributor Author

sslavic commented Mar 2, 2012

@rstoyanchev Created new one, master branch based pull request #48

GreenRecycleBin added a commit to GreenRecycleBin/spring-framework that referenced this pull request Aug 9, 2019
"
{@code}

    {@code text }

Equivalent to <code>{@literal text }</code>.

Displays text in code font without interpreting the text as HTML markup or nested Javadoc tags.
"
https://docs.oracle.com/en/java/javase/12/docs/specs/doc-comment-spec.html

This is why {@code &spring-projects#42;&spring-projects#47;&spring-projects#42;} isn't rendered as <code>*/*</code> as expected.
sbrannen pushed a commit that referenced this pull request Aug 9, 2019
This commit changes {@code &#42;&#47;&#42;} to <code>&#42;&#47;&#42;</code>
so that "*/*" is rendered correctly.

Closes gh-23439
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants