ASF Bugzilla – Attachment 19954 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
EditConnectorAction.patch (text/plain), 1.06 KB, created by
Chris Halstead
on 2007-04-13 10:50:41 UTC
(
hide
)
Description:
Patch to fix parameter name mismatch in Admin webapp
Filename:
MIME Type:
Creator:
Chris Halstead
Created:
2007-04-13 10:50:41 UTC
Size:
1.06 KB
patch
obsolete
>Index: EditConnectorAction.java >=================================================================== >--- EditConnectorAction.java (revision 528563) >+++ EditConnectorAction.java (working copy) >@@ -247,13 +247,13 @@ > attribute = "keystoreType"; > connectorFm.setKeyStoreType > ((String) mBServer.getAttribute(cname, attribute)); >- attribute = "trustStoreFile"; >+ attribute = "truststoreFile"; > connectorFm.setTrustStoreFileName > ((String) mBServer.getAttribute(cname, attribute)); >- attribute = "trustStorePass"; >+ attribute = "truststorePass"; > connectorFm.setTrustStorePassword > ((String) mBServer.getAttribute(cname, attribute)); >- attribute = "trustStoreType"; >+ attribute = "truststoreType"; > connectorFm.setTrustStoreType > ((String) mBServer.getAttribute(cname, attribute)); > attribute = "sslProtocol";
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