On Thursday, January 15, 2015 at 5:11:37 AM UTC-8, Helge Wiethoff wrote: > > Hi there! > > I am new to this list and i hope that i googled good enough before > starting this post... > In my trac environment (trac 1.02 & python-genshi 0.6) i want to use the > individual queries in combination with umlauts (ä ö ü). > Like in this case: > http://trac.edgewall.org/demo-1.0/query?changelog=~ä&order=priority > or: > http://trac.edgewall.org/demo-1.0/query?changelog=~%C3%A4&order=priority > On this demo page it all works fine. But if i do the same in my > environment and press the "refresh/update" button, the url changes from: > https://trac.local/query?component=Online+Pr%C3%BCfungsanmeldung > or: > https://dev.tfh-bochum.de/query?component=Online+Pr%C3%BCfungsanmeldung > to: > https://trac.local/query?component=Online+Pr%25C3%25BCfungsanmeldung > In my opinion, the "%" will be double encoded. But i have no clue how to > avoid this behavior. > Anyone of you has an idea? Would be great :-) > > Thanks, > Helge >
I might be misunderstanding, but I'm unable to reproduce. Running tracd in an environment with Trac 1.0.2, I get the following behavior: - Putting the relative URL into the URL address bar /query?component=Online+Pr%C3%BCfungsanmeldung , on hitting ENTER it is transformed to /query?component=Online+Prüfungsanmeldung . Pressing Update refreshes the page with the same relative URL in the address bar. - Going to the Query page and entering a query for Component is "Online Prüfungsanmeldung", the relative URL is /query?component=Online+Prüfungsanmeldung Perhaps the webserver is affecting the behaviour? - What browser did you test with? - What is the OS of the client that you tested with? - What is the OS of the server running Trac? - Which webserver are you running Trac with? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
