viktorthang / mgwt

Automatically exported from code.google.com/p/mgwt
Other
0 stars 0 forks source link

Html5ManifestServletBase assume the modulename doesn't have "_", and mine has "_" #264

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
WARNING: /gaming_platform.manifest
javax.servlet.ServletException: can not calculate module base from url: 
'/gaming_platform.manifest'
    at com.googlecode.mgwt.linker.server.Html5ManifestServletBase.getModuleName(Html5ManifestServletBase.java:304)
    at com.googlecode.mgwt.linker.server.Html5ManifestServletBase.doGet(Html5ManifestServletBase.java:59)

                // request url should be something like .../modulename.manifest" within
                // the same folder of your host page...
                Pattern pattern = Pattern.compile("/([a-zA-Z0-9]+)\\.manifest$");
                Matcher matcher = pattern.matcher(req.getServletPath());

Original issue reported on code.google.com by yzibin@google.com on 3 Nov 2012 at 7:09

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 6644c3a401b6.

Original comment by kurka.da...@gmail.com on 3 Nov 2012 at 7:28

GoogleCodeExporter commented 8 years ago
changes are in trunk, you can use the current snapshot

Original comment by kurka.da...@gmail.com on 3 Nov 2012 at 7:28

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 6644c3a401b6.

Original comment by kurka.da...@gmail.com on 6 Aug 2013 at 5:31