Creating new MIME types
Hi,
In my current project, I am trying to generate vcards .
To get a proof of concept I have the following setup.
Component:
profile
profile/profile.jsp
profile/profile.vcf.jsp
(profile.vcf.jsp has some hard coded vcard information)
System Console
Modified Apache Sling MIME Type Service to add a new type "text/vcard vcf"
Based on the documentation that looks like all that was needed but I still get a cannot server resource error when calling up a page based on the profile component with a .vcf extension.
Any suggestions?
Best,
Dmitry Terner