You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (Jira)" <ji...@apache.org> on 2020/05/08 02:10:00 UTC

[jira] [Commented] (OPENMEETINGS-2348) Every web page starts with a blank line.

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102174#comment-17102174 ] 

Maxim Solodovnik commented on OPENMEETINGS-2348:
------------------------------------------------

Hello [~mcdjw],

I can't see the issue 
We are actively using Apache HTTPD as front-end proxy and everything works as expected

Every page have {{<!DOCTYPE html>}} which should be sufficient to determine content type

> Every web page starts with a blank line.
> ----------------------------------------
>
>                 Key: OPENMEETINGS-2348
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2348
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 5.0.0-M4
>            Reporter: Jeff McDonald
>            Assignee: Maxim Solodovnik
>            Priority: Major
>
> Every web page seems to be missing the first line of text, which should read:
> <?xml version="1.0" encoding="UTF-8"?>
> Instead, I get a blank line, followed by the comments section.
> This is very easy to see, simply "view page source" in any browser.
> So, most web browsers will guess it's an xHTML document, and everything works as expected. But my NGINX load balancer is going bonkers trying to decipher the content.
> Surfing the web, I see there are different theories on whether the <?xml> tag is actually required, but since it's in all the 'html' templates, I naturally assume it's supposed to be there. A blank line is definitely not the norm!
> Could this be a bug with "wicket"? I don't know enough about it to to be sure.
> Thanks!
> --Jeff
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)