My configuration does authentication in Apache and then passes the
pre-authenticated request to Tomcat. It looks like the class
com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl assumes
the authentication has already occurred and creates an Xwiki user which
is what I think I want. So, I thought all I had to do was add a line to
the xwiki.cfg file like this:
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTr
ustedAuthServiceImpl
But it didn't seem to work so I turned on debugging log4j.properties
with this:
log4j.logger.com.xpn.xwiki.user.impl.xwiki=debug
And this showed up in my xwiki.log:
17:21:20,996 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Checking match: XWiki.XWikiGuest in
17:21:20,996 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Checking match: XWiki.XWikiGuest in
17:21:20,997 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Failed match: XWiki.XWikiGuest in
17:21:20,997 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Checking object 2
17:21:20,997 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Checking match: view in view,register,
17:21:20,997 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Found a right for true
17:21:20,997 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Checking match: XWiki.XWikiGuest in XWiki.XWikiGuest,
17:21:20,997 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Checking match: XWiki.XWikiGuest in XWiki.XWikiGuest
17:21:20,998 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Found matching right in XWiki.XWikiGuest, for XWiki.XWikiGuest
17:21:20,998 [TP-Processor2] DEBUG xwiki.XWikiRightServiceImpl -
Access has been granted for (XWiki.XWikiGuest,Panels.MyRecentModif
It doesn't seem to be using the AppServerTrustedAuthServiceImpl because
the expected log statements don't appear in the log file. Any
suggestions on how to properly configure AppServerTrustedAuthServiceImpl
??
Any help greatly appreciated - Glenn
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
Hi everyone,
If some are you are interesting in testing out the new Toucan skin
(the skin on xwiki.org) on your install you can download a preview here
http://tinyurl.com/yts6gr
Just unzip it in your skins/ directory next to the albatross/ directory.
Please report any issue you have here:
http://jira.xwiki.org/jira/browse/XSTOUCAN-1
Thanks
-Vincent
Hi,
I would like to release XEM 1.0 final. It only contains XE 1.2 to
1.2.1 bugfixes and more error handling in Wiki Manager.
You can see the complete release note at
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM10.
Here's my +1
--
Thomas Mortagne
Hi,
I'd like to release the new Swizzle Plugin I've created.
See http://jira.xwiki.org/jira/browse/XPSWIZZLE-1
For documentation about it does see
http://code.xwiki.org/xwiki/bin/view/Plugins/SwizzlePlugin
Here's my +1
Note that I've proactively added it to the plugins section in SVN and
I should probably have asked for a vote before doing this. I assumed
(and I hope I was right) that nobody would see an issue with this. Of
course I'm committing to maintaining it.
Note that my ultimate idea is to use it on xwiki.org to:
1) automatically generate release notes.
2) add it to the News page to have JIRA updates on xwiki.org about
issues closed/created/modified
Thanks
-Vincent
The XWiki development team is pleased to announce the release of the
XWiki Swizzle Plugin 1.0.
Go grab it at http://code.xwiki.org/xwiki/bin/view/Plugins/SwizzlePlugin
This plugin allows using Swizzle (http://swizzle.codehaus.org) from a
XWiki page. For example this allows to query a JIRA instance and
display all sort of information in a XWiki page about it.
Some usage ideas:
1) List all issues in a given release
2) List all JIRA projects
3) Create a dashboard
4) List most voted on issues
etc
Thanks
-The XWiki dev team
Hi
I previously mentioned an performance issue under Linux and maybe I know now
why. It has nothing to do with Linux, but with a Firefox setting (which I
use only under Linux).
If you go in Firefox to your settings => Tab "Content" => Area "Font &
Color" => Button "Advanced" => untick "Allow pages to choose their own
fonts, instead of my selections above." => ok.
Then you will see, that XWiki.org is very slow to scroll. Other pages are
fine, even my own XWiki runs smooth.
--
View this message in context: http://www.nabble.com/Firefox-setting-affects-XWiki.org-tp15141427p15141427…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of XWiki
Enterprise1.3 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.3 version.
Note that general goals for XWiki Enterprise 1.3 are:
* Bug fixes
* More automated tests
* Clean up the Skins, make it easy to create new skins and add
the new xwiki.org skin
* Improve performances (less Javascript files, more optimized
CSS, better caching, etc)
Main changes from 1.2.1:
* A good deal of bugs fixed
* Added ability to export pages as HTML in a zip file
* Added ability to export the current page in a XAR
* Removed Finch and Dodo skin from the default distribution. They
are now available as separate downloads.
* Better support for Oracle with the upgrade to Hibernate
3.2.5.ga version.
+ lots of other changes, see Platform details and XWiki Enterprise
details.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13M1
Thanks
-The XWiki dev team