> Changing validation procedure so only add http:// prefix for addresses that > are not started from the supported preffixes (for now it's http and https but > more can be added if needed). Also now the validation procedure is case > insensetive so HTTPS:// also works fine.
Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: - renamed valid to hasSupportedPrefix; - using already acquired address instead of requesting it again from the text field; ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2112/files - new: https://git.openjdk.org/jfx/pull/2112/files/6cc8208b..5617d73a Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2112&range=01 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2112&range=00-01 Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod Patch: https://git.openjdk.org/jfx/pull/2112.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2112/head:pull/2112 PR: https://git.openjdk.org/jfx/pull/2112
