Dave Koelmeyer created JSPWIKI-896:
--------------------------------------
Summary: Haddock template – user preferences are not saved
Key: JSPWIKI-896
URL: https://issues.apache.org/jira/browse/JSPWIKI-896
Project: JSPWiki
Issue Type: Bug
Components: Templates and UI
Affects Versions: 2.10.2
Environment: Client is:
- Firefox 38 (Ubuntu 14.04).
Server is:
- JSPWiki v2.10.2-svn-23 running in GlassFish v4
- Container managed authentication is enabled using a file-based realm
- HTTPS is enabled
- JSPWiki policy is locked down such that only authenticated users have access
(both read and write)
Reporter: Dave Koelmeyer
When authenticated to JSPWiki, I go to "My Prefs" and make settings, such as my
time zone and section based editing.
Upon saving the settings and then returning to the "My Prefs" window, none of
the settings have been saved.
I've performed a full reset of Firefox (cache, cookies, sessions etc.), and
this doesn't change the behaviour.
I see the following logged in the Firefox error console (the 404 error looks
interesting):
{noformat}
GET
https://wiki.apertura.co.nz/ITProjects/UserPreferences.jsp [HTTP/1.1 200 OK
266ms]
GET
https://wiki.apertura.co.nz/ITProjects/scripts/haddock-prefs.js [HTTP/1.1 404
Not Found 224ms]
Use of getAttributeNode() is deprecated. Use getAttribute() instead.
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)