spring-data-rest
spring-data-rest copied to clipboard
DATAREST-79 - introduced IllegalStateException on "/" in path segment.
"/" 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.