Details
-
Bug
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Orion
-
SaaS Backlog
Description
One of the test cases is failing for the Hippo CMS 12 - QA Regression Test .
Steps to reproduce:
- Launch CMS
- Browse to Content
- Select Asset from Document Type drop down
- Create an Asset name like ast-1509532586229
- Try to copy the same Asset
Expected: Asset should be able to copy
Actual: Exception occurs
Caused by: java.lang.NumberFormatException: For input string: "1509532639618"
[INFO] [talledLocalContainer] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_131]
[INFO] [talledLocalContainer] at java.lang.Integer.parseInt(Integer.java:583) ~[?:1.8.0_131]
[INFO] [talledLocalContainer] at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_131]
[INFO] [talledLocalContainer] at org.hippoecm.frontend.editor.workflow.DefaultWorkflowPlugin$3.addOrIncrementFileNodeNameBaseNameSuffix(DefaultWorkflowPlugin.java:270) ~[hippo-cms-editor-frontend-5.1.0-SNAPSHOT.jar:5.1.0-SNAPSHOT]
[INFO] [talledLocalContainer] at org.hippoecm.frontend.editor.workflow.DefaultWorkflowPlugin$3.createNewFileNodeNameWithBaseNameSuffix(DefaultWorkflowPlugin.java:244) ~[hippo-cms-editor-frontend-5.1.0-SNAPSHOT.jar:5.1.0-SNAPSHOT]
[INFO] [talledLocalContainer] at org.hippoecm.frontend.editor.workflow.DefaultWorkflowPlugin$3.createRequestDialog(DefaultWorkflowPlugin.java:205) ~[hippo-cms-editor-frontend-5.1.0-SNAPSHOT.jar:5.1.0-SNAPSHOT]
__
Attachments
Issue Links
- is a result of
-
CMS-6505 As a CMS user, I want my images to be renamed in a such a way that the extension is kept, so that all browsers properly request and render the image.
- Closed