7057dae67b69726d75be2d9761fe46f866b6daf1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getWildDomain() : String renamed to public getHost() : String in class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public isInDomain(name String, domain String) : boolean from class org.eclipse.jetty.util.IO to public isDomainOrSubDomain(name String, domain String) : boolean from class org.eclipse.jetty.server.SecureRequestCustomizer | From | To | |
Move Method | 1 | ||
Move Method public testDomain() : void from class org.eclipse.jetty.io.IOTest to public testDomain() : void from class org.eclipse.jetty.server.SecureRequestCustomizerTest | From | To | |
Rename Variable | 4 | ||
Rename Variable wild : String to wilds : List<String> in method public customize(sslEngine SSLEngine, request Request) : void in class org.eclipse.jetty.server.SecureRequestCustomizer | From | To | |
Rename Variable domain : String to host : String in method public matches(serverName SNIServerName) : boolean in class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher | From | To | |
Rename Variable sniName : String to hosts : List<String> in method public customize(sslEngine SSLEngine, request Request) : void in class org.eclipse.jetty.server.SecureRequestCustomizer | From | To | |
Rename Variable wild : String to wilds : List<String> in method protected chooseServerAlias(keyType String, issuers Principal[], matchers Collection<SNIMatcher>, session SSLSession) : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To | |
Rename Attribute | 3 | ||
Rename Attribute _certAliases : Map<String,String> to _certHosts : Map<String,String> in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Rename Attribute SNI_WILD : String to SNI_WILDS : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To | |
Rename Attribute _name : SNIHostName to _hosts : List<String> in class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher | From | To | |
Change Variable Type | 3 | ||
Change Variable Type wild : String to wilds : List<String> in method public customize(sslEngine SSLEngine, request Request) : void in class org.eclipse.jetty.server.SecureRequestCustomizer | From | To | |
Change Variable Type sniName : String to hosts : List<String> in method public customize(sslEngine SSLEngine, request Request) : void in class org.eclipse.jetty.server.SecureRequestCustomizer | From | To | |
Change Variable Type wild : String to wilds : List<String> in method protected chooseServerAlias(keyType String, issuers Principal[], matchers Collection<SNIMatcher>, session SSLSession) : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _name : SNIHostName to _hosts : List<String> in class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher | From | To |