[% META title = 'Manage members' %] <p> This page lists the current members for <b>[% taskid_login %]</b>. + Below, you can delete members from the [% taskid_login %] by selecting one or more records in the table below. You can also add + new member(s) to this task ID by clicking on <b class="important">Add member</b>. </p> <div class="alternate-rule"><hr/></div> <p class="ind-link"> <a class="forward-em-link" href="[% webActionProcessor.controllerN +ame %]?action=add_taskid_member&taskid_auth=[% taskid_auth | uri | ht +ml %]&taskid_login=[% taskid_login |uri |html %]" title="Click here t +o add a new Task ID member.">Add member</a> </p> [%# Show global delete message only if records were deleted... %] [% IF NumberOfDeletedRecords %] [% INCLUDE global_message.tt globalMessage=NumberOfDeletedRecords +_ ' records have been deleted.' %] [% END %] [% INCLUDE form_table.tt table=TaskIDMembersTable %]

I HAVE USED URI | HTML FOR THE LINK MENTIONED ABOVE BUT IT'S NOT ENCODING CHARACTERS LIKE <>'", . BUT ONLY @ IS ENCODED TO %. PLEASE HELP, HOW TO ENCODE ALL THE CHARACTERS IF USED ATTACKING <SCRIPT> TAGS IN URL.


In reply to I want to encode html entities in TT format to remove cross site scripting, I have followed the articles here for xss but could not able to implement in my code. by dipit

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.