dims 2003/07/16 19:48:17
Modified: java/src/org/apache/axis/transport/http AutoRegisterServlet.java java/src/org/apache/axis/i18n resource.properties java/test/utils TestSrcContent.java Log: Fix for gump failure. (Steve - if i messed something up, please feel free to change it right back)
We must have overlapped our fixes ... I did a cvs update at about 6pm pst, then at 11 did an update and noticed that you had got in with your patches.
I have left your patches alone but also fixed up HappyClient so that the string org.apache.log4j doesnt exist, indeed 'log4j' is always broken up, so the regexp wont find it. It was that or patch the regexp to say 'except in a string'. So now we can turn TestSrcContent back on to the HappyClient and it should be ok.
I do need to i18n-ize the happyclient code. My thoughts for doing this is making the error string that every failure message returns a resource.properties entry, and pass the # of that string down to the probe method. And add the appropriate format strings for the other messages.
