-
Oct 28th, 2011, 10:29 AM
#11
I'll start commenting stuff out to see if I can figure out the discrepancy.
-
Nov 4th, 2011, 09:38 AM
#12
Figured out what the problem was on this one. Setting <http auto-config="true" registers a basic authentication filter which subsequently fails, when trying to run the NativeApplicationProviderIntegrationTest. The basic filter picks up the my-trusted-client as the user to authenticate with and fails.
How can we avoid this? Can we bypass this limitation somehow?
-
Nov 5th, 2011, 02:54 AM
#13
It seems like you just need to switch off the auto-config? It isn't very useful in practice, as you have demonstrated. If you actually need the basic auth for some reason maybe we can deal with that as a separate requirement?
-
Nov 5th, 2011, 06:15 AM
#14
Hi Dave,
That's what I did. Good for now. Thanks for your help.
Cheers
bjorn
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules