WebSphere Application Server APAR # PQ42525 Defect # 87658 WebSphere Release(s): V3.0.2.1, V3.0.2.2, V3.5, V3.5.1 Abstract: JSP repeat tag needs to be buffered output for ArrayIndexOutOfBounds, otherwise extraneous data can be written to the outputstream. Installation: 1. Copy PQ42525.jar to a directory, such as WebSphere\AppServer\efix 2. Add the directory/jar file to the beginning of the admin server's classpath in WebSphere\AppServer\bin\admin.config : com.ibm.ejs.sm.adminserver.classpath=C:/WebSphere/AppServer/efix/pq42525.jar;C:/WebSphere.... 3. Add the jar file to the beginning of the classpath in startupServer.sh (unix platforms) or adminserver.bat (NT) 4. Restart the WebSphere Application Server.