Community
Participate
Working Groups
Build Identifier: 20100917-0705 If a small icon is defined in a tld, and that tld is referenced in a jsp, the jsp editor constantly pops up a very annoying error message: "Problem Occured" - An error has occured. ... Reproducible: Always Steps to Reproduce: 1.Take bug attachments (tlib.jsp and tlib.tld) and copy them into the WebContent folder of any Dynamic Web Project 2.Open the tlib.jsp 3.Start editing the jsp (or just click on some part of the jsp with the pointer): the error message will constantly pops up
Created attachment 181404 [details] Stack trace the stack trace (a FileNotFound that causes a IllegalArgumentException)
Created attachment 181405 [details] A jsp to reproduce the bug
Created attachment 181406 [details] A tlb to reproduce the bug
Thank you for the steps to reproduce and some test files.
Created attachment 181525 [details] patch We should be checking that the inputstream returned from the Jar Utility is not null. Also, do not log FileNotFoundExceptions.
Released to 3_2_Maintenance and HEAD. Thanks for reviewing, Nitin.