Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 73)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#44 fixed Check for and correct to ${X.encodeAsHtml()} where required. Gavin
Description

Anywhere that user input is displayed in a page there is the opportunity for html (or worse javascript?) injection. Using ${X} directly renders the text so a user input of "<td>nice</td>" would change the layout of the page.

Find and correct all cases to ${X.encodeAsHtml()}.

#47 fixed Filterpane bug when selecting an operator but not inputting a value for ID and Integer attributes Gavin
Description

See bug in grails plugin filterpane:

http://jira.codehaus.org/browse/GRAILSPLUGINS-1717 This upstream bug report has been closed and is due for inclusion in filterpane-0.6.5 which has not been released yet.

Contributed a further improvement (grails plugin rev 59495) so that user input parsing is done in a type safe way. This is now fixed in grails-filterpane-0.6.6-SNAPSHOT

Fixed at r361 by upgrading plugin to the newly release 0.6.6-SNAPSHOT.

#49 fixed Budget status for Tasks Gavin
Description
  • Please consider adding budget status to tasks.
  • Currently only 2 states but may be more possible.
  • Budget plannned and budget unplanned.
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.