ASF Bugzilla – Attachment 33212 Details for
Bug 58540
Request setCharacterEncoding has unused code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch removes the unused buffer.
Request.patch (text/plain), 540 bytes, created by
Anthony Whitford
on 2015-10-25 22:15:11 UTC
(
hide
)
Description:
This patch removes the unused buffer.
Filename:
MIME Type:
Creator:
Anthony Whitford
Created:
2015-10-25 22:15:11 UTC
Size:
540 bytes
patch
obsolete
>Index: java/org/apache/catalina/connector/Request.java >=================================================================== >--- java/org/apache/catalina/connector/Request.java (revision 1710467) >+++ java/org/apache/catalina/connector/Request.java (working copy) >@@ -1583,10 +1583,6 @@ > return; > } > >- // Ensure that the specified encoding is valid >- byte buffer[] = new byte[1]; >- buffer[0] = (byte) 'a'; >- > // Confirm that the encoding name is valid > B2CConverter.getCharset(enc); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 58540
: 33212