Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Other

New issue 1882 by [email protected]: Trailing slash dropped for form action URLs in ES5/3
http://code.google.com/p/google-caja/issues/detail?id=1882

What revision of the cajoler exhibits the problem?  On what browser and OS?

Rev 5643, Caja playground, Chrome 31.0.1650.63

What steps will reproduce the problem?
1. Cajole the following code:

<form action="http://www.example.com/foobar/";>
  <input type="text" name="foo" />
</form>


What is the expected output? What do you see instead?

I expect the form action URL to be preserved. Instead the trailing slash is dropped.


Please provide any additional information below.

Some servers behave differently depending on whether there is a trailing slash or not so Caja should preserve it.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to