Unable to put a link containing the string ".jpg" in a comment.
Using Jamroom
From reading these
brian:..... That makes sense and now I remember why it's tricky - basically the editor (tinymce) is interpreting the link to the PAGE as an IMAGE URL. We're not going to change how the editor works, so let me see if changing the title so it removes the period or replaces it with an underscore or something would be the best route......
brian:....This should be fixed now in the latest Image Galleries module (1.8.8) update and let me know if that works. Basically the URL to the item detail page now has the extension removed.....
I think what brian is saying is that any image gallery urls that used to contain the .jpg now dont contain that. So the urls for pages in the gallery that were
site.com/profile/gallery/2/the-image-name.jpg
now are
site.com/profile/gallery/2/the-image-name-jpg
so when they are put into tinymce they dont register to the editor as an image url.
If you are pasting in something that ends in .jpg into the editor, thats still going to be treated as it ever was, but there should be no jamroom urls ending in .jpg that are not actual images.