ASF Bugzilla – Attachment 23692 Details for
Bug 42061
Method to disable XMLUtils.addReturnToElement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A new patch for this issue
xml-sec-42061.patch (text/plain), 517 bytes, created by
coheigea
on 2009-05-19 08:50:24 UTC
(
hide
)
Description:
A new patch for this issue
Filename:
MIME Type:
Creator:
coheigea
Created:
2009-05-19 08:50:24 UTC
Size:
517 bytes
patch
obsolete
>Index: src/org/apache/xml/security/utils/Base64.java >=================================================================== >--- src/org/apache/xml/security/utils/Base64.java (revision 776326) >+++ src/org/apache/xml/security/utils/Base64.java (working copy) >@@ -190,7 +190,7 @@ > > String encodedInt = encode(biginteger); > >- if (encodedInt.length() > 76) { >+ if (!XMLUtils.ignoreLineBreaks() && encodedInt.length() > BASE64DEFAULTLENGTH) { > encodedInt = "\n" + encodedInt + "\n"; > } >
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 42061
:
23167
| 23692