morningman commented on a change in pull request #3544:
URL: https://github.com/apache/incubator-doris/pull/3544#discussion_r422611714



##########
File path: fe/src/main/java/org/apache/doris/http/action/WebBaseAction.java
##########
@@ -54,33 +54,41 @@
 public class WebBaseAction extends BaseAction {
     private static final Logger LOG = 
LogManager.getLogger(WebBaseAction.class);
 
-    protected static final String LINE_SEP = 
System.getProperty("line.separator");
-
     protected static final String PALO_SESSION_ID = "PALO_SESSION_ID";
     private static final long PALO_SESSION_EXPIRED_TIME = 3600 * 24; // one day
 
     protected static final String PAGE_HEADER = "<!DOCTYPE html>"
             + "<html>"
             + "<head>"
-            + "  <title>Baidu Palo</title>"
+            + "  <title>Apache Doris</title>"

Review comment:
       ```suggestion
               + "  <title>Apache Doris(Incubating)</title>"
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to