Bug 116150

Summary: Missing protocol in CacheServlet.notifypeer()
Product: [Retired] Red Hat Web Application Framework Reporter: Carsten Clasohm <clasohm>
Component: otherAssignee: ccm-bugs-list
Status: CLOSED WONTFIX QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-12 09:08:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 108447    

Description Carsten Clasohm 2004-02-18 17:04:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

Description of problem:
The recent bug fix of CacheServlet introduced another bug. When the
class tries to notify a peer, the "http://" is missing from the URL.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Set up a cluster of WAF servers.
2. Do something which invalidates the cache.
3. Look into the log file and find a "malformed URL" warning.


Actual Results:  The peer's cache is not invalidated.


Expected Results:  Invalidate the peer's cache.


Additional info:

This was fixed in changelist 35278 on the dev branch.

Comment 1 Carsten Clasohm 2006-07-12 09:08:51 UTC
Closing old tickets.