Menu

#318 Insufficient exception stack trace in ServletUnit

closed-fixed
None
5
2008-04-04
2005-07-21
Paul Austin
No

In ServletClient.newResponse it creates a
HttpInternalErrorException with the exception, the
cause of the exception does not get written out to a
log file or stderr which makes it diffifult to find the
cause of exceptions that are configuration errors as
opposed to client servlet errrors

Discussion

  • Wolfgang Fahl

    Wolfgang Fahl - 2008-04-04
    • assigned_to: nobody --> wolfgang_fahl
    • status: open --> closed-fixed
     
  • Wolfgang Fahl

    Wolfgang Fahl - 2008-04-04

    Logged In: YES
    user_id=1220573
    Originator: NO

    Dear Paul,

    Thank you for your bug report. I think this was fixed for the upcoming 1.7 release with:
    http://httpunit.svn.sourceforge.net/viewvc/httpunit?view=rev&revision=872
    If you feel that the fixes are not sufficient please supply a JUnit test case proving your point.

    Yours
    Wolfgang

     
  • Wolfgang Fahl

    Wolfgang Fahl - 2008-04-04

    Logged In: YES
    user_id=1220573
    Originator: NO

    Dear httpunit user!

    Thank you for your bug report. We appreciate the time and effort you are putting into this.

    Please supply a testcase with the expected result for the bug report that you are asking a solution for and we'll look into implementing it. For a start you might want to get the trunk version from the subversion repository (see https://sourceforge.net/svn/?group_id=6550\)
    and have a look at the source code of some of the more than 700 JUnit based testcase in there.

    If you do not use or have subversion tool you can still directly browse our test cases via:
    http://httpunit.svn.sourceforge.net/viewvc/httpunit/trunk/httpunit/test/com/meterware/httpunit/
    Looking into one or more of the Junit Java source files
    should give you a clue on what a proper testcase for httpunit looks like, often you will probably only have to "clone" an existing testcase and modify it slightly to your needs.

    When you are ready you might want to attach the testcase (and if you already have started implementing a solution for it it also the actual code) to the patch section of the sourceforge.net tracker for patches of the httpunit project at
    https://sourceforge.net/tracker/?atid=306550&group_id=6550&func=browse.

    The main communication about further details of the development is via the httpunit developer mailinglist. You are most welcome to sign up via
    https://lists.sourceforge.net/lists/listinfo/httpunit-develop

    Yours
    The httpunit developer team

    (Russell, Wolfgang, Mark, Patrick and Tim as of 2008-04)

     

Log in to post a comment.