Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for 1.6.6 release #162

Merged
merged 12 commits into from
Apr 2, 2022
Merged

Changes for 1.6.6 release #162

merged 12 commits into from
Apr 2, 2022

Conversation

spassarop
Copy link
Collaborator

  • Update NekoHTML and other dependencies to work with Java 8.
  • Add require-closing-tags to default schema.
  • Add deprecated annotations for XHTML.
  • Support multiple children handling on style tags.
  • Improve test coverage.

@spassarop spassarop requested a review from davewichers April 1, 2022 23:32
@@ -167,7 +167,7 @@ public CssHandler(Policy policy, List<String> errorMessages, ResourceBundle mess
* the tag name associated with this inline style
*/
public CssHandler(Policy policy, List<String> errorMessages, ResourceBundle messages, String tagName) {
this(policy, null, new ArrayList<String>(), tagName, messages);
this(policy, null, errorMessages, tagName, messages);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this just a bug in AntiSamy 1.6.5 or earlier?

@spassarop
Copy link
Collaborator Author

spassarop commented Apr 2, 2022 via email

@davewichers davewichers merged commit 5bf2038 into main Apr 2, 2022
@davewichers davewichers deleted the 1.6.6 branch April 2, 2022 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants