We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PageObjectUtil中:
requestClass = Class.forName("javax.servlet.ServletRequest");
实际已经变为jakarta.servlet.ServletRequest
jakarta.servlet.ServletRequest
希望增加判断条件,兼容新的Servlet版本
The text was updated successfully, but these errors were encountered:
可以同时判断这两种情况,有第一个就用,报错就尝试第二种。来个PR?
Sorry, something went wrong.
#804 已实现。
No branches or pull requests
使用环境
问题描述
PageObjectUtil中:
实际已经变为
jakarta.servlet.ServletRequest
功能建议
希望增加判断条件,兼容新的Servlet版本
The text was updated successfully, but these errors were encountered: