On Tue, 2003-06-10 at 10:02, Carsten Ziegeler wrote:
> Sylvain Wallez wrote:
> > 
> > What about using the two ;-)
> > 1/ test if the URI is absolute. For this, you can use Excalibur's 
> > SourceUtil.getScheme() which performs a strict control on scheme syntax 
> > without using a regexp.
> > 2/ if not, use the regexp only on the part before the '?' (BTW, if '?' 
> > is part of the URI, it should be encoded as %3F
> > 
> That's what I tried to propose :)
> 

(Just now awakening)

Is this the cause of the infinite loop, or is that still a seperate
problem?

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]

Reply via email to