thorframework-devel Mailing List for Thor Webapplication Framework (Page 2)
Status: Planning
Brought to you by:
denniskempin
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
(32) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <den...@us...> - 2006-02-25 14:13:24
|
Revision: 22 Author: denniskempin Date: 2006-02-25 06:13:07 -0800 (Sat, 25 Feb 2006) ViewCVS: http://svn.sourceforge.net/thorframework/?rev=22&view=rev Log Message: ----------- the last test.. i hope Modified Paths: -------------- trunk/thor/src/org/y2k1/thor/core/package.html Modified: trunk/thor/src/org/y2k1/thor/core/package.html =================================================================== --- trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 14:10:40 UTC (rev 21) +++ trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 14:13:07 UTC (rev 22) @@ -1,3 +1 @@ -TODO: Package Documentation - -test \ No newline at end of file +TODO: Package Documentation \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: Dennis K. <de...@xa...> - 2006-02-25 14:11:15
|
test --=20 Dennis Kempin - Seven Screws Development - Creative Coder |
|
From: <den...@us...> - 2006-02-25 14:10:53
|
Revision: 21 Author: denniskempin Date: 2006-02-25 06:10:40 -0800 (Sat, 25 Feb 2006) ViewCVS: http://svn.sourceforge.net/thorframework/?rev=21&view=rev Log Message: ----------- a test again.. Modified Paths: -------------- trunk/thor/src/org/y2k1/thor/core/package.html Modified: trunk/thor/src/org/y2k1/thor/core/package.html =================================================================== --- trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 13:59:42 UTC (rev 20) +++ trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 14:10:40 UTC (rev 21) @@ -1 +1,3 @@ -TODO: Package Documentation \ No newline at end of file +TODO: Package Documentation + +test \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: Dennis K. <de...@xa...> - 2006-02-25 14:02:31
|
testtest --=20 Dennis Kempin - Seven Screws Development - Creative Coder |
|
From: <den...@us...> - 2006-02-25 14:00:01
|
Revision: 20 Author: denniskempin Date: 2006-02-25 05:59:42 -0800 (Sat, 25 Feb 2006) ViewCVS: http://svn.sourceforge.net/thorframework/?rev=20&view=rev Log Message: ----------- test Modified Paths: -------------- trunk/thor/src/org/y2k1/thor/core/package.html Modified: trunk/thor/src/org/y2k1/thor/core/package.html =================================================================== --- trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 13:43:45 UTC (rev 19) +++ trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 13:59:42 UTC (rev 20) @@ -1,3 +1 @@ -TODO: Package Documentation - -test \ No newline at end of file +TODO: Package Documentation \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: Dennis K. <de...@xa...> - 2006-02-25 13:55:26
|
test |
|
From: Dennis K. <de...@xa...> - 2006-02-25 13:51:45
|
Test mail... |
|
From: <den...@us...> - 2006-02-25 13:44:06
|
Revision: 19 Author: denniskempin Date: 2006-02-25 05:43:45 -0800 (Sat, 25 Feb 2006) ViewCVS: http://svn.sourceforge.net/thorframework/?rev=19&view=rev Log Message: ----------- test commit Modified Paths: -------------- trunk/thor/src/org/y2k1/thor/core/package.html Modified: trunk/thor/src/org/y2k1/thor/core/package.html =================================================================== --- trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 13:07:49 UTC (rev 18) +++ trunk/thor/src/org/y2k1/thor/core/package.html 2006-02-25 13:43:45 UTC (rev 19) @@ -1 +1,3 @@ -TODO: Package Documentation \ No newline at end of file +TODO: Package Documentation + +test \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: SourceForge.net <no...@so...> - 2006-02-25 13:36:47
|
Bugs item #1438603, was opened at 2006-02-25 14:35 Message generated for change (Settings changed) made by denniskempin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=803044&aid=1438603&group_id=157243 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core package Group: Subversion Status: Open >Resolution: Accepted Priority: 6 Submitted By: Dennis Kempin (denniskempin) Assigned to: Dennis Kempin (denniskempin) Summary: Redirect problems Initial Comment: When you use response.getWriter() and after that redirect to an image or any other file that is send binary, the default servlet crashes. May be solved using a Cache to let the servlet write to instead of directly using the javax output stream/ writer. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=803044&aid=1438603&group_id=157243 |
|
From: SourceForge.net <no...@so...> - 2006-02-25 13:35:46
|
Bugs item #1438603, was opened at 2006-02-25 14:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=803044&aid=1438603&group_id=157243 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core package Group: Subversion Status: Open Resolution: None Priority: 6 Submitted By: Dennis Kempin (denniskempin) Assigned to: Dennis Kempin (denniskempin) Summary: Redirect problems Initial Comment: When you use response.getWriter() and after that redirect to an image or any other file that is send binary, the default servlet crashes. May be solved using a Cache to let the servlet write to instead of directly using the javax output stream/ writer. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=803044&aid=1438603&group_id=157243 |
|
From: <den...@us...> - 2006-02-25 13:08:11
|
Revision: 18 Author: denniskempin Date: 2006-02-25 05:07:49 -0800 (Sat, 25 Feb 2006) ViewCVS: http://svn.sourceforge.net/thorframework/?rev=18&view=rev Log Message: ----------- started documenting... Modified Paths: -------------- trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java Modified: trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java =================================================================== --- trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java 2006-02-24 23:47:43 UTC (rev 17) +++ trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java 2006-02-25 13:07:49 UTC (rev 18) @@ -39,7 +39,7 @@ public final class ThorHttpServlet extends HttpServlet { /** - * A HttpServlet needs a serial Version UID. + * A HttpServlet needs a serial version UID. */ private static final long serialVersionUID = 1L; @@ -54,6 +54,9 @@ private boolean configBroken; + /** + * Default constructor + */ public ThorHttpServlet() { @@ -61,6 +64,7 @@ /** * @see GenericServlet#init() + * We read the thor.xml configuration file and generate an init report. */ @Override public void init() throws ServletException @@ -92,7 +96,7 @@ } /** - * The Functions merges the doGet and doPost functions, because they to + * The Functions merges the doGet and doPost functions, because they do * mostly the same. * @throws ServletException if something unspecified went wrong * @throws IOException if it is thrown in any serverside redirection This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |