botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Some files do not appear in the attachments section

Open ikzayro opened this issue 5 months ago • 1 comments

Version

4.23.1

Describe the bug

If file name consists "I" (uppercase "i") and "+" character, file doesn't exist in request.

For example: this file doesn't appear in request ---> ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZabcçdefgğhıijklmnoöprsştuüvyz+-_()[]{}!@$^&=~`'.,;….pdf

when we remove "I" and "+" character. For example: ABCÇDEFGĞHİJKLMNOÖPRSŞTUÜVYZabcçdefgğhıijklmnoöprsştuüvyz-_()[]{}!@$^&=~`'.,;….pdf and its appear in request.

I added most common characters in file name because i wanted to test it. So, i found this bug.

Its so critical for our project to fix this issue. Can someone please look into this matter?

To Reproduce

Just attach a file that name consists "I" and "+" character while sending message.

Expected behavior

Give a clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Tracking Status

Dotnet SDK TODO

  • [ ] PR
  • [ ] Merged

Javascript SDK TODO

  • [ ] PR
  • [ ] Merged

Python SDK TODO

  • [ ] PR
  • [ ] Merged

Java SDK TODO

  • [ ] PR
  • [ ] Merged

Samples TODO

  • [ ] PR
  • [ ] Merged

Docs TODO

  • [ ] PR
  • [ ] Merged

Tools TODO

  • [ ] PR
  • [ ] Merged

ikzayro avatar Aug 27 '25 22:08 ikzayro

The file name doesn't need to contain two characters for this bug to occur. This bug also occurs if only one character is present.

ikzayro avatar Aug 27 '25 22:08 ikzayro