Replies: 1 comment 5 replies
-
|
@dm-ion If you are using the Stripes 1.6 Jakarta release, you might be running into the problem called out in this post: I don't know if you are using layout templates or not. Unfortunately, I can't release a patch for this quickly. It isn't fantastic, but what you can do is create a copy of net.sourceforge.stripes.controller.StripesConstants in your source code. Change those two constants: REQ_ATTR_INCLUDE_PATH and REQ_ATTR_INCLUDE_PATH_INFO to use jakarta instead of javax. Do the same for the reference in DefaultMultipartWrapperFactory. See if that works. Thanks. -- Rick |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone had any success running Stripes on Tomcat 11 yet?
It seems for our use cases it doesn't work out of the box. We are running into problems with responses being truncated, especially when layouts are being used.
It appears as though many responses are truncated out of the box. I attempted to flush more often, changing buffer configurations, etc. but it appears that only moves that problem rather then fixing them.
Figured I would ask the community before we spend more time here.
Beta Was this translation helpful? Give feedback.
All reactions