sebawagner commented on a change in pull request #166:
URL: https://github.com/apache/openmeetings/pull/166#discussion_r732401983
##########
File path:
openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
##########
@@ -106,7 +106,7 @@ public String getManifest() {
manifest.put("name", OpenmeetingsVariables.getApplicationName()
+ " " + Version.getVersion());
manifest.put("short_name",
OpenmeetingsVariables.getApplicationName() + " " + Version.getVersion());
manifest.put("description", "Openmeetings provides video
conferencing, instant messaging, white board, collaborative document editing
and other groupware tools.");
- manifest.put("start_url", "/" +
OpenmeetingsVariables.getWebappPath() + "/?pwa=true");
+ manifest.put("start_url",
OpenmeetingsVariables.getWebappPath() + "?pwa=true");
Review comment:
Updated to use URI.resolve
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]