[jira] [Commented] (TOBAGO-1394) Avoid StringIndexOutOfBoundsException in ResourceServlet

2014-05-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14003432#comment-14003432
 ] 

Hudson commented on TOBAGO-1394:


SUCCESS: Integrated in tobago-trunk #1179 (See 
[https://builds.apache.org/job/tobago-trunk/1179/])
TOBAGO-1394: Avoid StringIndexOutOfBoundsException in ResourceServlet (lofwyr: 
http://svn.apache.org/viewvc/?view=revrev=1595129)
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/ResourceServlet.java


 Avoid StringIndexOutOfBoundsException in ResourceServlet
 

 Key: TOBAGO-1394
 URL: https://issues.apache.org/jira/browse/TOBAGO-1394
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-beta-3
Reporter: Dennis Kieselhorst
Assignee: Udo Schnurpfeil
Priority: Trivial
 Fix For: 2.0.0-beta-4


 May 07, 2014 3:23:12 PM org.apache.catalina.core.StandardWrapperValve invoke
 SEVERE: Servlet.service() for servlet [ResourceServlet] in context with path 
 [/intraday] threw exception
 java.lang.StringIndexOutOfBoundsException: String index out of range: 36
   at java.lang.String.charAt(String.java:658)
   at 
 org.apache.myfaces.tobago.servlet.ResourceServlet.doGet(ResourceServlet.java:132)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TOBAGO-1394) Avoid StringIndexOutOfBoundsException in ResourceServlet

2014-05-16 Thread Dennis Kieselhorst (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998832#comment-13998832
 ] 

Dennis Kieselhorst commented on TOBAGO-1394:


To reproduce just query for 
http://host/contextpath/org/apache/myfaces/tobago/renderkit

 Avoid StringIndexOutOfBoundsException in ResourceServlet
 

 Key: TOBAGO-1394
 URL: https://issues.apache.org/jira/browse/TOBAGO-1394
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-beta-3
Reporter: Dennis Kieselhorst
Priority: Minor
 Fix For: 2.0.0-beta-4


 May 07, 2014 3:23:12 PM org.apache.catalina.core.StandardWrapperValve invoke
 SEVERE: Servlet.service() for servlet [ResourceServlet] in context with path 
 [/intraday] threw exception
 java.lang.StringIndexOutOfBoundsException: String index out of range: 36
   at java.lang.String.charAt(String.java:658)
   at 
 org.apache.myfaces.tobago.servlet.ResourceServlet.doGet(ResourceServlet.java:132)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TOBAGO-1394) Avoid StringIndexOutOfBoundsException in ResourceServlet

2014-05-16 Thread Dennis Kieselhorst (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13999658#comment-13999658
 ] 

Dennis Kieselhorst commented on TOBAGO-1394:


This will not happen during normal operation but maybe triggered e.g. by 
security tools when checking for directory listing.

 Avoid StringIndexOutOfBoundsException in ResourceServlet
 

 Key: TOBAGO-1394
 URL: https://issues.apache.org/jira/browse/TOBAGO-1394
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-beta-3
Reporter: Dennis Kieselhorst
Assignee: Udo Schnurpfeil
Priority: Trivial
 Fix For: 2.0.0-beta-4


 May 07, 2014 3:23:12 PM org.apache.catalina.core.StandardWrapperValve invoke
 SEVERE: Servlet.service() for servlet [ResourceServlet] in context with path 
 [/intraday] threw exception
 java.lang.StringIndexOutOfBoundsException: String index out of range: 36
   at java.lang.String.charAt(String.java:658)
   at 
 org.apache.myfaces.tobago.servlet.ResourceServlet.doGet(ResourceServlet.java:132)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)



--
This message was sent by Atlassian JIRA
(v6.2#6252)