DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27024>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27024 ContentImpl.create() always sets displayname to resource name. Summary: ContentImpl.create() always sets displayname to resource name. Product: Slide Version: 2.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I want to create a resource whose displayname differs from its resource name. .e.g. /files/john/file1.txt whose displayname is "My File.txt". ContentImpl.create() will always stores displayname as file1.txt instead of "My File.txt" because it always invokes revisionDescriptor.setName(resourceName); A null check should be performed before setting revisionDescriptor's name. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
