Closed aschempp closed 2 years ago
Personally I would've added a
public static validateRegex()
method or similar and used it in both places
I just tried that but then the backend exception does not have a useful explanation anymore. Not worth it imho 😊
My client added a value of
*.*
as the extra argument, which resulted in the whole application being down (and the back end no longer being accessible). Apparently an invalid regex can still make it into the cached router:@qzminski @Toflar any objections?