Primefaces 文件上传补丁
I have the same problem as the guy in this post.
Can you help me apply the patch from here
I have no idea if that solves it, but I will try if you can tell me how to apply a patch :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PrimeFaces 使用 Apache Subversion (SVN) 作为代码存储库。您可以在此处获取该信息。如果您将开发工具配置为连接到此代码存储库(例如,Eclipse 有一个 Subclipse 插件),那么您可以挂载它,下载整个项目,自己应用补丁,然后自己将项目重建为 JAR 文件。
如果您已经熟悉 CVS、Git、Mercurial 等代码存储库,这应该非常简单。另一种方法是等待他们发布新版本,这样您就可以从他们的网站下载现成的 JAR边。
PrimeFaces uses Apache Subversion (SVN) as code repository. It's available here. If you configure your development tool to connect to this code repository (e.g. Eclipse has a Subclipse plugin for this), then you can hook on it, download the entire project, apply the patch yourself and then rebuild the project into a JAR file yourself.
This should be pretty straightforward if you're already familiar with code repositories like CVS, Git, Mercurial, etc. An alternative is to wait for them to release a new version so that you can just download the ready-to-use JAR from their side.