-
Hi
Thanks for this great tool!!! I know this is not a very deep question but, is there any way for removing all the messages in the Summary or Messages panel, without exiting?
Thanks a lot
Isi.
2009-06-02 19:35:40 UTC by islegmar
-
Update: This bug is bogus after all; my problem was not the wrong directory but the wrong jhall.jar. I moved the correct JAR to each of the three directories in turn and found that the openjdk-6-jdk subdirectory was the correct one. Sorry for the confusion.
2008-09-03 21:59:37 UTC by jesdisciple
-
As the given link explains, I did this - for all three potential directories - and it didn't help. Did I not find the directory WebScarab expected? Does the JAVA_HOME environment variable have any effect?.
2008-09-03 21:43:41 UTC by jesdisciple
-
This works. Simply use a file:/// style URL.
2008-09-03 21:14:29 UTC by rogan
-
WebScarab doesn't really care where it finds the JavaHelp classes. By default it will look in a ./lib/jhall-2.0_02.jar, as you have observed. However, if you choose not to provide such a file, an alternative is to place a jar containing the required classes in the JRE extension directory, such as (on Windows):
C:\Program Files\Java\jre6\lib\ext
If this approach is followed, the name of the...
2008-09-03 21:08:18 UTC by rogan
-
WebScarab only looks in ./lib/jhall-2.0_02.jar (relative to the WebScarab JAR) for the JavaHelp libraries. This is a hard-coded and arbitrary setting that makes setup confusing to the point that newbies must view the source code; such a quest is chronicled at [http://ubuntuforums.org/showthread.php?t=908687].
Expected behavior: The location of jhall.jar should somehow adapt to the user by...
2008-09-03 17:48:42 UTC by jesdisciple
-
Source building does not seem to work with java 1.6/ant 1.7.0. There is a missing file required for build it seems. If the builder should supply it then it would help for that to be documented in the README or INSTALL (sorry if it's there and I missed it).
[steve@tachikoman webscarab-20070504-1631]$ java -version
java version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b09)
OpenJDK...
2008-07-30 01:14:49 UTC by stevemilner
-
On certain CSS files the utility method org.owasp.webscarab.util.CharsetUtils.getCharset(byte[]) returns null as charset which usually raises an exeption in the using code parts.
Example:
Enable "intercept responses" in WebScarab and load http://www.mediawiki.org/skins-1.5/monobook/main.css through WebScarab.
at java.lang.String.(Unknown Source)
at...
2008-04-07 09:41:55 UTC by jpstotz
-
Thanks for these bug reports.
No, there is no good reason to use [gs]etProperty rather than [gs]etPreference, probably just carelessness.
Can I suggest that we take this discussion to the mailing list?
owasp-webscarab@lists.owasp.org
Thanks!
Rogan.
2008-02-13 17:06:08 UTC by rogan
-
Class org.owasp.webscarab.ui.swing.Lite:
- method createNewSession gets WebScarab.DefaultDir (like everyone else) but it sets WebScarab.defaultDirectory later
Class org.owasp.webscarab.ui.swing.UIFramework
- method createNewSession sets WebScarab.defaultDirectory
Class org.owasp.webscarab.plugin.sessionid.swing.SessionIDPanel
- method exportButtonActionPerformed gets and sets...
2008-02-13 15:27:56 UTC by p-eak