Hi Andreas,

 > Hi Rudolf,
 > 
 > Am 22.02.11 20:03, schrieb Rudolf Korhummel:
 > 
 > […]
 > 
 > > public Bologna matches(String url) {
 >          ^
 > LOL – was that the spell checker of your email client? :)
 > 
 > > - return url.equals("") || url.startsWith("/");
 > > + return url.startsWith("/");
 > > }
 > > 
 > > private Map<String, Publication> publicationCache = new HashMap<String,
 > > Publication>();
 > > 
 > > the creation of publications works again.
 > > 
 > > I'm not sure if there are side effects if I commit.
 > > @andreas: Do you remember why you did this change ?
 > > Should I commit ?
 > 
 > I'll take a look at it as soon as I find the time.

FWIW: the bug triggers an error in the OutgoingLinkRewriterTest.

I wonder whether empty strings should be matched only for a relative URL.

 Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to