Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-38197
  • Loading branch information
mhalbritter committed Nov 3, 2023
2 parents afa4d27 + 6b69525 commit fb1a4ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,10 @@ public Collection<TomcatProtocolHandlerCustomizer<?>> getTomcatProtocolHandlerCu
}

/**
* Add {@link Connector}s in addition to the default connector, e.g. for SSL or AJP
* Add {@link Connector}s in addition to the default connector, e.g. for SSL or AJP.
* <p>
* {@link #getTomcatConnectorCustomizers Connector customizers} are not applied to
* connectors added this way.
* @param connectors the connectors to add
* @since 2.2.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,10 @@ public Collection<TomcatProtocolHandlerCustomizer<?>> getTomcatProtocolHandlerCu
}

/**
* Add {@link Connector}s in addition to the default connector, e.g. for SSL or AJP
* Add {@link Connector}s in addition to the default connector, e.g. for SSL or AJP.
* <p>
* {@link #getTomcatConnectorCustomizers Connector customizers} are not applied to
* connectors added this way.
* @param connectors the connectors to add
*/
public void addAdditionalTomcatConnectors(Connector... connectors) {
Expand Down

0 comments on commit fb1a4ba

Please sign in to comment.