-
File Added: stack.txt.
2008-01-03 18:56:45 UTC by tcabot
-
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.
2008-01-03 18:54:32 UTC by tcabot
-
At least one JEE app server (Geronimo/Jetty) allows http requests before Maverick has finished its initialization which causes Maverick to throw an NPE:
java.lang.NullPointerException
at org.infohazard.maverick.Dispatcher.getCommand(Dispatcher.java:460)
Here's a tiny patch to initialize the "commands" Map with the EMPTY_MAP until the real map is ready.
2007-10-18 14:43:30 UTC by tcabot
-
Single statement was added to "AspxController.cs"
(in ..\Maverick\Ctl\Aspx folder) at line No: 58.
The statement that was added now is:
mctx.Model = buffer.ToString();
Without this, IControllerContext.Model is always null
and thus, it is not dispalying content part onto the
browser.
2006-04-29 03:27:42 UTC by swapnareddy
-
prophecyslides committed patchset 259 of module maverick to the Maverick CVS repository, changing 1 files.
2005-11-30 02:25:13 UTC by prophecyslides
-
prophecyslides committed patchset 258 of module maverick to the Maverick CVS repository, changing 3 files.
2005-10-03 21:45:58 UTC by prophecyslides
-
skot committed patchset 186 of module pig to the Maverick CVS repository, changing 1 files.
2005-08-16 08:05:47 UTC by skot
-
skot committed patchset 185 of module pig to the Maverick CVS repository, changing 1 files.
2005-08-11 23:26:13 UTC by skot
-
skot committed patchset 184 of module pig to the Maverick CVS repository, changing 1 files.
2005-08-11 23:02:17 UTC by skot
-
skot committed patchset 183 of module pig to the Maverick CVS repository, changing 1 files.
2005-08-11 22:54:59 UTC by skot