Skip to content
Jasper fork for Undertow
Branch: master
Clone or download
fl4via Merge pull request #44 from fl4via/master
[UNDERTOW-1522] Remote repository from pom
Latest commit 1e16b6b Apr 11, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Merge pull request #42 from johnaohara/UNDERTOW-1429 Oct 29, 2018
test [WFLY-6263][JBEAP-13924][JBEAP-13925][JBEAP-13897] Apostrophe in an a… Dec 6, 2017
webapps/docs [WFLY-6263][JBEAP-13924][JBEAP-13925][JBEAP-13897] Apostrophe in an a… Dec 6, 2017
.gitignore .gitignore Oct 23, 2012
LICENSE Add a separate Jasper. Oct 10, 2012
NOTICE Add notice, readme. Oct 10, 2012
README
pom.xml [UNDERTOW-1522] Remove repositories from pom Apr 11, 2019

README

Integration work in a Servlet container requires:
- Creating the needed metadata (org.apache.jasper.deploy package) that represents portions of the merged web.xml descriptor (JspPropertyGroup), as well as the TLD files that are available to the webapp
- Having the Servlet container pass the metadata using the appropriate Servlet context attributes:
  - org.apache.jasper.SERVLET_VERSION: webapp Servlet spec version
  - org.apache.jasper.JSP_PROPERTY_GROUPS: HashMap<String, JspPropertyGroup>
  - org.apache.jasper.JSP_TAG_LIBRARIES: HashMap<String, TagLibraryInfo>
- Providing an instance manager (org.apache.tomcat.InstanceManager) available in the Servlet context
- A periodic call to the PeriodicEvent interface on the JasperServlet instance
You can’t perform that action at this time.