[04:32:27 CST(-0600)] <sharmartinus> I am sratching my head with ContentMangementPortlet
[04:32:41 CST(-0600)] <sharmartinus> I posted help message on uportal-user
[04:33:05 CST(-0600)] <sharmartinus> has any one tried using ContentMangementPortlet on uportal 3.2
[06:46:05 CST(-0600)] <sharmartinus> exit
[06:46:10 CST(-0600)] <sharmartinus>
[09:57:01 CST(-0600)] <athena> hey EricDalquist - you haven't tried to do basic auth with spring web services have you?
[09:57:25 CST(-0600)] <EricDalquist> hrm, no I think I've only done the wssec user/pass stuff
[09:57:32 CST(-0600)] <EricDalquist> though I believe it should support it
[09:57:45 CST(-0600)] <EricDalquist> maybe via httpclient config if the spring-ws security code doesn't have it built in
[09:58:19 CST(-0600)] <athena> yeah
[09:58:51 CST(-0600)] <athena> i've got it working with shared basic authentication
[09:58:58 CST(-0600)] <athena> but haven't sorted out how to do it per-user yet
[09:59:04 CST(-0600)] <EricDalquist> oh
[09:59:05 CST(-0600)] <EricDalquist> hrm
[09:59:10 CST(-0600)] <athena> yeah
[09:59:12 CST(-0600)] <EricDalquist> never done anything like that
[09:59:21 CST(-0600)] <athena> of course it's silly that exchange uses basic auth, but not much i can do about that
[09:59:36 CST(-0600)] <EricDalquist> might have to write a custom authn class in the ws client side of things
[09:59:45 CST(-0600)] <EricDalquist> and use threadlocals or some such to get access to the credentials
[10:00:02 CST(-0600)] <athena> yeah
[10:00:02 CST(-0600)] <athena>
[10:00:18 CST(-0600)] <athena> worried about making sure they're not accidentally shared between users- not so sure how this stuff is wired up
[10:00:31 CST(-0600)] <EricDalquist> yeah
[10:01:41 CST(-0600)] <EricDalquist> also discovered the latest m2eclipse plugin doesn't support the 'all in one project' style multi-module setup
[10:01:57 CST(-0600)] <EricDalquist> it forces you to do one project per module
[10:02:16 CST(-0600)] <EricDalquist> though I realized you can stick projects in Working Sets and make those the root in your package explorer
[10:02:24 CST(-0600)] <EricDalquist> so you kind of get multi-module project
[10:02:41 CST(-0600)] <athena> oh ick
[10:02:48 CST(-0600)] <athena> not a fan of that at all
[10:03:04 CST(-0600)] <athena> so kind of looks like spring-ws uses a shared httpclient manager
[10:03:16 CST(-0600)] <EricDalquist> yeah that wouldn't surprise me
[10:03:45 CST(-0600)] <athena> yeah
[10:03:48 CST(-0600)] <athena> think that might be a problem
[10:09:35 CST(-0600)] <awills> athena I thought commons-http woud give you the basic auth
[10:09:45 CST(-0600)] <athena> it does indeed
[10:09:57 CST(-0600)] <athena> the problem is that spring-ws uses a shared connection manager
[10:10:14 CST(-0600)] <athena> so it's not clear how to have the credentials be per-user rather than shared for the entire connection manager
[10:10:15 CST(-0600)] <EricDalquist> yup, they likely assume shared credentials
[10:10:18 CST(-0600)] <athena> they do
[10:10:26 CST(-0600)] <awills> ah, that's less awesome
Page Comparison
General
Content
Integrations