Bug in WOStatsPage WO 5.3
Bug in WOStatsPage WO 5.3
- Subject: Bug in WOStatsPage WO 5.3
- From: Chuck Hill <email@hidden>
- Date: Wed, 20 Jul 2005 17:15:06 -0700
There is a typo that prevents the login from being displayed. To fix:
sudo emacs /System/Library/Frameworks/JavaWOExtensions.framework/
Resources/WOStatsPage.wo/WOStatsPage.html
Edit this line:
<td><webobject name="USERname"></webobject></td>
to read
<td><webobject name="USERNAME"></webobject></td>
(it is a case issue).
Also, don't forget to set a password when launching, e.g.
-WOStatisticsPassword foo
If you don't do this there is no password and access is disabled
entirely.
Chuck
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden