IBM Webphere 6.0 BUG

  IBM WebSphere 6.0 BUG sometimes, as big companies like IBM, will have some mentally handicapped errors, in a recent project websphere5.1 need to upgrade from 6.0, found in JSP will be wrong: 
  String fieldname = "fieldname" value = "value"; 
  Out.println ("<"+ fieldname + ">    "Fieldname + +"> \ n "), you will find that this time should be shown by the CDATA tags disappeared. 
  In another way, there are also wrong: 
  String fieldvalue = "hello"; 
  In such circumstances, <= fieldvalue%%> will not be implemented in the operation of the jsp there still exists. 
  Unfortunately, this problem has been IBM's development laboratory confirmation, but is still in the patch out, the latest version is 6.0.2.    Posted on 2005-09-28 19:28 on the road … Read (416) Comments (0) edit their collections quoted Category: JAVA related 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Netvouz
  • Propeller

Tags:

Releated Java Articles

Comments

Leave a Reply