You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forum software appears to have been updated... which now comes with a new bug.
I used to have a few word/link replacements configured that contained square brackets like [how-to-ask], which used to be okay but no longer. The forum appears to fail to sanitize this input before turning into a javascript RegExp. This caused failures to post. The javascript error is something to the effect of Uncaught SyntaxError: Invalid regular expression: ... because the literal square brackets are interpreted as RE syntax.
I've removed those offending patterns for now.
I would appreciate if someone could pass this on to whoever develops the forum software.
Here's the feature I speak of. I've already removed the offending patterns.
The text was updated successfully, but these errors were encountered:
crackwitz
changed the title
forum throws "500" errors, according to user reports
forum throws "500 error"
Nov 4, 2023
crackwitz
changed the title
forum throws "500 error"
forum throws "500 error", word/link replacement bug in forum software
Nov 4, 2023
Forum software appears to have been updated... which now comes with a new bug.
I used to have a few word/link replacements configured that contained square brackets like
[how-to-ask]
, which used to be okay but no longer. The forum appears to fail to sanitize this input before turning into a javascript RegExp. This caused failures to post. The javascript error is something to the effect ofUncaught SyntaxError: Invalid regular expression: ...
because the literal square brackets are interpreted as RE syntax.I've removed those offending patterns for now.
I would appreciate if someone could pass this on to whoever develops the forum software.
Here's the feature I speak of. I've already removed the offending patterns.
The text was updated successfully, but these errors were encountered: