#682: Upgrade to HtmlUnit 5.x#685
Open
jowerner wants to merge 11 commits into
Open
Conversation
…to 682-HtmlUnit-5
* imported latest HU driver * fixed usage of JUnit 4 in HU test cases * disabled compilation of HU test cases for the moment * fixed compile errors due to API changes in HU * updated API signature file
…to 682-HtmlUnit-5
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| "Data provided to an operation does not meet requirements"); | ||
| } | ||
| final SecretKey secretKey = getInternalKey(key, SecretKey.class); | ||
| final Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); |
| @@ -348,7 +347,7 @@ | |||
| */ | |||
| @Override | |||
| protected void doGet(final HttpServletRequest request, final HttpServletResponse response) throws IOException { | |||
| response.addCookie(new javax.servlet.http.Cookie("key1", "value1")); | |||
| response.addCookie(new jakarta.servlet.http.Cookie("key1", "value1")); | |||
| @Override | ||
| public void addCookie(QuercusCookie cookie) | ||
| { | ||
| _response.addCookie(cookie.toCookie(Cookie.class)); |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please do not squash-merge this pull request, but use a regular merge instead.