Jon Wingfield wrote:
> Additionally, many client-side Security/Anti-Virus software packages
> automatically remove the referer header from requests.
Because it improves security. Apparently.
> Markus Schönhaber wrote:
>> Robert Kudyba wrote:
>>> We have our server.xml file set w/ the following
Additionally, many client-side Security/Anti-Virus software packages
automatically remove the referer header from requests.
Markus Schönhaber wrote:
Robert Kudyba wrote:
We have our server.xml file set w/ the following entry:
Valve className="org.apache.catalina.valves.AccessLogValve"
director
Robert Kudyba wrote:
> We have our server.xml file set w/ the following entry:
> Valve className="org.apache.catalina.valves.AccessLogValve"
> directory="../logs" prefix="ws_access_log." suffix=".txt"
> pattern="combined"
>
> However, there are still many log entries showing no referrers. Some are
That usually indicates a direct access either by typing in the URL or
using a bookmark.
--David
Robert Kudyba wrote:
We have our server.xml file set w/ the following entry:
Valve className="org.apache.catalina.valves.AccessLogValve"
directory="../logs" prefix="ws_access_log." suffix=".txt" pa