jstl-api icon indicating copy to clipboard operation
jstl-api copied to clipboard

Results 28 jstl-api issues
Sort by recently updated
recently updated
newest added

After running `mvn clean install` if `mvn javadoc:javadoc` is executed I'm seeing the following errors: > [INFO] --- maven-javadoc-plugin:3.3.1:javadoc (default-cli) @ jakarta.servlet.jsp.jstl --- > [INFO] Configuration changed, re-generating javadoc. >...

bug
JakartaEE12

> --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (asciidoc-to-html) @ jakarta-stl-spec --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 1 resource > [INFO] asciidoctor: WARN: license-efsl.adoc: line 14: section title...

bug
JakartaEE12

When upgrading a legacy jsp-application with latest spring-boot dependencies, it looks like we hit a minor bug in: `javax.servlet:jstl:jar:1.2` Testcase: ``` XXX ``` in a jsp-file, yields a compilation-error: ```...

bug

Environment: - Tomcat 9.0.25 - Struts 2.5.22 - org.classfish.web jakarta.servlet.jsp.jstl 1.2.6. Steps to reproduce: Put this in a struts 2 jsp: ``` ``` and put this in the action: phaseLog.log:...

bug

Currently scouring through the internet trying to find an up-to-date JSTL tutorials or a "Getting Started" section in the Jakarta EE projects. But I'm having a lot of trouble trying...

To test Jakarta EE 8 compatibility we need to create a Jenkins job on project's Cloud Jenkins instance formally testing the API against the relevant TCK and as needed, relevant...

build
TCK

Some older JDKs to not implement FEATURE_SECURE_PROCESSING, so we're forcing the XML parser to be secure.

Is `bcel` needed to be included in jakarta.servlet.jsp.jstl.jar? I am curious what it is used for and more importantly what version is it? It is showing up on vulnerability scans...

While upgrading from Java 8 to Java 21 I noticed the default formatting of US currency changed from displaying negative numbers within parenthesis to displaying the minus sign, i.e. value...

enhancement
JakartaEE12

Follow the [release plan process](https://jakarta.ee/committees/specification/guide/#plan) in the Jakarta Specification process guide to create a release plan for Jakarta Tags for inclusion in Jakarta EE 12. - Link to release plan...