Re: Apache Tomcat 10.0.2: generated _jsp.class file has empty local variable table

2021-06-04 Thread Pietro Braione
> Il giorno 3 giu 2021, alle ore 20:01, Mark Thomas ha > scritto: > > On 03/06/2021 18:56, Pietro Braione wrote: >>> Il giorno 31 mag 2021, alle ore 20:58, Konstantin Kolinko >>> ha scritto: >>> >>> Citing from the NOTICE file: >>> >>> Java compilation software for JSP pages is provided

Re: Apache Tomcat 10.0.2: generated _jsp.class file has empty local variable table

2021-06-03 Thread Mark Thomas
On 03/06/2021 18:56, Pietro Braione wrote: Il giorno 31 mag 2021, alle ore 20:58, Konstantin Kolinko ha scritto: Citing from the NOTICE file: Java compilation software for JSP pages is provided by the Eclipse JDT Core Batch Compiler component, which is open source software. Hello

Re: Apache Tomcat 10.0.2: generated _jsp.class file has empty local variable table

2021-06-03 Thread Pietro Braione
> Il giorno 31 mag 2021, alle ore 20:58, Konstantin Kolinko > ha scritto: > > Citing from the NOTICE file: > > Java compilation software for JSP pages is provided by the Eclipse > JDT Core Batch Compiler component, which is open source software. Hello Konstantin, and thank you for the answer.

Re: Apache Tomcat 10.0.2: generated _jsp.class file has empty local variable table

2021-05-31 Thread Konstantin Kolinko
вс, 30 мая 2021 г. в 11:45, Pietro Braione : > > Hello to everyone. I am working on a bytecode analyzer, and in order to test > it I fed it by a _jsp.class file generated by Apache Tomcat 10.0.2 from a > trivial JSP page. [...] > > I would like to ask where is the Tomcat code that is responsible

Apache Tomcat 10.0.2: generated _jsp.class file has empty local variable table

2021-05-30 Thread Pietro Braione
Hello to everyone. I am working on a bytecode analyzer, and in order to test it I fed it by a _jsp.class file generated by Apache Tomcat 10.0.2 from a trivial JSP page. I noticed that the code attribute of one of the methods in the class file ( to be precise) has an empty LocalVariableTable