How Can I change the Maximum Character limit for the RSS URL in Academus 2.0?

Knowledge Base: Academus 2.0
Submitted: April 24, 2007
How Can I change the Maximum Character limit for the RSS URL in Academus 2.0?
To change the maximum character limit for the RRS URL field you will need to change the RSS.cpd file to allow more then 100 characters. This file is located in Academus 2.0 at::

portal\WEB-INF\classes\org\jasig\portal\channels\CGenericXSLT\RSS\RSS.cpd

An example would be:

      <!-- length and maxlength for text field -->
<length>80</length>
<maxlength>250</maxlength>