Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Activate useSystemProperties into ApacheConnector (#4458) #4459

Conversation

lounagen
Copy link
Contributor

@lounagen lounagen commented May 7, 2020

ApacheConnector force the useSystemProperties flag to false:

jersey/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java

Line 365 in f9a8431

false);
All the code is already done, but the switch to activate it is missing.

@jansupol
Copy link
Contributor

jansupol commented May 7, 2020

Please see the Wiki.

Please update the copyright year to 2020 in the files you modify.

@lounagen lounagen force-pushed the activate_usesystemproperties_in_apacheconnector branch 3 times, most recently from 70a3c1d to a066780 Compare May 7, 2020 19:28
@lounagen
Copy link
Contributor Author

lounagen commented May 7, 2020

Please see the Wiki.

Please update the copyright year to 2020 in the files you modify.

done

Signed-off-by: Julien Blondeau <lounagen@gmail.com>
@lounagen lounagen force-pushed the activate_usesystemproperties_in_apacheconnector branch from a066780 to 2dc76d0 Compare May 7, 2020 19:49
@senivam senivam merged commit ef94758 into eclipse-ee4j:master May 11, 2020
@senivam senivam added this to the 2.30.1 milestone May 11, 2020
@senivam senivam linked an issue May 11, 2020 that may be closed by this pull request
@senivam senivam modified the milestones: 2.30.1, 2.31 May 11, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApacheConnector force the useSystemProperties flag to false
3 participants