aboutcode-org / aboutcode-org/scancode.io
Design procedure for mapping Tomcat-compiled JSP to their source
Aperta
devel-deploy
- Lingua principale
- Python
- Stelle
- 215
- Fork
- 203
- Merge medio
- 4g 8h
- PR unite (30g)
- 6
Descrizione
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"
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.