XSS and encoding fixes. Textual updates as required by doc team.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10855 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-09-08 15:34:20 +00:00
parent 6a260e952e
commit baf5c5cc45
4 changed files with 6 additions and 10 deletions

View File

@@ -8,10 +8,9 @@
<id>${id}</id> <id>${id}</id>
<updated>${xmldate(date)}</updated> <updated>${xmldate(date)}</updated>
<summary type="html"> <summary type="html">
<![CDATA[${username} added <a href="${contentURL}" target="_blank">${fileName}</a> to the <a href="${browseURL}">Document Library</a>.]]> <![CDATA[${username?html} added <a href="${contentURL}" target="_blank">${fileName?html}</a> to the <a href="${browseURL}">Document Library</a>.]]>
</summary> </summary>
<author> <author>
<name>${userId!""}</name> <name>${userId!""}</name>
</author> </author>
</entry> </entry>

View File

@@ -7,5 +7,4 @@
<link>${browseURL?xml}</link> <link>${browseURL?xml}</link>
<guid>${id}</guid> <guid>${id}</guid>
<description>${username?xml} added ${(fileName!'a new file')?xml} to the Document Library.</description> <description>${username?xml} added ${(fileName!'a new file')?xml} to the Document Library.</description>
</item> </item>

View File

@@ -8,10 +8,9 @@
<id>${id}</id> <id>${id}</id>
<updated>${xmldate(date)}</updated> <updated>${xmldate(date)}</updated>
<summary type="html"> <summary type="html">
<![CDATA[${username} added ${fileCount!"multiple"} files to the <a href="${browseURL}">Document Library</a>.]]> <![CDATA[${username?html} added ${fileCount!"multiple"} files to the <a href="${browseURL}">Document Library</a>.]]>
</summary> </summary>
<author> <author>
<name>${userId!""}</name> <name>${userId!""}</name>
</author> </author>
</entry> </entry>

View File

@@ -7,5 +7,4 @@
<link>${browseURL?xml}</link> <link>${browseURL?xml}</link>
<guid>${id}</guid> <guid>${id}</guid>
<description>${username?xml} added ${fileCount!"multiple"} files to the Document Library.</description> <description>${username?xml} added ${fileCount!"multiple"} files to the Document Library.</description>
</item> </item>