Hi, Jim, if you're still out there. Just going through some old emails. This
issue is fixed for 1.5.1.

http://www.stripesframework.org/jira/browse/STS-575

-Ben

On Mon, Aug 25, 2008 at 4:51 PM, Jim <[email protected]> wrote:

> Freddy D. <xf2...@...> writes:
>
> >
> > Hi Jim,
> >
> > - Looks like I spoke too soon. Works in all cases except
> > - for when I try a url for a view that I know does not exist.
> > - Instead of returning a 404, it seems to pass
> > - in "/" as the path resulting in the exception we saw before.
> >
> > Don't know what to tell you, when I try a URL for a non-existing view, I
> get a
> > 404 as expected.
> >
> > What is the exception stack trace that you get?
> >
> > Freddy
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> >
>
> Hi Again,
>
> I get the following exception:
>
> java.lang.StringIndexOutOfBoundsException: String index out of range: 0
>        at java.lang.String.charAt(String.java:558)
>        at net.sourceforge.stripes.controller.NameBasedActionResolver.
> getFindViewAttempts(NameBasedActionResolver.java:368)
>        at com.greekd.app.ext.BaseActionResolver.
> getFindViewAttempts(BaseActionResolver.java:32)
>
> This happens after getActionBeanType is called a *second* time.
> The first time, it is invoked from DynamicMappingFilter with the
> path that I entered. The second time it is invoked, it is being
> invoked by getValidationMetaData() in the UrlBuilder class. At
> that point, getActionBeanType is being passed "/" as the path.
>
> Jim
>
>
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to