ASF Bugzilla – Attachment 19955 Details for
Bug 42103
Parans trustStoreType trustStorePass trustStoreFile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix parameter name mismatch in Admin webapp
SaveConnectorAction.patch (text/plain), 1.44 KB, created by
Chris Halstead
on 2007-04-13 10:51:57 UTC
(
hide
)
Description:
Patch to fix parameter name mismatch in Admin webapp
Filename:
MIME Type:
Creator:
Chris Halstead
Created:
2007-04-13 10:51:57 UTC
Size:
1.44 KB
patch
obsolete
>Index: SaveConnectorAction.java >=================================================================== >--- SaveConnectorAction.java (revision 528563) >+++ SaveConnectorAction.java (working copy) >@@ -423,17 +423,17 @@ > String trustFile = cform.getTrustStoreFileName(); > if ((trustFile != null) && (trustFile.length()>0)) > mBServer.setAttribute(coname, >- new Attribute("trustStoreFile", trustFile)); >+ new Attribute("truststoreFile", trustFile)); > > String trustPass = cform.getTrustStorePassword(); > if ((trustPass != null) && (trustPass.length()>0)) > mBServer.setAttribute(coname, >- new Attribute("trustStorePass", trustPass)); >+ new Attribute("truststorePass", trustPass)); > > String trustType = cform.getTrustStoreType(); > if ((trustType != null) && (trustType.length()>0)) > mBServer.setAttribute(coname, >- new Attribute("trustStoreType", trustType)); >+ new Attribute("truststoreType", trustType)); > > String sslProtocol = cform.getSslProtocol(); > if ((sslProtocol != null) && (sslProtocol.length()>0))
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 42103
:
19954
| 19955