Re: [xwiki-users] Xwiki replace " " with "+" on title

2016-06-21 Thread stefbort
Hi.
Tanks Helged. The issue 59317 may be the cause. I did other two test and
with Tomcat 9 Xwiki dosn't work fine.
URIEncoding is not cause or solution.
At the moment I am using Tomcat 8.0.35 under Linux and It works fine.




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-replace-with-on-title-tp7599972p7600031.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki replace " " with "+" on title

2016-06-20 Thread helged
Just experienced the same problem today when migrating a XWiki Enterprise 8.0
instance to a new Linux server (was running 8.0.33 on Windows). Downgraded
the Linux Tomcat 8.0.35 to 8.0.33 and the problem went away. 

Same problem confirmed with Tomcat 8.5.3. It seems there are some major
issues regarding encoding of spaces in pagenames in these versions higher
than 8.0.33.

Have not had time to investigate further, but it might be related to issue
with id 59317 mentioned in the release notes for 8.0.34.

Regards, 
Helge



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-replace-with-on-title-tp7599972p7600025.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki replace " " with "+" on title

2016-06-17 Thread stefbort
Thenks Clemens.
I will read the Tomcat page about http connector. At the moment I am busy on
the configure and populate Xwiki.

At the next post.




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-replace-with-on-title-tp7599972p7600010.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki replace " " with "+" on title

2016-06-17 Thread Clemens Klein-Robbenhaar
Hi Stefano,

 thanks for letting us know about the solution to your problem.

On thing that has changed from tomcat7 to tomcat8 is that the default 
URL-Encoding has changed from ISO-8859-1 to UTF-8
(compare http://tomcat.apache.org/tomcat-7.0-doc/config/http.html
with http://tomcat.apache.org/tomcat-8.0-doc/config/http.html
search for "URIEncoding" to see the difference)

 In this light it seems my advice to set the URIEncoding to UTF-8 is just bad;
if you ever plan update to tomcat8, you probably want to set 
URIEncoding="ISO-8859-1" instead
(or set that org.apache.catalina.STRICT_SERVLET_COMPLIANCE on startup)
to prevent that problem to reappear.


- Ursprüngliche Nachricht -
Von: Stefbort
Am:  Thursday, 16.06.2016, 14:37
An: Xwiki Users
Betreff: Re: [xwiki-users] Xwiki replace " " with "+" on title


> Hi everybody.
> 
>  *FIXIED* 
> 
> The cause is Tomcat. With release 8 (maybe 9 too?) Xwiki don't works
> correctly.
> With release 7 it is a rock!
> 
> Like this I see the mysql connector release 6 dont'n works with Xwiki.
> 
> Tanks to all .
> 
> 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki replace " " with "+" on title

2016-06-16 Thread stefbort
Hi everybody.

 *FIXIED* 

The cause is Tomcat. With release 8 (maybe 9 too?) Xwiki don't works
correctly.
With release 7 it is a rock!

Like this I see the mysql connector release 6 dont'n works with Xwiki.

Tanks to all .



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-replace-with-on-title-tp7599972p759.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki replace " " with "+" on title

2016-06-15 Thread Clemens Klein-Robbenhaar
I think setting the tomcat to use italian codepage characters is not necessary;
UTF-8 should cover all use cases.

If you use URIEncoding="UTF8" in the connector of tomcat, all should be fine.

I tried to reproduce the issue with an XWiki running inside jetty and could not 
reproduce the issue, unfortunately.


- Ursprüngliche Nachricht -
Von: Stefbort
Am:  Wednesday, 15.06.2016, 11:06
An: Xwiki Users
Betreff: Re: [xwiki-users] Xwiki replace " " with "+" on title


> Hi Eduard.
> I am sorry. I used no rigth names.
> 
> "Article" is a wiki page.
> "Space" is a wiki page with dashboard.
> 
> About double titles are showed in the dashboard, in the list "My Recent
> Modification" and if I search I can see two title in the search list.
> If I create a new page after "Save & view" I will redirect in the rigth
> page.
> But now, to try again to write more information, I see more details:
> - if I create a "simple" page I have a "norma" title. When I update the page
> I will have 2 page: one is a original, one is updated. And I will have a new
> title-line in the document automatic list for each version;
> - if I create a page with dashboard I will see the "+" insted " ": the
> original with "{{dashboard/}}" in the text and the second paga (page with
> "+" in the title) with empty text. If I create a new page with location
> inside this i will have 3 news dasboard-page. Example: "Space Two", "Space
> Two", "Space%2BTwo"...
> 
> I will be crazy.
> 
> I can see this to go directly on port 8080 of Tomcat. I do not have any
> reverse proxy.
> OK. Perhaps the problem may be in the Tomcat confogiration? I am using, to
> try, italian layout and italian codepage characters. The database in MariaDB
> is in utf8_bin, as guide suggest.
> When I used the old versione (6.4) I found no problem. Now I don't
> understand.
> 
> I attach two screenshots.
> 
> Thanks.
> 
> <http://xwiki.475771.n2.nabble.com/file/n7599978/screenshot1.jpg> 
> <http://xwiki.475771.n2.nabble.com/file/n7599978/screenshot2.jpg> 
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Xwiki-replace-with-on-title-tp7599972p7599978.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 

mit freundlichen Grüßen
Clemens Klein-Robbenhaar

-- 
Clemens Klein-Robbenhaar
Software Development
EsPresto AG
Breite Str. 30-31
10178 Berlin/Germany
Tel: +49.(0)30.90 226.763
Fax: +49.(0)30.90 226.760
robbenh...@espresto.com
www.espresto.de

HRB 77554 B - Berlin-Charlottenburg
Vorstand: Maya Biersack, Peter Biersack
Vorsitzender des Aufsichtsrats: Dipl.-Wirtsch.-Ing. Winfried Weber
Zertifiziert nach ISO 9001:2008
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki replace " " with "+" on title

2016-06-15 Thread stefbort
Hi Eduard.
I am sorry. I used no rigth names.

"Article" is a wiki page.
"Space" is a wiki page with dashboard.

About double titles are showed in the dashboard, in the list "My Recent
Modification" and if I search I can see two title in the search list.
If I create a new page after "Save & view" I will redirect in the rigth
page.
But now, to try again to write more information, I see more details:
- if I create a "simple" page I have a "norma" title. When I update the page
I will have 2 page: one is a original, one is updated. And I will have a new
title-line in the document automatic list for each version;
- if I create a page with dashboard I will see the "+" insted " ": the
original with "{{dashboard/}}" in the text and the second paga (page with
"+" in the title) with empty text. If I create a new page with location
inside this i will have 3 news dasboard-page. Example: "Space Two", "Space
Two", "Space%2BTwo"...

I will be crazy.

I can see this to go directly on port 8080 of Tomcat. I do not have any
reverse proxy.
OK. Perhaps the problem may be in the Tomcat confogiration? I am using, to
try, italian layout and italian codepage characters. The database in MariaDB
is in utf8_bin, as guide suggest.
When I used the old versione (6.4) I found no problem. Now I don't
understand.

I attach two screenshots.

Thanks.

 
 





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-replace-with-on-title-tp7599972p7599978.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users