You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Leo (JIRA)" <ji...@apache.org> on 2013/08/14 08:36:47 UTC

[jira] [Created] (WW-4175) An empty input file causes java.lang.StringIndexOutOfBoundsException:

Leo created WW-4175:
-----------------------

             Summary: An empty input file causes java.lang.StringIndexOutOfBoundsException:
                 Key: WW-4175
                 URL: https://issues.apache.org/jira/browse/WW-4175
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.3.15.1
         Environment: Fedora 19 64 bit
            Reporter: Leo


I invoke JspC with an empty file as follows

java org.apache.struts2.jasper.JspC a.jsp

java.lang.StringIndexOutOfBoundsException: String index out of range: 0
	at java.lang.String.charAt(String.java:658)
	at org.apache.struts2.jasper.JspCompilationContext.<init>(JspCompilationContext.java:118)
	at org.apache.struts2.jasper.JspC.processFile(JspC.java:920)
	at org.apache.struts2.jasper.JspC.execute(JspC.java:1056)
	at org.apache.struts2.jasper.JspC.main(JspC.java:237)
org.apache.struts2.jasper.JasperException: java.lang.StringIndexOutOfBoundsException: String index out of range: 0


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira