-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Component/s: None
-
Tags:
-
Sprint:nxMS 9.3.6
-
Story Points:2
We need to ensure the client does not send invalid URLs to the server (here, double slashes):
java.lang.IllegalArgumentException: Illegal path with empty component: //default-domain/workspaces at org.nuxeo.ecm.core.storage.sql.SessionImpl.getNodeByPath(SessionImpl.java:826) at org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl.getNodeByPath(ConnectionImpl.java:193) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.resolvePath(SQLSession.java:191) at org.nuxeo.ecm.core.api.AbstractSession.resolveReference(AbstractSession.java:339) at org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:935) at org.nuxeo.ecm.restapi.server.jaxrs.RepositoryObject.getDocsByPath(RepositoryObject.java:61)
- is required by
-
NXP-19726 Upgrade to Tomcat 7.0.81
- Resolved