Re: [PR] Use a random boundary value by default [httpcomponents-client]

2025-04-05 Thread via GitHub
benweissmann commented on code in PR #625: URL: https://github.com/apache/httpcomponents-client/pull/625#discussion_r2001129182 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ## @@ -47,18 +47,8 @@ /** * Builder for multipart

Re: [PR] Use a random boundary value by default [httpcomponents-client]

2025-04-05 Thread via GitHub
benweissmann commented on code in PR #625: URL: https://github.com/apache/httpcomponents-client/pull/625#discussion_r2001139283 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ## @@ -234,14 +225,12 @@ public MultipartEntityBuilde

Re: [PR] Use a random boundary value by default [httpcomponents-client]

2025-03-23 Thread via GitHub
ok2c merged PR #625: URL: https://github.com/apache/httpcomponents-client/pull/625 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.ap

Re: [PR] Use a random boundary value by default [httpcomponents-client]

2025-03-19 Thread via GitHub
TomerAberbach commented on PR #625: URL: https://github.com/apache/httpcomponents-client/pull/625#issuecomment-2736758260 Hey folks, just wanted to check if the plan is to merge this soon? Before the next release? -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Use a random boundary value by default [httpcomponents-client]

2025-03-18 Thread via GitHub
ok2c commented on code in PR #625: URL: https://github.com/apache/httpcomponents-client/pull/625#discussion_r2000702616 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ## @@ -234,14 +225,12 @@ public MultipartEntityBuilder addBin

Re: [PR] Use a random boundary value by default [httpcomponents-client]

2025-03-18 Thread via GitHub
ok2c commented on code in PR #625: URL: https://github.com/apache/httpcomponents-client/pull/625#discussion_r2000700396 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ## @@ -47,18 +47,8 @@ /** * Builder for multipart {@link H

[PR] Use a random boundary value by default [httpcomponents-client]

2025-03-17 Thread via GitHub
benweissmann opened a new pull request, #625: URL: https://github.com/apache/httpcomponents-client/pull/625 See more context in discussion from #619. The advantage of using a random boundary by default are: - It's in line with the behavior recommended by RFC 2046, [as discussed her