Re: more encoding problems

2012-09-20 Thread Jos Snellings
Just wanted to have a look.
I compared to with what I had, and it is the same. No luck.

On Thu, Sep 20, 2012 at 3:18 PM,  wrote:

>
> if you are referring to this part, it's like this:
> 
>   container-**encoding
>   ISO-8859-1
> 
>
> 
> 
>   form-encoding
>   UTF-8
> 
>
> Or some else setting you are interested in?
> This works home and this works in another remote server. I also copied the
> java from working server to this, but nada..
> Tomcat is different, server.xml clone.
>
>
>
> On Thu, 20 Sep 2012 15:05:33 +0200, Jos Snellings <
> jos.snelli...@upperware.biz> wrote:
>
>> What does your web.xml look like?
>>
>> On Thu, Sep 20, 2012 at 2:51 PM,  wrote:
>>
>>
>>  Also XML-element tags in xsp-files have question marks instead of
>> scands.
>>  I also verified that the database is delivering the right stuff. The
>> same database used in this
>> (http://88.148.163.59/cocoon/**palaute_app/linkki/html/1059[2]),
>>  works
>>
>> with local copy of cocoon.
>>
>>  Updated data, just checked this out. Even this one will fail.
>>  sitemap:
>>
>>  koe.xsp:
>>
>>
>>  Works locally.
>>
>>  - mika -
>>
>>  On Thu, 20 Sep 2012 15:14:35 +0300,  wrote:
>>
>>   Hi Jos,
>>  yep, that's right, the text seems not to be utf-8.
>>  Same problem occurs in another page where the text not working comes
>>  from flowscript.
>>  1) No it's not, it's a copy. But you can verify everything is ok in
>>  
>> http://88.148.163.59/cocoon/**palaute_app/linkki/1059[5]
>>  (database
>>
>> reader).
>>  Seems to me, that the text falls apart in the text generator.
>>  2) the url is in private network
>>
>>  - mika -
>>
>>  On Thu, 20 Sep 2012 11:42:32 +0200, Jos Snellings
>>   wrote:
>>   Hi Mika,
>>
>>  Your page declares utf-8 as a character set, but the text you send
>> is
>>  not in utf-8. Hence the question mark
>>  characters.
>>  Question 1: is it the same database that is accessed? (or rather, a
>>  copy)
>>  Question 2: what is the database url?
>>
>>  Cheers,
>>  Jos
>>
>>  On Thu, Sep 20, 2012 at 9:22 AM,  wrote:
>>
>>   Hi,
>>   C2.11, I moved my app from one server to another, which resulted
>>  some pages to broke that is scands won't encode properly.
>>   I have this in my sitemap:
>>
>>   You can try this out:
>>   Old server
>>   
>> http://77.240.23.91/cocoon/**palaute_app/linkki/841[7]
>>  [2] works
>>   
>> http://77.240.23.91/cocoon/**palaute_app/linkki/html/841[8]
>>  [3]
>> works
>>   New server
>>   
>> http://88.148.163.59/cocoon/**palaute_app/linkki/1059[9]
>>  [4] works
>>   
>> http://88.148.163.59/cocoon/**palaute_app/linkki/html/1059[10]
>>  [5]
>>
>> doesn't
>>  work !!
>>
>>   Any thoughts?
>>   I have tried a lot of things without success.
>>
>>   - mika -
>>
>>
>> --**--**-
>>   To unsubscribe, e-mail: 
>> users-unsubscribe@cocoon.**apache.org[11]
>> [6]
>>   For additional commands, e-mail: users-h...@cocoon.apache.org [12]
>>
>> [7]
>>
>>  --
>>  The doctrine of human equality reposes on this: that there is no man
>>  really clever who has not found that he is stupid.
>>  -- Gilbert K. Chesterson
>>
>>  Links:
>>  --
>>  [1] mailto:m...@digikartta.net [13]
>>  [2] 
>> http://77.240.23.91/cocoon/**palaute_app/linkki/841[14]
>>  [3] 
>> http://77.240.23.91/cocoon/**palaute_app/linkki/html/841[15]
>>  [4] 
>> http://88.148.163.59/cocoon/**palaute_app/linkki/1059[16]
>>  [5] 
>> http://88.148.163.59/cocoon/**palaute_app/linkki/html/1059[17]
>>  [6] 
>> mailto:users-unsubscribe@**cocoon.apache.org[18]
>>  [7] mailto:users-help@cocoon.**apache.org [19]
>>
>>
>> --**--**-
>>  To unsubscribe, e-mail: 
>> users-unsubscribe@cocoon.**apache.org[20]
>>  For additional commands, e-mail: users-h...@cocoon.apache.org [21]
>>
>>
>> --**--**-
>>  To unsubscribe, e-mail: 
>> users-unsubscribe@cocoon.**apache.org[22]
>>  For additional commands, e-mail: users-h...@cocoon.apache.org [23]
>>
>>
>> --
>> The doctrine of human equality reposes on this: that there is no man
>> really clever who has not found that he is stupid.
>> -- Gilbert K. Chesterson
>>
>>
>>
>> Links:
>> --
>> [1] mailto:m...@digikartta.net
>> [2] 
>> http://88.148.163.59/cocoon/**palaute_app/linkki/html/1059
>> [3] 

Re: more encoding problems

2012-09-20 Thread mika


if you are referring to this part, it's like this:

  container-encoding
  ISO-8859-1




  form-encoding
  UTF-8


Or some else setting you are interested in?
This works home and this works in another remote server. I also copied 
the java from working server to this, but nada..

Tomcat is different, server.xml clone.


On Thu, 20 Sep 2012 15:05:33 +0200, Jos Snellings 
 wrote:

What does your web.xml look like?

On Thu, Sep 20, 2012 at 2:51 PM,  wrote:

 Also XML-element tags in xsp-files have question marks instead of
scands.
 I also verified that the database is delivering the right stuff. The
same database used in this
(http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 [2]), works
with local copy of cocoon.

 Updated data, just checked this out. Even this one will fail.
 sitemap:

 koe.xsp:

 Works locally.

 - mika -

 On Thu, 20 Sep 2012 15:14:35 +0300,  wrote:
  Hi Jos,
 yep, that's right, the text seems not to be utf-8.
 Same problem occurs in another page where the text not working comes
 from flowscript.
 1) No it's not, it's a copy. But you can verify everything is ok in
 http://88.148.163.59/cocoon/palaute_app/linkki/1059 [5] (database
reader).
 Seems to me, that the text falls apart in the text generator.
 2) the url is in private network

 - mika -

 On Thu, 20 Sep 2012 11:42:32 +0200, Jos Snellings
  wrote:
  Hi Mika,

 Your page declares utf-8 as a character set, but the text you send
is
 not in utf-8. Hence the question mark
 characters.
 Question 1: is it the same database that is accessed? (or rather, a
 copy)
 Question 2: what is the database url?

 Cheers,
 Jos

 On Thu, Sep 20, 2012 at 9:22 AM,  wrote:

  Hi,
  C2.11, I moved my app from one server to another, which resulted
 some pages to broke that is scands won't encode properly.
  I have this in my sitemap:

  You can try this out:
  Old server
  http://77.240.23.91/cocoon/palaute_app/linkki/841 [7] [2] works
  http://77.240.23.91/cocoon/palaute_app/linkki/html/841 [8] [3]
works
  New server
  http://88.148.163.59/cocoon/palaute_app/linkki/1059 [9] [4] works
  http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 [10] [5]
doesn't
 work !!

  Any thoughts?
  I have tried a lot of things without success.

  - mika -


-
  To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org [11]
[6]
  For additional commands, e-mail: users-h...@cocoon.apache.org [12]
[7]

 --
 The doctrine of human equality reposes on this: that there is no man
 really clever who has not found that he is stupid.
         -- Gilbert K. Chesterson

 Links:
 --
 [1] mailto:m...@digikartta.net [13]
 [2] http://77.240.23.91/cocoon/palaute_app/linkki/841 [14]
 [3] http://77.240.23.91/cocoon/palaute_app/linkki/html/841 [15]
 [4] http://88.148.163.59/cocoon/palaute_app/linkki/1059 [16]
 [5] http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 [17]
 [6] mailto:users-unsubscr...@cocoon.apache.org [18]
 [7] mailto:users-h...@cocoon.apache.org [19]


-
 To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org [20]
 For additional commands, e-mail: users-h...@cocoon.apache.org [21]


-
 To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org [22]
 For additional commands, e-mail: users-h...@cocoon.apache.org [23]

--
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
        -- Gilbert K. Chesterson



Links:
--
[1] mailto:m...@digikartta.net
[2] http://88.148.163.59/cocoon/palaute_app/linkki/html/1059
[3] http://apache.org/xsp
[4] mailto:m...@digikartta.net
[5] http://88.148.163.59/cocoon/palaute_app/linkki/1059
[6] mailto:jos.snelli...@upperware.biz
[7] http://77.240.23.91/cocoon/palaute_app/linkki/841
[8] http://77.240.23.91/cocoon/palaute_app/linkki/html/841
[9] http://88.148.163.59/cocoon/palaute_app/linkki/1059
[10] http://88.148.163.59/cocoon/palaute_app/linkki/html/1059
[11] mailto:users-unsubscr...@cocoon.apache.org
[12] mailto:users-h...@cocoon.apache.org
[13] mailto:m...@digikartta.net
[14] http://77.240.23.91/cocoon/palaute_app/linkki/841
[15] http://77.240.23.91/cocoon/palaute_app/linkki/html/841
[16] http://88.148.163.59/cocoon/palaute_app/linkki/1059
[17] http://88.148.163.59/cocoon/palaute_app/linkki/html/1059
[18] mailto:users-unsubscr...@cocoon.apache.org
[19] mailto:users-h...@cocoon.apache.org
[20] mailto:users-unsubscr...@cocoon.apache.org
[21] mailto:users-h...@cocoon.apache.org
[22] mailto:users-unsubscr...@cocoon.apache.org
[23] mailto:users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



Re: more encoding problems

2012-09-20 Thread Jos Snellings
What does your web.xml look like?

On Thu, Sep 20, 2012 at 2:51 PM,  wrote:

>
> Also XML-element tags in xsp-files have question marks instead of scands.
> I also verified that the database is delivering the right stuff. The same
> database used in this (http://88.148.163.59/cocoon/**
> palaute_app/linkki/html/1059),
> works with local copy of cocoon.
>
> Updated data, just checked this out. Even this one will fail.
> sitemap:
> 
> 
> 
> 
> 
>
> koe.xsp:
> 
>xmlns:xsp="http://apache.org/**xsp ">
> 
> <Äiti>
> 
> 
>
> Works locally.
>
> - mika -
>
>
> On Thu, 20 Sep 2012 15:14:35 +0300,  wrote:
>
>> Hi Jos,
>> yep, that's right, the text seems not to be utf-8.
>> Same problem occurs in another page where the text not working comes
>> from flowscript.
>> 1) No it's not, it's a copy. But you can verify everything is ok in
>> http://88.148.163.59/cocoon/**palaute_app/linkki/1059(database
>>  reader).
>> Seems to me, that the text falls apart in the text generator.
>> 2) the url is in private network
>>
>> - mika -
>>
>> On Thu, 20 Sep 2012 11:42:32 +0200, Jos Snellings
>>  wrote:
>>
>>> Hi Mika,
>>>
>>> Your page declares utf-8 as a character set, but the text you send is
>>> not in utf-8. Hence the question mark
>>> characters.
>>> Question 1: is it the same database that is accessed? (or rather, a
>>> copy)
>>> Question 2: what is the database url?
>>>
>>> Cheers,
>>> Jos
>>>
>>> On Thu, Sep 20, 2012 at 9:22 AM,  wrote:
>>>
>>>  Hi,
>>>  C2.11, I moved my app from one server to another, which resulted
>>> some pages to broke that is scands won't encode properly.
>>>  I have this in my sitemap:
>>>
>>>  You can try this out:
>>>  Old server
>>>  
>>> http://77.240.23.91/cocoon/**palaute_app/linkki/841[2]
>>>  works
>>>  
>>> http://77.240.23.91/cocoon/**palaute_app/linkki/html/841[3]
>>>  works
>>>  New server
>>>  
>>> http://88.148.163.59/cocoon/**palaute_app/linkki/1059[4]
>>>  works
>>>  
>>> http://88.148.163.59/cocoon/**palaute_app/linkki/html/1059[5]
>>>  doesn't
>>> work !!
>>>
>>>  Any thoughts?
>>>  I have tried a lot of things without success.
>>>
>>>  - mika -
>>>
>>>
>>>
>>> --**--**
>>> -
>>>  To unsubscribe, e-mail: 
>>> users-unsubscribe@cocoon.**apache.org[6]
>>>  For additional commands, e-mail: users-h...@cocoon.apache.org [7]
>>>
>>> --
>>> The doctrine of human equality reposes on this: that there is no man
>>> really clever who has not found that he is stupid.
>>> -- Gilbert K. Chesterson
>>>
>>>
>>>
>>> Links:
>>> --
>>> [1] mailto:m...@digikartta.net
>>> [2] 
>>> http://77.240.23.91/cocoon/**palaute_app/linkki/841
>>> [3] 
>>> http://77.240.23.91/cocoon/**palaute_app/linkki/html/841
>>> [4] 
>>> http://88.148.163.59/cocoon/**palaute_app/linkki/1059
>>> [5] 
>>> http://88.148.163.59/cocoon/**palaute_app/linkki/html/1059
>>> [6] 
>>> mailto:users-unsubscribe@**cocoon.apache.org
>>> [7] mailto:users-help@cocoon.**apache.org 
>>>
>>
>>
>> --**--**-
>> To unsubscribe, e-mail: 
>> users-unsubscribe@cocoon.**apache.org
>> For additional commands, e-mail: users-h...@cocoon.apache.org
>>
>
>
> --**--**-
> To unsubscribe, e-mail: 
> users-unsubscribe@cocoon.**apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org
>
>


-- 
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
-- Gilbert K. Chesterson


Re: more encoding problems

2012-09-20 Thread mika


Also XML-element tags in xsp-files have question marks instead of 
scands.
I also verified that the database is delivering the right stuff. The 
same database used in this 
(http://88.148.163.59/cocoon/palaute_app/linkki/html/1059), works with 
local copy of cocoon.


Updated data, just checked this out. Even this one will fail.
sitemap:






koe.xsp:

http://apache.org/xsp";>

<Äiti>



Works locally.

- mika -

On Thu, 20 Sep 2012 15:14:35 +0300,  wrote:

Hi Jos,
yep, that's right, the text seems not to be utf-8.
Same problem occurs in another page where the text not working comes
from flowscript.
1) No it's not, it's a copy. But you can verify everything is ok in
http://88.148.163.59/cocoon/palaute_app/linkki/1059 (database 
reader).

Seems to me, that the text falls apart in the text generator.
2) the url is in private network

- mika -

On Thu, 20 Sep 2012 11:42:32 +0200, Jos Snellings
 wrote:

Hi Mika,

Your page declares utf-8 as a character set, but the text you send 
is

not in utf-8. Hence the question mark
characters.
Question 1: is it the same database that is accessed? (or rather, a
copy)
Question 2: what is the database url?

Cheers,
Jos

On Thu, Sep 20, 2012 at 9:22 AM,  wrote:

 Hi,
 C2.11, I moved my app from one server to another, which resulted
some pages to broke that is scands won't encode properly.
 I have this in my sitemap:

 You can try this out:
 Old server
 http://77.240.23.91/cocoon/palaute_app/linkki/841 [2] works
 http://77.240.23.91/cocoon/palaute_app/linkki/html/841 [3] works
 New server
 http://88.148.163.59/cocoon/palaute_app/linkki/1059 [4] works
 http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 [5] 
doesn't

work !!

 Any thoughts?
 I have tried a lot of things without success.

 - mika -



-
 To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org [6]
 For additional commands, e-mail: users-h...@cocoon.apache.org [7]

--
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
        -- Gilbert K. Chesterson



Links:
--
[1] mailto:m...@digikartta.net
[2] http://77.240.23.91/cocoon/palaute_app/linkki/841
[3] http://77.240.23.91/cocoon/palaute_app/linkki/html/841
[4] http://88.148.163.59/cocoon/palaute_app/linkki/1059
[5] http://88.148.163.59/cocoon/palaute_app/linkki/html/1059
[6] mailto:users-unsubscr...@cocoon.apache.org
[7] mailto:users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



Re: more encoding problems

2012-09-20 Thread mika


Hi Jos,
yep, that's right, the text seems not to be utf-8.
Same problem occurs in another page where the text not working comes 
from flowscript.
1) No it's not, it's a copy. But you can verify everything is ok in 
http://88.148.163.59/cocoon/palaute_app/linkki/1059 (database reader). 
Seems to me, that the text falls apart in the text generator.

2) the url is in private network

- mika -

On Thu, 20 Sep 2012 11:42:32 +0200, Jos Snellings 
 wrote:

Hi Mika,

Your page declares utf-8 as a character set, but the text you send is
not in utf-8. Hence the question mark
characters.
Question 1: is it the same database that is accessed? (or rather, a
copy)
Question 2: what is the database url?

Cheers,
Jos

On Thu, Sep 20, 2012 at 9:22 AM,  wrote:

 Hi,
 C2.11, I moved my app from one server to another, which resulted
some pages to broke that is scands won't encode properly.
 I have this in my sitemap:

 You can try this out:
 Old server
 http://77.240.23.91/cocoon/palaute_app/linkki/841 [2] works
 http://77.240.23.91/cocoon/palaute_app/linkki/html/841 [3] works
 New server
 http://88.148.163.59/cocoon/palaute_app/linkki/1059 [4] works
 http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 [5] doesn't
work !!

 Any thoughts?
 I have tried a lot of things without success.

 - mika -


-
 To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org [6]
 For additional commands, e-mail: users-h...@cocoon.apache.org [7]

--
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
        -- Gilbert K. Chesterson



Links:
--
[1] mailto:m...@digikartta.net
[2] http://77.240.23.91/cocoon/palaute_app/linkki/841
[3] http://77.240.23.91/cocoon/palaute_app/linkki/html/841
[4] http://88.148.163.59/cocoon/palaute_app/linkki/1059
[5] http://88.148.163.59/cocoon/palaute_app/linkki/html/1059
[6] mailto:users-unsubscr...@cocoon.apache.org
[7] mailto:users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



Re: more encoding problems

2012-09-20 Thread Jos Snellings
Hi Mika,

Your page declares utf-8 as a character set, but the text you send is not
in utf-8. Hence the question mark
characters.
Question 1: is it the same database that is accessed? (or rather, a copy)
Question 2: what is the database url?

Cheers,
Jos

On Thu, Sep 20, 2012 at 9:22 AM,  wrote:

>
> Hi,
> C2.11, I moved my app from one server to another, which resulted some
> pages to broke that is scands won't encode properly.
> I have this in my sitemap:
>
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> You can try this out:
> Old server
> http://77.240.23.91/cocoon/**palaute_app/linkki/841works
> http://77.240.23.91/cocoon/**palaute_app/linkki/html/841works
> New server
> http://88.148.163.59/cocoon/**palaute_app/linkki/1059works
> http://88.148.163.59/cocoon/**palaute_app/linkki/html/1059doesn't
>  work !!
>
> Any thoughts?
> I have tried a lot of things without success.
>
> - mika -
>
> --**--**-
> To unsubscribe, e-mail: 
> users-unsubscribe@cocoon.**apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org
>
>


-- 
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
-- Gilbert K. Chesterson


RE: more encoding problems

2012-09-20 Thread mika


Wrong call,
that ISO-8859-1 was just a test to ensure this setting would have some 
meaning. It has, but the scands disappear before serialization, I think.


- mika -


On Thu, 20 Sep 2012 10:15:16 +0200, Robby Pelssers 
 wrote:

Can you check which serializer you're using and did you explicitly
set the encoding?

http://cocoon.apache.org/2.1/userdocs/default/html-serializer.html
http://cocoon.apache.org/2.1/userdocs/xhtml-serializer.html





-Original Message-
From: m...@digikartta.net [mailto:m...@digikartta.net]
Sent: Thursday, September 20, 2012 10:11 AM
To: users@cocoon.apache.org
Subject: RE: more encoding problems


 Yep,
 I noticed that too. But where it is coming from?
 Remember, the whole cocoon directory is a copy from old to new.
 I also copied e.g. Tomcat server.xml same way.

 - mika -


 On Thu, 20 Sep 2012 10:03:46 +0200, Robby Pelssers
  wrote:

The one that does not work has following encoding in 



Robby

-Original Message-
From: m...@digikartta.net [mailto:m...@digikartta.net]
Sent: Thursday, September 20, 2012 9:23 AM
To: users@cocoon.apache.org
Subject: more encoding problems


 Hi,
 C2.11, I moved my app from one server to another, which resulted
some
 pages to broke that is scands won't encode properly.
 I have this in my sitemap:

 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 

 You can try this out:
 Old server
 http://77.240.23.91/cocoon/palaute_app/linkki/841 works
 http://77.240.23.91/cocoon/palaute_app/linkki/html/841 works
 New server
 http://88.148.163.59/cocoon/palaute_app/linkki/1059 works
 http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 doesn't
work
 !!

 Any thoughts?
 I have tried a lot of things without success.

 - mika -


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



RE: more encoding problems

2012-09-20 Thread Robby Pelssers
Can you check which serializer you're using and did you explicitly set the 
encoding?

http://cocoon.apache.org/2.1/userdocs/default/html-serializer.html
http://cocoon.apache.org/2.1/userdocs/xhtml-serializer.html





-Original Message-
From: m...@digikartta.net [mailto:m...@digikartta.net] 
Sent: Thursday, September 20, 2012 10:11 AM
To: users@cocoon.apache.org
Subject: RE: more encoding problems


 Yep,
 I noticed that too. But where it is coming from?
 Remember, the whole cocoon directory is a copy from old to new.
 I also copied e.g. Tomcat server.xml same way.

 - mika -


 On Thu, 20 Sep 2012 10:03:46 +0200, Robby Pelssers 
  wrote:
> The one that does not work has following encoding in 
>
>  http-equiv="Content-Type">
>
> Robby
>
> -Original Message-
> From: m...@digikartta.net [mailto:m...@digikartta.net]
> Sent: Thursday, September 20, 2012 9:23 AM
> To: users@cocoon.apache.org
> Subject: more encoding problems
>
>
>  Hi,
>  C2.11, I moved my app from one server to another, which resulted 
> some
>  pages to broke that is scands won't encode properly.
>  I have this in my sitemap:
>
>  
>  
>  
>  
>  
>  
>  
>
>  
>  
>  
>  
>  
>  
>  
>  
>  
>
>  You can try this out:
>  Old server
>  http://77.240.23.91/cocoon/palaute_app/linkki/841 works
>  http://77.240.23.91/cocoon/palaute_app/linkki/html/841 works
>  New server
>  http://88.148.163.59/cocoon/palaute_app/linkki/1059 works
>  http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 doesn't 
> work
>  !!
>
>  Any thoughts?
>  I have tried a lot of things without success.
>
>  - mika -
>
> -
> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



RE: more encoding problems

2012-09-20 Thread mika


Yep,
I noticed that too. But where it is coming from?
Remember, the whole cocoon directory is a copy from old to new.
I also copied e.g. Tomcat server.xml same way.

- mika -


On Thu, 20 Sep 2012 10:03:46 +0200, Robby Pelssers 
 wrote:

The one that does not work has following encoding in 

http-equiv="Content-Type">


Robby

-Original Message-
From: m...@digikartta.net [mailto:m...@digikartta.net]
Sent: Thursday, September 20, 2012 9:23 AM
To: users@cocoon.apache.org
Subject: more encoding problems


 Hi,
 C2.11, I moved my app from one server to another, which resulted 
some

 pages to broke that is scands won't encode properly.
 I have this in my sitemap:

 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 

 You can try this out:
 Old server
 http://77.240.23.91/cocoon/palaute_app/linkki/841 works
 http://77.240.23.91/cocoon/palaute_app/linkki/html/841 works
 New server
 http://88.148.163.59/cocoon/palaute_app/linkki/1059 works
 http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 doesn't 
work

 !!

 Any thoughts?
 I have tried a lot of things without success.

 - mika -

-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



RE: more encoding problems

2012-09-20 Thread Robby Pelssers
The one that does not work has following encoding in 



Robby

-Original Message-
From: m...@digikartta.net [mailto:m...@digikartta.net] 
Sent: Thursday, September 20, 2012 9:23 AM
To: users@cocoon.apache.org
Subject: more encoding problems


 Hi,
 C2.11, I moved my app from one server to another, which resulted some 
 pages to broke that is scands won't encode properly.
 I have this in my sitemap:

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 You can try this out:
 Old server
 http://77.240.23.91/cocoon/palaute_app/linkki/841 works
 http://77.240.23.91/cocoon/palaute_app/linkki/html/841 works
 New server
 http://88.148.163.59/cocoon/palaute_app/linkki/1059 works
 http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 doesn't work 
 !!

 Any thoughts?
 I have tried a lot of things without success.

 - mika -

-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org