Skip to content

Commit 535728c

Browse files
committed
fix munged conflict resolution
1 parent 9d247e4 commit 535728c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

versions/3.0.4.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3702,6 +3702,8 @@ Version | Date | Notes
37023702
1.1 | 2012-08-22 | Release of Swagger 1.1
37033703
1.0 | 2011-08-10 | First release of the Swagger Specification
37043704

3705+
## <a name="usingRFC6570Implementations"></a>Appendix C: Using RFC6570 Implementations
3706+
37053707
## <a name="serializingHeadersAndCookies"></a>Appendix D: Serializing Headers and Cookies
37063708

37073709
RFC6570's percent-encoding behavior is not always appropriate for `in: header` and `in: cookie` parameters.
@@ -3722,7 +3724,3 @@ However, examples of this style in past versions of this specification have not
37223724
Because implementations that rely on an RFC6570 implementation and those that perform custom serialization based on the style example will produce different results, it is implementation-defined as to which of the two results is correct.
37233725

37243726
For multiple values, `style: form` is always incorrect as name=value pairs in cookies are delimited by `; ` (a semicolon followed by a space character) rather than `&`.
3725-
3726-
## <a name="usingRFC6570Implementations"></a>Appendix C: Using RFC6570 Implementations
3727-
3728-
## <a name="serializingHeadersAndCookies"></a>Appendix D: Serializing Headers and Cookies

0 commit comments

Comments
 (0)