Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们最近从 WebLogic 8 升级到了 WebLogic 11g。
我们将 JSP 作为 blob 存储在数据库中。(是的,我知道这不好。不,不是我决定这样做。)
现在我们已经从 8 迁移到 11g,我们发现存储在数据库中的一些在 WebLogic 8 下运行良好的 JSP 在 WebLogic 11 下无法编译。
具体来说,似乎 8 用于忽略字符串(回车)中的特殊字符,而 11g 对此有问题。
有人对这个有经验么?两个版本之间的 JSP 编译方式有区别吗?