forked from gwtproject/gwt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade HtmlUnit to 2.55.0 and Jetty to 9.4.44
Several old tests previously not able to run in HtmlUnit are now enabled, and two tests are disabled, linked to the appropriate bug report. The jaspi security/authentication module has been disabled in the dev mode server. It is no longer included in the base jetty install due to licensing reasons, and is disabled by default here for the same reason. Many small changes were necessary across various parts of testing and dev mode infrastructure: * HtmlUnit has introduced a proxy for window and document, legacy dev mode needs to treat those objects as if they were the real instance. * HtmlUnit has additional protection to avoid letting a page interact with a real Java object. This had to be relaxed in order to let legacy dev mode tests continue to work. * The custom classloader used to run a webapp within dev mode now overrides loadClass instead of findClass, to correctly delegate to Jetty's own implementation to handle startup issues. Additionally, isSystemClass and isServerClass are relocated and deprecated. Bug: gwtproject#9720 Bug-Link: gwtproject#9720 Co-Authored-By: Mihai Stanciu <[email protected]> Change-Id: Ie14cb33cb0edea57c121de943f2964a8cf0540ee
- Loading branch information
Showing
22 changed files
with
179 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.