Thank you for quick fixing, now it works very well :)
On Aug 25, 12:33 pm, Nicolas Leroux <
leroux.nico...@gmail.com> wrote:
> This is fixed in master and on his way to the 1.2.x branch:
>
>
http://play.lighthouseapp.com/projects/57987-play-framework/tickets/1...
>
> Nicolas
> On Aug 25, 2011, at 11:25 AM, Nicolas Leroux wrote:
>
> > I will have a look asap. Apparently the tests are not good enough as well ;)
>
> > Nicolas
> > On Aug 25, 2011, at 10:28 AM, Erwan Loisant wrote:
>
> >> Here is the list of changes (except for the security fix):
> >>
http://play.lighthouseapp.com/projects/57987-play-framework/milestone...
>
> >> This one looks like a good culprit:
> >>
http://play.lighthouseapp.com/projects/57987/tickets/603-virtual-host...
>
> >> Nicolas, can you take a look at is?
>
> >>> I upgraded my two play applications to1.2.3(play 1.2.2 was running
> >>> before). Afte the upgrade one of my applications doesn't work anymore.
>
> >>> I've some domains with subdomains, likewww.xyz.deand
abc.xyz.de.
> >>> After the upgrade, all requests to this domains results in notfound
> >>> errors (404).
>
> >>> Routfile:
> >>> -----------------
> >>> GET {domain}/? Application.index
>
> >>> Application.index:
> >>> -----------------------------
> >>> public static void index(String domain) {
> >>> Project project = Project.find("byDomain",domain).first();
> >>> notFoundIfNull(project);
> >>> render(project);
> >>> }
>
> >>> I logged the domain parameter. In the 1.2.2 version it is passed
> >>> correctly (like "
www.xyz.de"), but in the1.2.3"{domain}" is passed.
>
> >>> Any idea what is changed in1.2.3that causes this error?
> >>> For more options, visit this group athttp://
groups.google.com/group/play-framework?hl=en.
> >> For more options, visit this group athttp://
groups.google.com/group/play-framework?hl=en.