Marco Collovati

Results 115 comments of Marco Collovati

> ERROR Browser version parsing failed for: mozilla/5.0 (macintosh; intel mac os x 10_13_5) applewebkit/605.1.15 (khtml, like gecko) crios/103 version/11.1.1 safari/605.1.15 begin 7, end 6, length 6 Seems like something...

Hi, thanks for reporting. I can reproduce the issue. Perhaps using a StreamResource may be a better solution, if the component is meant to be embedded.

At a first glance engine.io-server upgrade to Servlet 5 doesn't seems too complicate https://github.com/mcollovati/engine.io-server-java/tree/jakarta-servlet Using the artifact built from the above repository, `fusion-endpoint` compiles and tests pass

https://github.com/socketio/engine.io-server-java/issues/51

Hi, thanks for reporting. License should be checked at runtime only on development mode. How are you building and running the application? For example, if I run `mvn -pl main-ui...

For Edge we check browser version (`Edg/104.0.5112.81`) to be at least 79, whereas for IPhone we check operating system version (`OS 13_2_3 like Mac OS X`) to be at least...

I could reproduce it with 23.2.3 and got this error on JavaScript console ![image](https://user-images.githubusercontent.com/4648894/194305088-70945b53-4013-4b86-a264-6480fb3c28c8.png) If I change `originalFetch` import to `import originalFetch from 'isomorphic-fetch';` I can't see any error and...

It seems like the problem is `StaticFileServer` not stripping `servletPath` before trying to load requested resource from classpath. Perhaps with the latest changes for Vite support, `StaticFileServer.getRequestFilename()` may not need...

Adding some context for a better understanding of current situation: * StaticFileServer javadocs states that it handles `Web content or META-INF/resources in the case that {@link VaadinServlet} is mapped using...