Registry / other / jasper-compiler

jasper-compiler

JSON →
library5.5.15javamavenunverified

The Jasper compiler for Apache Tomcat, used to compile JSP pages into servlets.

<dependency> <groupId>tomcat</groupId> <artifactId>jasper-compiler</artifactId> <version>5.5.15</version> </dependency>
INSTALL
IMPORT
SIG · JASPER-COMPILER
J
jasper-compiler
otherjavav5.5.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Compiler
org.apache.jasper.compiler.Compiler

Compiles a JSP file using the Jasper compiler.

import org.apache.jasper.compiler.Compiler; import org.apache.jasper.JspCompilationContext; public class Example { public static void main(String[] args) throws Exception { JspCompilationContext ctx = new JspCompilationContext("/path/to/page.jsp", null, null, null); Compiler compiler = ctx.createCompiler(); compiler.compile(); } }
Debug
Known issues
breakingVersion 5.5.15 is very old and may have security vulnerabilities; consider upgrading to a newer Tomcat version.
fix
Use a recent Tomcat release (e.g., 9.x or 10.x) which includes an updated Jasper compiler.
affects: <=5.5.15
Upgrade
Version history
5.5.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jasper-compiler — mvn dependency:get jasper-compiler · libregistry