Go Back   Forum Care Forums > Development Reference Area > Webmaster Topics

Reply
 
LinkBack Thread Tools Display Modes
&lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!?
Old
  (#1)
papi
Guest
 
Posts: n/a
Default &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!? - 05-14-2007, 01:12 AM

I apologize for not being a webmaster, but this (alt.www.webmaster) is one
place where I could really use the help of such. I am in the middle of a
contradiction between Oracle and Microsoft approaches, and I really can't
tell whom to ask for fixing the problem. Here is what's happening:

Oracle creates a link and sends it over email, link which contains
something I summarized below, as far as the point of contention:

https://my_Oracle_server/OA_HTML/RF....=1006322&resp_
id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=...

When the above link is being read in Outlook, it appears exactly as above,
while - when reading it in the Web interface of Exchange 2003 - the &lang
is being replaced by %3C, then - upon opening the browser with such link -
gets translated into an < sign.

Now - the problem is that Microsoft says that this is normal behavior for
their web-based interface, and is asking Oracle to change the &lang to
something not "reserved" (I have found some references to this at:

http://www.evolt.org/article/ala/17/21234/ )

while Oracle says: if you (Microsoft) do not damage the link in Outlook
client (HTML based), why would you interpret it in your web part?

Any opinions on how this could be solved? Microsoft states that a change
at their end will require building a "custom" Exchange component ($$$$),
while Oracle says that Microsoft's design is the only one interpreting the
&lang to a < ...

TIA,
Papi

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!?
Old
  (#2)
John Bokma
Guest
 
Posts: n/a
Default Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!? - 05-14-2007, 01:12 AM

papi <EMAIL REMOVED> wrote:

> I apologize for not being a webmaster, but this (alt.www.webmaster) is
> one place where I could really use the help of such. I am in the
> middle of a contradiction between Oracle and Microsoft approaches, and
> I really can't tell whom to ask for fixing the problem. Here is what's
> happening:
>
> Oracle creates a link and sends it over email, link which contains
> something I summarized below, as far as the point of contention:
>
> https://my_Oracle_server/OA_HTML/RF....=1006322&resp_
> id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=...


If the message is plain text, the & is ok. If it's HTML, the & *must* be
turned into &amp;

> When the above link is being read in Outlook, it appears exactly as
> above, while - when reading it in the Web interface of Exchange 2003 -
> the &lang is being replaced by %3C, then - upon opening the browser
> with such link - gets translated into an < sign.


If the email is plain text, the web interface *should* change the & into
&amp; before displaying it.

--
John Need help with SEO? Get started with a SEO report of your site:

--> http://johnbokma.com/websitedesign/seo-expert-help.html
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!?
Old
  (#3)
papi
Guest
 
Posts: n/a
Default Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!? - 05-14-2007, 01:12 AM

On Tue, 14 Nov 2006 17:02:36 +0000, John Bokma wrote:

> papi <EMAIL REMOVED> wrote:
>
>> I apologize for not being a webmaster, but this (alt.www.webmaster) is
>> one place where I could really use the help of such. I am in the
>> middle of a contradiction between Oracle and Microsoft approaches, and
>> I really can't tell whom to ask for fixing the problem. Here is what's
>> happening:
>>
>> Oracle creates a link and sends it over email, link which contains
>> something I summarized below, as far as the point of contention:
>>
>> https://my_Oracle_server/OA_HTML/RF....=1006322&resp_
>> id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=...

>
> If the message is plain text, the & is ok. If it's HTML, the & *must* be
> turned into &amp;
>
>> When the above link is being read in Outlook, it appears exactly as
>> above, while - when reading it in the Web interface of Exchange 2003 -
>> the &lang is being replaced by %3C, then - upon opening the browser
>> with such link - gets translated into an < sign.

>
> If the email is plain text, the web interface *should* change the & into
> &amp; before displaying it.


Thank you for your reply. From your comments, above, I understand that
the email - if plain text - *should* (but not *must* or *shall*, as in
HTML) - is this a correct interpretation? ... and, if so, whom should I
ask for a change, then - MS or Oracle?

Papi

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!?
Old
  (#4)
John Bokma
Guest
 
Posts: n/a
Default Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!? - 05-14-2007, 01:12 AM

papi <EMAIL REMOVED> wrote:

> On Tue, 14 Nov 2006 17:02:36 +0000, John Bokma wrote:
>
>> papi <EMAIL REMOVED> wrote:
>>
>>> I apologize for not being a webmaster, but this (alt.www.webmaster)
>>> is one place where I could really use the help of such. I am in the
>>> middle of a contradiction between Oracle and Microsoft approaches,
>>> and I really can't tell whom to ask for fixing the problem. Here is
>>> what's happening:
>>>
>>> Oracle creates a link and sends it over email, link which contains
>>> something I summarized below, as far as the point of contention:
>>>
>>> https://my_Oracle_server/OA_HTML/RF....=1006322&resp_
>>> id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=...

>>
>> If the message is plain text, the & is ok. If it's HTML, the & *must*
>> be turned into &amp;
>>
>>> When the above link is being read in Outlook, it appears exactly as
>>> above, while - when reading it in the Web interface of Exchange 2003
>>> - the &lang is being replaced by %3C, then - upon opening the
>>> browser with such link - gets translated into an < sign.

>>
>> If the email is plain text, the web interface *should* change the &
>> into &amp; before displaying it.

>
> Thank you for your reply. From your comments, above, I understand that
> the email - if plain text - *should* (but not *must* or *shall*, as in
> HTML)



No, plain text *must not* change the & into &amp;

> - is this a correct interpretation? ... and, if so, whom should
> I ask for a change, then - MS or Oracle?


If the email is HTML, and in the HTML source you see &lang then the sender
of the email is wrong. You probably can check this by viewing the source
of the HTML and copy pasting it to a text file which you save as HTML and
validate with the w3c validator. If it starts to complain about the &lang
in the URL, you have proof that the sender is wrong.

If it's plain text, then MS is doing things wrong.

--
John Need help with SEO? Get started with a SEO report of your site:

--> http://johnbokma.com/websitedesign/seo-expert-help.html
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!?
Old
  (#5)
papi
Guest
 
Posts: n/a
Default Re: &lang = %3C = < - Microsoft and Oracle - could, someone, please explain?!? - 05-14-2007, 01:12 AM

On Tue, 14 Nov 2006 17:37:12 +0000, John Bokma wrote:
<snip>
>
> If the email is HTML, and in the HTML source you see &lang then the sender
> of the email is wrong. You probably can check this by viewing the source
> of the HTML and copy pasting it to a text file which you save as HTML and
> validate with the w3c validator. If it starts to complain about the &lang
> in the URL, you have proof that the sender is wrong.
>
> If it's plain text, then MS is doing things wrong.


Thank you!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top