Skip to content

Instantly share code, notes, and snippets.

@shinchit
Last active August 29, 2015 14:03
Show Gist options
  • Save shinchit/756b1935de44eb20f064 to your computer and use it in GitHub Desktop.
Save shinchit/756b1935de44eb20f064 to your computer and use it in GitHub Desktop.
JSP、Servletのバージョンを確認するJSP
JSP version: <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %><br>
Servlet Specification: <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %><br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment