Issue Details (XML | Word | Printable)

Key: CONF-8334
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Matt Ryall [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence

Create space AJAX validation doesn't use context path

Created: 25/Apr/07 08:48 PM   Updated: 26/Apr/07 02:41 AM
Component/s: Spaces, Web Interface
Affects Version/s: 2.4.5
Fix Version/s: 2.5.1

Time Tracking:
Not Specified

Participants: Matt Ryall [Atlassian]
Since last comment: 1 year, 24 weeks, 3 days ago
Resolution Date: 26/Apr/07 02:41 AM
Labels:


 Description  « Hide
confluence/spaces/createspace.vm, lines 97-106:

<script type="text/javascript">
function initFormValidation()

{ if($("key")) var spaceKeyValidation = new InputValidation("key", "/ajax/spaceavailable.action"); }

Event.observe(window, 'load', initFormValidation, false);

</script>

The /ajax/ URL needs a context path before it. This can cause problems in some browsers.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.