On 2/3/2019 3:34 PM, Mark Thomas wrote:
...
There is an open question what Tomcat should do with %2F sequences.
"What Tomcat should do" in what context? The servlet and JAX-RS specs
may be clear about whether decoded or "raw" APIs should be returned from
the various API methods. But I guess t
On 03/02/2019 21:20, Garret Wilson wrote:
> Hi, all. I've stumbled on a situation I need some clarity on. As is
> typical, there's all sorts of information floating around, most of it
> more than a decade old, with no indication of what the current status is.
>
> Our team is creating a RESTful API
Hi, all. I've stumbled on a situation I need some clarity on. As is
typical, there's all sorts of information floating around, most of it
more than a decade old, with no indication of what the current status is.
Our team is creating a RESTful API (using JAX-RS implemented by
RESTEasy) to a gen
The Apache Tomcat team announces the immediate availability of Apache
Tomcat Native 1.2.21 stable.
The key features of this release are:
- Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS
Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/native-d
Hi,
I am trying to make Spring session persistence work but so far no luck.
So I start the app, do log in, change Java code to force restart and
session is lost after that.
After some debugging I found out that the doUnload() method in
org.apache.catalina.session.StandardManager is called properly