Skip to content

Update multipart boundary error to match Vuforia#3044

Merged
adamtheturtle merged 2 commits intomainfrom
adamtheturtle/fix-vuforia-changes
Mar 10, 2026
Merged

Update multipart boundary error to match Vuforia#3044
adamtheturtle merged 2 commits intomainfrom
adamtheturtle/fix-vuforia-changes

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Mar 10, 2026

Summary

  • Vuforia dropped the RESTEASY007550: prefix from the multipart boundary error message
  • Updated mock response and tests to match: "Unable to get boundary for multipart"

Test plan

  • CI should pass with updated error message matching real Vuforia behavior

🤖 Generated with Claude Code


Note

Medium Risk
Changes the mock API contract for a specific error case (HTTP 500→400, JSON→plain text, message change), which may break clients/tests relying on the previous response shape.

Overview
Updates the mock query validator’s NoBoundaryFoundError to return 400 Bad Request with text/plain;charset=utf-8 and the message Unable to get boundary for multipart (dropping the RESTEASY007550: prefix).

Adjusts query endpoint tests to expect the new status code, content type, and error text for the “no multipart boundary” scenarios.

Written by Cursor Bugbot for commit b629510. This will update automatically on new commits. Configure here.

Vuforia dropped the "RESTEASY007550: " prefix from the error message
for missing multipart boundaries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Vuforia now returns 400 with text/plain;charset=utf-8 instead of
500 with application/json for the no-boundary multipart error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit d7ea250 into main Mar 10, 2026
12 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/fix-vuforia-changes branch March 10, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant