An EVE Online API based web app that shows users their characters skill and the ships they can fly. This is the open source core for evesp.com and the now-offline eve-sheet.com.
Having now bothered to install the Webapp and have a play (rather than just guessing)
I've fixed the trailing slash issue (It's the way Apache's mod_rewrite was capturing everything
as the Regex was a little to liberal)
I've tested this on my local version and it works.
Original Commit message:
The issue was the way that Apache mod_rewrite was working.
Adding a negative lookahead I made it not pass "skillsheet.php" as
the character name request param, thus not confusing the EVE class.
Hi,
Having now bothered to install the Webapp and have a play (rather than just guessing) I've fixed the trailing slash issue (It's the way Apache's mod_rewrite was capturing everything as the Regex was a little to liberal)
I've tested this on my local version and it works.
Original Commit message:
The issue was the way that Apache mod_rewrite was working. Adding a negative lookahead I made it not pass "skillsheet.php" as the character name request param, thus not confusing the EVE class.