[ https://issues.apache.org/jira/browse/DISPATCH-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491244#comment-16491244 ]
Alan Conway commented on DISPATCH-941: -------------------------------------- I'm still seeing problems - tested on bare-metal f26, 27, 28 All built from dispatch master c7478cc0 Fedora 26 - works perfectly libwebsockets-2.2.1-1.fc26.x86_64 Fedora 27 - complains of missing files libwebsockets-2.3.0-2.fc27.x86_64 2018-05-25 16:30:18.958818 -0400 SERVER (info) Accepted connection to :8888 from 192.168.2.152018-05-25 16:30:44.526050 -0400 HTTP (error) Unable to open '/usr/local/share/qpid-dispatch/console/stand-alone/plugin/fonts/OpenSans-Regular-webfont.woff2' 2018-05-25 16:30:45.086603 -0400 HTTP (error) Unable to open '/usr/local/share/qpid-dispatch/console/stand-alone/node_modules/fonts/OpenSans-Regular-webfont.woff' Those files are missing, on all of my installs including the f26 one that works! There is no such plugin/fonts or fonts directory on any of my installations. No idea why this works on 26 but not 27. Fedora 28 - broken in new and exciting way libwebsockets-2.4.2-1.fc28.x86_64 2018-05-25 16:37:22.574904 -0400 HTTP (warning) More hdr frags than we can deal with I get the same behavior with a localhost or remote browser. Firefox or chromium. > Router is returning incorrect files from http get requests. > ----------------------------------------------------------- > > Key: DISPATCH-941 > URL: https://issues.apache.org/jira/browse/DISPATCH-941 > Project: Qpid Dispatch > Issue Type: Bug > Components: Routing Engine > Affects Versions: 1.0.1 > Reporter: Ernest Allen > Priority: Major > Fix For: Backlog > > Attachments: CaptureApache_angular.PNG, CaptureApache_angular.PNG, > CaptureApache_woff2.PNG, CaptureApache_woff2.PNG, CaptureApache_woff2.PNG, > CaptureDispatch_angular.PNG, CaptureDispatch_angular.PNG, > CaptureDispatch_woff2.PNG > > > When http requests are made from a Windows machine, the http response headers > appear to be mixed up or for a different request. For example, when the > browser requests the file OpenSans-Regular-webfont.woff2, the response has a > content-type of text/javascript and an incorrect content-length. Here is the > bad response: !CaptureDispatch_woff2.PNG! > When the same browser on the same machine requests the same file from Apache > tomcat, the response is correct: > !CaptureApache_woff2.PNG! > Another example: This time the request is for the javascript file angular.js. > Here is the bad response from the router: > !CaptureDispatch_angular.PNG! > > And here is the correct response from tomcat for the same file: > !CaptureApache_angular.PNG! > The incorrect content-types and content-lengths returned by the router lead > me to believe that the responses are getting mixed up. > Possibly important note: Which requests are mixed up varies each time I > reload the page. Sometimes files that failed on a previous page load will > come down just fine. It doesn't always happen on the same files. > This happens for all browsers I've tried on Windows. It does not happen for > any browser when the request comes from my linux box. > -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org