◐ Shell
clean mode source ↗

Minor fixes to close json resources, prevent malformed URLs, and correct index.xhtml values by rbrinkster · Pull Request #313 · javaee-samples/javaee7-samples

added 9 commits

June 22, 2015 15:59
In some situations, the base will end without an ending slash, but in other cases it will end with a slash, so the replace should take care of issues with double slashes.
In some situations, the base will end without an ending slash, but in other cases it will end with a slash, so the replace should take care of issues with double slashes.
In some situations, the base will end without an ending slash, but in other cases it will end with a slash, so the replace should take care of issues with double slashes.
…reas

In the selectManyListbox and selectManyMenu components, I updated selectBooleanCheckbox to selectManyCheckbox to account for the requirement that a list or array must be provided as the value.