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

The Java rules have changed as per https://bugs.openjdk.org/browse/JDK-8304925 (Some date/time strings created with JDK

accepted
challenge

`JspException.getRootCause()` was removed from [Pages 4.0](https://github.com/jakartaee/pages/blob/master/spec/src/main/asciidoc/ServerPages.adoc#c1-changes-between-jsp-40-and-jsp-31) and if a Tags 3.0 implementation fails certain Tags 3.0 TCK tests, the cause of failure is unknown due to https://github.com/jakartaee/platform-tck/blob/10.0.x/src/com/sun/ts/tests/jstl/common/tags/ExceptionCheckTag.java#L174 calling the removed...

accepted
challenge

Hi, After Upgrading from 3.0.0 to 3.0.1. org.glassfish.web jakarta.servlet.jsp.jstl We are getting the below issues. Caused by: java.lang.ClassNotFoundException: jakarta.servlet.jsp.jstl.core.ConditionalTagSupport at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] at java.lang.ClassLoader.defineClass1(Native...

javax.servlet.jsp.jstl repository https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl/1.2 ``` javax.servlet.jsp.jstl jstl 1.2 ``` In eclipse pom.xml paste dependency, update maven show error: > javax.servlet.jsp.jstl:jstl:jar:1.2 was not found in https://repo.maven.apache.org/maven2 if it is moved to new...

It's about time. We could use `type` attribute to indicate the expected type. E.g. `type="localDate"`, `type="localTime"`, `type="localDateTime"`, `type="zonedDateTime"`, etc. And in case of ``, the type of the instance behind...

enhancement
JakartaEE12

Hi all, we have prepared the [Initial Integration](https://github.com/CodeIntelligenceTesting/oss-fuzz/tree/jstl-api/projects/jstl-api) of jstl-api into [Google OSS-Fuzz](https://github.com/google/oss-fuzz) which will provide more security for your project. Why do you need Fuzzing? The Code Intelligence JVM...

- Added org.apache.tags.useSaxonTransformer property for determining which transformer to use - Added extension classes from Saxon similar to what was already done with Xalan for transformation support - Made overlay...

Hi, I have started to modernize and update the old `TTDDoc` and `taglib-maven-plugin`-project. Maybe it would be interesting for you (and all others :wink:) to switch to these projects: *...

mvn javadoc:javadoc produces numberous errors (50+ like so) and causes the build to fail. It's likely better to just ignore these for now so that we can get a successful...

bug
JakartaEE12