Author: coheigea
Date: Mon Jan 6 16:37:12 2014
New Revision: 1555904
URL: http://svn.apache.org/r1555904
Log:
Trivial spelling corrections
Modified:
cxf/trunk/core/src/main/java/org/apache/cxf/interceptor/security/JAASLoginInterceptor.java
cxf/trunk/core/src/main/java/org/apache/cxf/security/transport/TLSSessionInfo.java
Modified:
cxf/trunk/core/src/main/java/org/apache/cxf/interceptor/security/JAASLoginInterceptor.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/core/src/main/java/org/apache/cxf/interceptor/security/JAASLoginInterceptor.java?rev=1555904&r1=1555903&r2=1555904&view=diff
==============================================================================
---
cxf/trunk/core/src/main/java/org/apache/cxf/interceptor/security/JAASLoginInterceptor.java
(original)
+++
cxf/trunk/core/src/main/java/org/apache/cxf/interceptor/security/JAASLoginInterceptor.java
Mon Jan 6 16:37:12 2014
@@ -131,8 +131,6 @@ public class JAASLoginInterceptor extend
}
try {
-
-
CallbackHandler handler = getCallbackHandler(name, password);
LoginContext ctx = new LoginContext(getContextName(), null,
handler, loginConfig);
Modified:
cxf/trunk/core/src/main/java/org/apache/cxf/security/transport/TLSSessionInfo.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/core/src/main/java/org/apache/cxf/security/transport/TLSSessionInfo.java?rev=1555904&r1=1555903&r2=1555904&view=diff
==============================================================================
---
cxf/trunk/core/src/main/java/org/apache/cxf/security/transport/TLSSessionInfo.java
(original)
+++
cxf/trunk/core/src/main/java/org/apache/cxf/security/transport/TLSSessionInfo.java
Mon Jan 6 16:37:12 2014
@@ -25,7 +25,7 @@ import javax.net.ssl.SSLSession;
/**
* An immutable struct that contains information about a negotiated
* TLS Session, including the (potentially negotiated) peer certificates
- * as well as the currently effective TLS ciper suite.
+ * as well as the currently effective TLS cipher suite.
*/
public class TLSSessionInfo {
@@ -54,7 +54,7 @@ public class TLSSessionInfo {
* it is unavailable)
*
* @param certs
- * the peer X.509 certificate chain (optinally null)
+ * the peer X.509 certificate chain (optionally null)
*/
public TLSSessionInfo(
final String suite,