[GRADLE-2637] Daemon does not respect javax.net.ssl.* system properties that need to be specified on system startup Created: 17/Jan/13 Updated: 01/Apr/16 Resolved: 01/Apr/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.3 |
Fix Version/s: | 2.13-rc-1 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | René Gröschke (Inactive) |
Resolution: | Fixed | Votes: | 1 |
Description |
These properties need special handling, like -Dfile.encoding. |
Comments |
Comment by Mark Vieira (Inactive) [ 23/Feb/16 ] |
There was already some work done her with respect to repository transports. SslContexts are cached based on these input properties. Some of this could potentially be resused by other SSL communication clients. |