aboutcode-org / aboutcode-org/scancode.io

Design procedure for mapping Tomcat-compiled JSP to their source

Open
#692 0 comments 0 reactions 0 assignees View on GitHub
devel-deploy
Dominant language
Python
Stars
215
Forks
203
Avg merge
4d 8h
Merged PRs (30d)
6

Description

The compilation process with Tomcat/Jasper is:
- a jsp is compiled/transpiled to a .java file
- the .java is compiled to a .class
- there is a possible "source-classes-mapping.txt" file that may exists in some cases. Not clear which tool builds this, possibly javac. This maps a generated .java file to a compiled .class file "org/apache/jsp/my_jsp.java
org.apache.jsp.my_jsp"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.