Plan for the LegacyUI module

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Revisions
Git
351302020654572145749d10f12ae07b57b81726 351302020654572145749d10f12ae07b57b81726
Release scripts
681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7
Total tests
367
Successful since
#517 ()

Tests

Code commits

Git
Author Commit Message Commit date
Jack MacDonald <33408323+jmmacdo4@users.noreply.github.com> Jack MacDonald <33408323+jmmacdo4@users.noreply.github.com> 351302020654572145749d10f12ae07b57b81726 351302020654572145749d10f12ae07b57b81726 Remove `<br />` tags from legacy ui error messages (#151)
* Add cout to legacy ui error div

* Move implementation id sanitization to ImplementationIdFormController.java

* Update implementationIdForm.jsp

* Removed HTML formatting from LegacyUI and replaced breaks with commas to avoid any XSS attacks on error div

* Pick up two <br> tags missed in error div

* picking up another missed <br>

* Add HTML encoding to privilege list so XSS can't appear in the list

* Rever ListPicker change to be included in another PR

* Update ImplementationIdFormController.java