Hi On Mon, Mar 21, 2011 at 1:33 PM, miliev <[email protected]> wrote:
> Sorry for the incomplete info > CXF is 2.3.0 > > requestURI=/api/error/badRequest > > urlpattern: /api/* > > the contextPath is '/' > > First I thought it is issue with registration of my ErrorHandler but if it > can't be found I expect an 404 to be thrown > > I don't recall seeing this exception before, and the contextPath/etc have the usual values...2.3.0 has some workaround code to do with handling matrix parameters, which has been removed recently. Can you give me a favor please and try 2.3.4-SNAPSHOT please [1], and see if the error persists ? With the above values, 404 should be returned, but you might have something specific in your environment that exposes this bug, if the problem persists in 2.4.0-SNAPSHOT then getting the source from [1] and checking AbstractServletController will help a lot... Thanks, Sergey [1] http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.3.4-SNAPSHOT/ > Thanks, > Martin > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/java-lang-StringIndexOutOfBoundsException-String-index-out-of-range-tp4225629p4228192.html > Sent from the cxf-user mailing list archive at Nabble.com. >
