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
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/mapping/PropertyPath.java
+6-39Lines changed: 6 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
47
47
48
48
privatestaticfinalStringPARSE_DEPTH_EXCEEDED = "Trying to parse a path with depth greater than 1000; This has been disabled for security reasons to prevent parsing overflows";
49
49
50
-
privatestaticfinalStringDELIMITERS = "_\\.";
50
+
privatestaticfinalStringDELIMITERS = "_.";// dot not need to be escaped in the character group
0 commit comments