-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Description
Manuel Jordan opened SPR-13642 and commented
Hello
For the following classes:
Both have practically the same introduction or explanation, where I can see for example:
favorPathExtension PathExtensionContentNegotiationStrategy Yes
If I do click in favorPathExtension for each class I can read for each method description that the default value is Yes.
Same appreciation for favorParameter
favorParameter ParameterContentNegotiationStrategy -
Where here is false by default.
Until here, the introduction and method description match well. They are the same.
I have checked each row of the table (5 items)
Here two observations:
One:
defaultContentTypeStrategy ContentNegotiationStrategy -
If I do click in defaultContentTypeStrategy (for both classes) the setDefaultContentTypeStrategy does not indicate the default value.
Two: (here the reason of this post)
ignoreAcceptHeader HeaderContentNegotiationStrategy Yes
Theoretically the method description (for both classes) should be yes by default, but really says
By default this value is set to false.
How you can see it says false. Not yes how is expected.
I did not check the source code through GitHub, to see really what is the default value, but here there is no a match about the table against the method description. Here the error. So what is really the default value?.
Thanks.
Affects: 4.2.2
Referenced from: commits ac975df