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

Module manifests should use https #457

Open
protoism opened this issue Feb 23, 2023 · 1 comment
Open

Module manifests should use https #457

protoism opened this issue Feb 23, 2023 · 1 comment

Comments

@protoism
Copy link
Contributor

The wizard for new application and new module create modules manifests using http URLs.
The protocol should be https, and the FQDN might be www.gwtproject.org.

Here an extract of a module created by the new application wizard:

<?xml version="1.0" encoding="UTF-8"?>
<!--
  When updating your version of GWT, you should also update this DTD reference,
  so that your app can take advantage of the latest GWT module capabilities.
-->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.10.0//EN"
  "http://gwtproject.org/doctype/2.10.0/gwt-module.dtd">
@protoism protoism self-assigned this Feb 23, 2023
@protoism protoism added this to the 4.0.1 milestone Feb 23, 2023
@protoism
Copy link
Contributor Author

The "new application" wizard delegates the project creation to the SDK. We can fix the DTD only for modules created with the new module wizard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants