spring-data-rest icon indicating copy to clipboard operation
spring-data-rest copied to clipboard

DATAREST-79 - introduced IllegalStateException on "/" in path segment.

Open thombergs opened this issue 8 years ago • 0 comments

"/" is not valid in a path segment and leads to REST endpoints silently failing. It's better to throw an exception when a "/" is encountered in a path segment so the user knows what's going on.

thombergs avatar Jul 22 '17 21:07 thombergs