ObjectWeb Consortium
Search ObjectWeb Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | enhydra List | August 2004 Index

<--  Date Index  --> <--  Thread Index  -->

Re: [enhydra] Enhydra 5.1-15 released!


Hi,

Regarding changes in StandardApplicatin's requestPreprocessor method,

We had problems with some of our demo samples (DemoApp and
phoneBookSoap) with your patch, and we had to leave 'ap' string parameter
(String ap =
comms.request.getApplicationPath();) as element of 'target' string
initialization value! Because of that we didn't include your changes. Now,
we updated project cvs with some part of your changes:

Your suggestion:

        String target;
        if (defaultUrl.startsWith("/")) {
          target = defaultUrl.substring(1);
        }
        else {
          target = defaultUrl;
        }

Integrated implementation (left as is):

                String target = "";

                if (defaultUrl.startsWith("/")) {
                    target += ap + defaultUrl.substring(1);
                } else {
                    target += ap + defaultUrl;
                }

Client- or Server- PageRedirectException part is now included in our
implementation (uploaded CVS version only) with appropriate comment!

Regards,
Sinisa



----- Original Message -----
From: "Petr Stehlik" <pstehlik@xxxxxxxxxx>
To: <enhydra@xxxxxxxxxxxxx>
Cc: "Sinisa Milosevic" <s.milosevic@xxxxxxxxxxxxxx>
Sent: Tuesday, August 31, 2004 11:05 AM
Subject: Re: [enhydra] Enhydra 5.1-15 released!


V Po, 30. 08. 2004 v 21:27, Petr Stehlik píše:
> V Po, 30. 08. 2004 v 18:20, Sinisa Milosevic píše:
> > Enhydra Server maintenance release 5.1-15 has been published and can
> > be downloaded from the ObjectWeb Forge at:
> > http://forge.objectweb.org/project/showfiles.php?group_id=21
>
> I've seen both my issues mentioned in the ChangeLog as fixed so let me
> thank you a lot for your great support and development of Enhydra.

Guys, you listed my fix in the ChangeLog but in fact it is not in the
source code. That is weird. I am attaching it to this mail again. Please
make sure to apply it. It does not change the default behaviour, it just
makes the defaultUrl implementation clear.

Thanks.

Petr

P.S. I just hope the rest of ChangeLog is real ;-)




----------------------------------------------------------------------------
----


>
> --
> You receive this message as a subscriber of the enhydra@xxxxxxxxxxxxx
mailing list.
> To unsubscribe: mailto:enhydra-unsubscribe@xxxxxxxxxxxxx
> For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>




<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.