Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
-
None
Description
The original bug can be found here: https://issues.apache.org/bugzilla/show_bug.cgi?id=27717
using the current version of JSTL resulted in 2.2 requests/sec
changing to:
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-spec</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-impl</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
I was able to get 44 requests/sec