{"id":23433789,"url":"https://github.com/dnalchemist/micronaut-upload-with-boundary-falling","last_synced_at":"2025-06-12T10:03:19.673Z","repository":{"id":78421534,"uuid":"187852445","full_name":"DNAlchemist/micronaut-upload-with-boundary-falling","owner":"DNAlchemist","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-21T14:21:05.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T09:41:27.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DNAlchemist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-21T14:20:19.000Z","updated_at":"2019-05-21T14:21:06.000Z","dependencies_parsed_at":"2023-03-13T20:13:54.983Z","dependency_job_id":null,"html_url":"https://github.com/DNAlchemist/micronaut-upload-with-boundary-falling","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmicronaut-upload-with-boundary-falling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmicronaut-upload-with-boundary-falling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmicronaut-upload-with-boundary-falling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmicronaut-upload-with-boundary-falling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DNAlchemist","download_url":"https://codeload.github.com/DNAlchemist/micronaut-upload-with-boundary-falling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248062917,"owners_count":21041676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-23T11:30:31.209Z","updated_at":"2025-04-09T15:47:47.996Z","avatar_url":"https://github.com/DNAlchemist.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo file upload problem with micronaut / netty and boundary parameter\n\n## How to reproduce\n\nClone this repo.\n\n```\n\u003e ./gradlew run\n\n\u003e Task :compileJava\nNote: Creating bean classes for 1 type elements\n\n\u003e Task :run\n08:43:22.895 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 639ms. Server Running: http://localhost:9102\n```\n\nThis is works fine: \n```\n\u003e curl -X POST http://localhost:9102/deployment/create -F file=@diagram_1.dmn -H \"Content-Type: multipart/form-data\"\n```\n\nAdd boundary to request\n```\n\u003e curl -X POST http://localhost:9102/deployment/create -F file=@diagram_1.dmn -H \"Content-Type: multipart/form-data;boundary=--------------------------250448360112203117589859\"\n```\n\nThen we get:\n\n```\n{\"_links\":{\"self\":{\"href\":\"/deployment/create\",\"templated\":false}},\"message\":\"Required argument [CompletedFileUpload file] not specified\",\"path\":\"/file\"}\n```        ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnalchemist%2Fmicronaut-upload-with-boundary-falling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnalchemist%2Fmicronaut-upload-with-boundary-falling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnalchemist%2Fmicronaut-upload-with-boundary-falling/lists"}