-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.2.1.GA
-
None
I published CSV file to ModeShape using WebDav interface. CSV file has following content:
Test,row,one
Test,row,two
Test,row,three
after sequencing I'd expected following structure will get created in repository
text:row
_ text:column | |
_text:data - Test | |
_ text:column[2] | |
_text:data - row | |
_text"column[3] | |
_text:data - one |
but when I visited http://127.0.0.1:8080/modeshape-webdav/repository/eds/sequenced/text/delimited/test.csv/text:row/text:column I've got empty page containing only "Contents of this Folder:" string with no other content.
- duplicates
-
MODE-941 WebDAV service should support PROPFIND with any property
- Closed