Menu

#6 allow paths with no "."

open
nobody
None
5
2008-01-03
2008-01-03
toby cabot
No

I'm in the process of replacing some legacy servlets using maverick, and I'd like to keep the URL's as close as possible, but the legacy URL's don't have an extension. I was getting a StringIndexOutOfBoundsException at Dispatcher.java:378 so I added a check to see if the "." was found. If it's not then I just adjust the "period" variable to point to the end of the string.

Discussion

  • toby cabot

    toby cabot - 2008-01-03

    patch to allow "."-less paths

     
  • toby cabot

    toby cabot - 2008-01-03

    Logged In: YES
    user_id=55510
    Originator: YES

    File Added: stack.txt

     
  • toby cabot

    toby cabot - 2008-01-03

    stack trace caused by "."-less paths

     

Log in to post a comment.