Welcome to ISAserver.org
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
Sharepoint FBA on ISA2006 + Umlaut ä,ö,ü
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
Sharepoint FBA on ISA2006 + Umlaut ä,ö,ü - 16.Oct.2008 11:23:01 AM
|
|
|
beatch
Posts: 2
Joined: 16.Oct.2008
Status: offline
|
Hello everyone In our enviroment, we have an english ISA2006(SP1) on a Win 2003 R2 SP2 Server (english) for publishing different Sharepoint portals from our customers. - Once a WSS 3.0 farm - Once a MOSS-farm both with formbased authentication. WSS over SSL, MOSS at the moment without SSL. Everything is working fine, but if we want to upload a document in folders, which contains german umlaut's like ä,ö,ü in the name, we always get an error Code 500 (12202). In the ISA log: 12232 The server denied the specified Uniform Resource Locator (URL). Contact the server administrator This error happens only with Microsoft IE (different versions tested). With a Mozilla Browser it's working without any errors. If we change the authentication to basic, the upload also working with Microsoft IE. We also have checked the HTTP Security Filter: the normalization and block extended characters are unchecked. Has anyone an idea? Thanks in advance. Best regards, Beat
|
|
|
|
RE: Sharepoint FBA on ISA2006 + Umlaut ä,ö,ü - 16.Oct.2008 4:04:25 PM
|
|
|
ferrix
Posts: 375
Joined: 16.Mar.2005
Status: offline
|
I don't know the answer, but if it was my server I'd use TrafficLog (free here) to look at the actual requests going through ISA at different points and learn what is different with IE using FBA.
|
|
|
|
RE: Sharepoint FBA on ISA2006 + Umlaut ä,ö,ü - 17.Oct.2008 8:10:45 AM
|
|
|
ferrix
Posts: 375
Joined: 16.Mar.2005
Status: offline
|
Good first step, now you know one part of the problem. Next you need to find out if this URL is broken right away in the browser's request or is being changed by ISA and broken there. My guess is that it is a problem in Internet Explorer, because of this from Wikipedia: quote:
There exists a non-standard encoding for Unicode characters: %uxxxx, where xxxx is a Unicode value represented as four hexadecimal digits. This behavior is not specified by any RFC and has been rejected by the W3C. The third edition of ECMA-262 still includes an escape(string) function that uses this syntax, but also an encodeURI(uri) function that converts to UTF-8 and percent-encodes each octet. As you have found, the difference between good and bad URLs is this non-standard unicode escaping. I am not a sharepoint expert, but maybe there is a jscript that is using this way in IE, and ISA is denying it because it's non-standard. In my opinion, first you should see if there's any Microsoft supported solution, since all the involved steps are using MS products! But then, my mind always goes toward a coding solution: it would be easy to re-encode these URLs with an IsaScript filter.
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|