forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Rfc6265 prefix from cookie encoders and decoders
Motivation: Rfc6265Client/ServerCookieEncoder is a better replacement of the old Client/ServerCookieEncoder, and thus there's no point of keeping both. Modifications: - Remove the old Client/ServerCookieEncoder - Remove the 'Rfc6265' prefix from the new cookie encoder/decoder classes - Deprecate CookieDecoder Result: We have much better cookie encoder/decoder implementation now.
- Loading branch information
Showing
13 changed files
with
154 additions
and
1,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
128 changes: 0 additions & 128 deletions
128
codec-http/src/main/java/io/netty/handler/codec/http/Rfc6265ClientCookieEncoder.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.