yuluo-yx opened a new issue, #2701:
URL: https://github.com/apache/rocketmq-dashboard/issues/2701

   ## Problem
   
   The Message send form treats commas as both property-record separators and 
valid text. A user property such as `location=Beijing,China` is split into 
`location=Beijing` plus a malformed `China` entry, corrupting the value and 
blocking submission.
   
   ## Reproduction
   
   Paste the following into the message user-properties field:
   
   ```text
   location=Beijing,China
   ```
   
   The parser reports that `China` is not in `key=value` form.
   
   ## Expected behavior
   
   Use an unambiguous one-property-per-line contract. Property values must 
preserve commas and additional equals signs, and Windows line endings and 
duplicate keys must remain handled predictably.
   
   ## Scope
   
   Update the parser, its form guidance, and focused parser/page tests without 
changing the send API.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to