bug in wget-1.7/doc/Makefile.in

2001-07-26 Thread Trapp, Michael

hi,

guess there is a bug in the Makefile.in of the doc directory
the wget.1 couldn't be found if --srcdir option is used ...

regards
michael

8-

/ diff doc/Makefile.in doc/Makefile.in_new 
118c118
   $(INSTALL_DATA) $(srcdir)/$(MAN)
$(DESTDIR)$(mandir)/man$(manext)/$(MAN)
---
   $(INSTALL_DATA) $(MAN) $(DESTDIR)$(mandir)/man$(manext)/$(MAN)




Bug/mis-feature in wget

2001-07-26 Thread Gordon Lack

   The bug/mis-feature is that if you use the -k option and specify an
id@pawword: part before the server in teh URL then that id@pawword
gets edited into the changed URL's.  Given that the logs omit the
password this is a security issue.  Since a browser may not handle the
resultant URL it is a bug.


==
   Also. wget does not retrieve images mentioned in JavaScript such as
the following:

function myClick(pageX,pageY) {
  dynArray[dynDiv] = new makeNewElement(div + String(dynDiv));
  dynArray[dynDiv].eInnerHTML = img src='S.jpg' width='37' height='26'
alt='S';


   This is more of an observation, rather than a bug report



wget and dos

2001-07-26 Thread Jan Tisje

Hi!

Do you have ANY idea where to place the .wgetrc on a windows system? 


Jan

(GNU Wget 1.5.3)