Skip to content

Commit

Permalink
adds tooltip copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanda committed Jan 6, 2016
1 parent 3f7887f commit 90dfab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void actionPerformed(ActionEvent e) {

newProxyCheckbox = new JCheckBox("Use New Proxy");
newProxyCheckbox
.setToolTipText("New proxy implementation does not rely on the old Jetty transparent proxy servlet");
.setToolTipText("New proxy implementation does not rely on the old Jetty transparent proxy servlet. Paths should be regular expressions instead of web.xml style paths. (Usually it means to change a /* to /.*)");
add(newProxyCheckbox);

cacheCheckbox = new JCheckBox("Cache Requests");
Expand Down

0 comments on commit 90dfab5

Please sign in to comment.