PDavid opened a new pull request, #7468:
URL: https://github.com/apache/hbase/pull/7468

   The JSP code is equivalent to the Jamon code, just changed the syntax back 
to JSP. Request attributes are used to transfer data between JSP pages. Tried 
to preserve the code as much as possible but did some changes:
   
   Sub-templates were usually extracted to separate JSP file (and included with 
`<jsp:include`), in some case it was extracted as Java method.
   
   Extracted some sections from master page to separate JSP pages:
   - Software Attributes
   - Warnings
   
   Extracted the long JavaScript from the master page which executes on page 
load to separate JS file.
   
   Extracted some frequently used static methods to a new util class: 
`MasterStatusUtil`. Also added unit tests for the static methods in 
`MasterStatusUtil`.
   
   Changed the Master Status page back to `/master.jsp` again. Now made sure 
that `/master-status` redirects to `/master.jsp`.
   
   
   (cherry picked from commit be400115fb8bec896f4ff1bc048b2ff63a05b49d)


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to