Skip to main content

Home/ InfokeyDEV/ Group items tagged jsp

Rss Feed Group items tagged

Benx Shen

Raible Designs | Proposed Tomcat Enhancement: Add flag to escape JSP's EL by default - 0 views

  • Hello all, I'm working for a client that's using a proprietary Servlet/JSP-based framework that runs on Tomcat. They have their own custom JSP compiler and they're looking to move to a standard JSP compiler. One of the things their compiler supports is automatic escaping of XML in expressions. For example, ${foo} would be escaped so <body> -> <body>. JSP EL does not do this. It *doesn't* escape by default and instead requires you to wrap your expressions with <c:out/> if you want escaping. I'd like to ask what developers think about adding a flag (similar to trimSpaces in conf/web.xml) that allows users to change the escaping behavior from false to true? I think this is a good option to have as it allows security-conscious organizations to paranoid and escape all content by default. Thanks, Matt
  •  
    使用 <c:out> 標籤來取代 ${foo} 這種 EL 的寫法,可以自動將內容中的 < > 轉換成 &lt; &gt;
    這樣,可以讓自己的動態網頁內容變得更加安全喔!

danadavid

Canada Best Jobs | Canada Job Vacancies: Job Sites in Canada - 0 views

  •  
    Canada's economy added 93,000 jobs, including 52,000 new private-sector jobs.Much of the gain came from "business, building and support services," which has seen a 14 per cent increase so far this year.
danadavid

Australia Job Vacancies | Highest / Best Paying Jobs: Turkey Online Jobs - 0 views

  •  
    Labour market growth is very soft, but the participation rate has come down a bit and that stops the unemployment rate from rising. Now Turkey job market added 93,000 jobs, including 52,000 new private-sector jobs.
danadavid

Search Jobs in Recruitment Jobs Sites: Jobs for Fresher in Sri Lanka - 0 views

  •  
    All those who are planning to come to Sri Lanka on a job can join this group and also like, if any of your friends are looking for a Sri Lanka job check this out for openings.
Benx Shen

jmesa - Google Code - 0 views

  • JMesa is a dynamic HTML table that allows you to filter, sort, paginate, export and edit your data however you need to. What you will find here is a carefully thought out API that is very easy to use and can be modified for your own needs. Note: JMesa requires JDK1.5 or above.
Ching Yi Chan

JDT - 0 views

Benx Shen

分析java.lang.OutOfMemoryError: PermGen space - 0 views

  • 發現很多人把問題歸因於: spring,hibernate,tomcat,因為他們動態產生類,導致JVM中的permanent heap溢出 。然後解決方法眾說紛紜,有人說升級 tomcat版本到最新甚至乾脆不用tomcat。還有人懷疑spring的問題,在spring論壇上討論很激烈,因為spring在AOP時使用CBLIB會動態產生很多類。
  • 於是有人對更基礎的JVM做了檢查,發現了問題的關鍵。原來SUN 的JVM把內存分了不同的區,其中一個就是permenter區用來存放用得非常多的類和類描述。
  • 對這個bug最徹底的解決辦法就是不要用SUN的JDK,而改用BEA的 JRokit.
Benx Shen

SQL Tag Library - 0 views

1 - 10 of 10
Showing 20 items per page