Skip to Content.
Sympa Menu

shibboleth-dev - How to write multibyte language at shibboleth2.xml

Subject: Shibboleth Developers

List archive

How to write multibyte language at shibboleth2.xml


Chronological Thread 
  • From: Takuya Matsuhira <>
  • To:
  • Subject: How to write multibyte language at shibboleth2.xml
  • Date: Mon, 08 Feb 2010 10:57:53 +0900

Hi,

I want to authorize some directories using shibboleth2.xml.

Generally, if I write this,
"http://www.example.org/secure/";
is restricted. And only users which have attribute affiliation
=
or
.
--------
<RequestMap applicationId="default">
<Host name="www.example.org">
<Path name="secure" authType="shibboleth" requireSession="true"/>
</Host>
<Host name="admin.example.org" applicationId="admin"
authType="shibboleth" requireSession="true">
<AccessControl>
<Rule
require="affiliation">
</Rule>
</AccessControl>
</Host>
</RequestMap>
-------
So, I want to write <Path name="UTF-8 characters like Japanese"

I write Japanese, but it becomes error.

So, Please give advice to me.

my environment
-----
CentOS5.4(x64)
shibbolethsp2.3.1(x64)
apache(2.2.3)



--
+---------------------------------------+
Takuya MATSUHIRA
E-mail:
+---------------------------------------+


  • How to write multibyte language at shibboleth2.xml, Takuya Matsuhira, 02/07/2010

Archive powered by MHonArc 2.6.16.

Top of Page