Bug #84497
closedRsaEncryptionEncoder::getRsaPublicKey() must not be deprecated
100%
Description
With #84407 the RsaEncryptionEncoder::getRsaPublicKey()
method was deprecated since it is used in the now deprecated request handling of that class.
However that method has value for 3rd party code too since otherwise people need to copy these lines into their code.
The method should not be deprecated. In fact RsaPublicKeyGenerationController
should probably use it too to avoid code duplication.
Updated by Mathias Brodala over 6 years ago
- Related to Task #84407: Extract request processing from RsaEncryptionEncoder added
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56378
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56378
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56378
Updated by Mathias Brodala over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 811d28101850a0879b8566c20f2df67b31123bb5.