Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty returns wrong result for HttpServletRequest.isRequestedSessionIdValid

Jetty returns true for

HttpServletRequest.isRequestedSessionIdValid(id)

for IDs that do not exist. I filed issue https://github.com/eclipse/jetty.project/issues/10323

Cheers,

Silvio


Back to the top