SSL Renegotiation failure (Error 1001)

2012-06-06 Thread John Wismar
(Filter.java:203) ... etc. -- John Wismar Alldata Technology 916-478-3296 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2969347

RE: SSL needClientAuthentication not working

2012-04-11 Thread John Wismar
I didn't see anything about this in the RC4 release notes. Is this going to be fixed prior to the release? Is there a bug report that has been created? Or are client certificates just not going to be supported? -- John Wismar Alldata Technology 916-478-3296

RE: conditional request handling with annotated methods

2012-03-23 Thread John Wismar
might make sense to override onInit() and do the check there. -- John Wismar -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2939489

Re: SSL needClientAuthentication not working

2012-02-28 Thread John Wismar
*, and the Client Certificate requirement seems to work fine. Thanks, all. -John Wismar *For reference: the only things I had to change was that DefaultSslContextFactory is in a different package, and I commented out calls to Engine.setLogLevel(). -- View this message in context: http://restlet

Routing problem - Escaped '/' character in URL

2012-02-15 Thread John Wismar
that the client app replace '/' characters with some other special character. But does anyone have any idea why I'm seeing this odd behavior? Thanks! -- John Wismar Alldata Technology 916-478-3296 -- http://restlet.tigris.org/ds

RE: Getting configuration information from context.xml, environment, or somewhere else?

2012-02-06 Thread John Wismar
. In a standalone app, I would probably keep that kind of information in a configuration file, but I was wondering if there's a better way to handle it when running in a servlet container. Thanks for your help! -- John Wismar Alldata Technology 916-478-3296

RE: Possible discrepancy in OAuth extension - scope encoding in token validation request

2012-01-30 Thread John Wismar
OAuthAuthorizer.createValidationRequest() protected (or putting AccessToken serialization/deserialization into a separate policy or strategy class?) would simplify this code. Thanks for all you time and effort! -- John Wismar Alldata Technology 916-478-3296 -Original Message- From

RE: JDBC Extension, problem with TYPE_FORWARD_ONLY RowSet

2012-01-26 Thread John Wismar
. Is the best way forward to create a new client helper, possibly a subclass of JdbcClientHelper? What do I then need to do to register the ClientHelper object for JDBC calls? Thanks for your help! -- John Wismar Alldata Technology 916-478-3296

RE: JDBC Extension, problem with TYPE_FORWARD_ONLY RowSet

2012-01-26 Thread John Wismar
! -- John Wismar Alldata Technology 916-478-3296 -Original Message- From: John Wismar [mailto:john.wis...@autozone.com] Sent: Thursday, January 26, 2012 11:42 AM To: discuss@restlet.tigris.org Subject: RE: JDBC Extension, problem with TYPE_FORWARD_ONLY RowSet Follow-up

JDBC Extension, problem with TYPE_FORWARD_ONLY RowSet

2012-01-20 Thread John Wismar
to the Informix driver, or if the CachedRowSet implementation changed in Java 7. Does anyone have any suggestions? -- John Wismar Alldata Technology 916-478-3296 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId

Using MetadataService to specify the default media type

2012-01-18 Thread John Wismar
in a prior project to do exactly the same thing, and it worked without a problem. (That older project used Restlet JEE 2.0, Java6 and Tomcat 6, if that's relevant.) What could I be overlooking? Thanks for your help! -- John Wismar Alldata Technology 916-478-3296

RE: Possible discrepancy in OAuth extension - scope encoding in token validation request

2011-10-31 Thread John Wismar
be changed to protected access, rather than private? Thanks for your help! -- John Wismar Alldata Technology 916-478-3296 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2869456

Possible discrepancy in OAuth extension - scope encoding in token validation request

2011-10-28 Thread John Wismar
or the other of the OAuth2 implementations handling this improperly? Thanks for your time! -- John Wismar -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2866269

RE: Restlet 1.x to 2.x port - 405 Status on Resource with multiple variants

2011-09-21 Thread John Wismar
Hi, Jerome. That worked. Thanks for your help!! -- John Wismar Alldata Technology 916-478-3296 From: Jerome Louvel [mailto:jerome.lou...@noelios.com] Sent: Tuesday, September 13, 2011 7:35 AM To: discuss@restlet.tigris.org Subject: RE: Restlet 1.x to 2.x port - 405

Restlet 1.x to 2.x port - 405 Status on Resource with multiple variants

2011-09-12 Thread John Wismar
overlooking. Does anyone have any suggestions? Thanks! -- John Wismar Alldata Technology 916-478-3296 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2837581

RE: Server configuration problem - outbound root not configured

2011-07-28 Thread John Wismar
) Thanks again for your help! -- John Wismar Alldata Technology 916-478-3296 -Original Message- From: Martin Svensson [mailto:msv...@gmail.com] Sent: Wednesday, July 27, 2011 12:01 PM To: discuss@restlet.tigris.org Subject: RE: Server configuration

RE: Server configuration problem - outbound root not configured

2011-07-27 Thread John Wismar
) at org.restlet.resource.ClientResource.post(ClientResource.java:1271) at org.restlet.ext.oauth.OAuthAuthorizer.authorize(OAuthAuthorizer.java:222) at org.restlet.security.Authorizer.beforeHandle(Authorizer.java:134) at org.restlet.routing.Filter.handle(Filter.java:201) ... -- John Wismar

Server configuration problem - outbound root not configured

2011-07-26 Thread John Wismar
(); creator.configureRoutes(getContext(), this.webRootPath); Router rootRouter = creator.getRootRouter(); return rootRouter; } Is there something I'm missing or not thinking of? Thanks for any help! -- John Wismar Alldata Technology 916-478-3296

RE: OAuth extension in Incubator

2011-07-21 Thread John Wismar
to figure out how to send the Oauth token with each request to the protected resource. -- John Wismar Alldata Technology 916-478-3296 -Original Message- From: Martin Svensson [mailto:msv...@gmail.com] Sent: Wednesday, July 20, 2011 6:08 PM To: discuss

RE: OAuth extension in Incubator

2011-07-21 Thread John Wismar
Martin, that worked great. Once again, thanks so much for your help. -- John Wismar Alldata Technology 916-478-3296 -Original Message- From: Martin Svensson [mailto:msv...@gmail.com] Sent: Thursday, July 21, 2011 11:23 AM To: discuss@restlet.tigris.org

RE: OAuth extension in Incubator

2011-07-20 Thread John Wismar
Martin- I found the test project yesterday, which is helping me understand the process. I'll also take a look at this new code. I may have more questions later, but I'm sure this will get me further Thanks very much for your help! -- John Wismar Alldata Technology

RE: OAuth extension in Incubator

2011-07-20 Thread John Wismar
in that project appears to be when the server is creating a test client(?). Or is this servlet intended to be deployed on a server that already is configured to use 9090? I'm probably completely misunderstanding what's happening. Thanks for your patience -- John

RE: OAuth extension in Incubator

2011-07-20 Thread John Wismar
: Representation body = tokenResource.post(input); I'm still working through this, but if it turns out that this is expected behavior or a known problem, I'll stop. Once again, thanks for your help! -- John Wismar Alldata Technology 916-478-3296 -Original Message

RE: OAuth extension in Incubator

2011-07-19 Thread John Wismar
Hi, Martin- Let me see if I can track down the test project you're referring to, and update from there. -- John Wismar Alldata Technology 916-478-3296 -Original Message- From: Martin Svensson [mailto:msv...@gmail.com] Sent: Tuesday, July 19, 2011 1:23 PM

OAuth extension in Incubator

2011-07-18 Thread John Wismar
-restlet/392-restlet.html [2] http://restlet.tigris.org/source/browse/restlet/tags/incubator/oauth-2.0-draft-10/org.restlet.ext.oauth/ -- John Wismar Alldata Technology 916-478-3296 -- http://restlet.tigris.org/ds

SolrClientHelper - unable to handle SOLR requests

2010-10-28 Thread John Wismar
. When I add a bunch of code to dump the contents of the CoreContainer that's in the SOLR client, I find that it doesn't contain any cores. I suspect it ought to, and that I've missed a step in the configuration. Any thoughts? --- John

Re: Using WADL classes with filters - use WadlWrapper? -- solved, but with open questions

2010-01-26 Thread John Wismar
for your help! John Wismar mailto:john.wis...@autozone.com From: Thierry Boileau thierry.boil...@noelios.com To: discuss@restlet.tigris.org Date: 01/26/2010 02:21 AM Subject: Re: Using WADL classes with filters - use WadlWrapper? Hello John, could you

Using WADL classes with filters - use WadlWrapper?

2010-01-25 Thread John Wismar
! John Wismar -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2441916

Re: XML dom nodes

2009-10-27 Thread John Wismar
! John Wismar Architect - ALLDATA Technology Team mailto:john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2411864

Re: Problem routing using VirtualHosts and differentiating on Port number

2009-09-14 Thread John Wismar
wrong. Thanks once again for your help! John Wismar Architect - ALLDATA Technology Team (916) 478-3296 mailto:john.wis...@autozone.com Dedicated to technology leadership and innovation. Thierry Boileau thierry.boil...@noelios.com wrote on 09/11/2009 12:40:45 AM

Problem routing using VirtualHosts and differentiating on Port number

2009-09-10 Thread John Wismar
(such as with a web browser as the client.) Thanks for any thoughts! John Wismar mailto:john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2393472

Re: Restlet 2.0 M4 released!

2009-08-06 Thread John Wismar
Restlet 1.x to 2.x document, but I can't find the reference, and can't find the document. Is there such a thing? Once again, thanks for all your hard work!! John Wismar mailto:john.wis...@autozone.com -- http

Re: Cookie behavior - IE7 vs Firefox -- SOLVED

2009-05-06 Thread John Wismar
that was the only thing I didn't try! John Wismar mailto:john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2085350

Cookie behavior - IE7 vs Firefox

2009-05-05 Thread John Wismar
problem on my side, or an IE7 configuration issue? Thanks for any insight! John Wismar mailto:john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2070293

Solved. Re: Restlet 1.1.4 + Jetty + SSL - trustAnchors exception

2009-04-17 Thread John Wismar
. John Wismar mailto:john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1772344

Referring to different connectors

2009-03-02 Thread John Wismar
-qualified URI, including the port number? Thanks! John Wismar john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1258024

Restlet WADL samples

2009-02-20 Thread John Wismar
to do? Clearly I need to override WadlResource.describeGet(), but beyond that, I get somewhat lost. Thanks for any pointers! John Wismar john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do

Re: Restlet WADL samples

2009-02-20 Thread John Wismar
!) John Wismar john.wis...@autozone.com -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1200632

Re: Exception when querying DomRepresentation using XPath expression

2008-10-10 Thread john . wismar
should set the don't load external DTDs feature, or B) can send in a custom EntityResolver that returns an empty DTD? Thanks for looking at this! John Wismar [EMAIL PROTECTED] package testDomRepresentation; import org.restlet.Application; import org.restlet.Client

Exception when querying DomRepresentation using XPath expression

2008-10-08 Thread john . wismar
(). Is there some step I'm missing here? Thanks for any help! (I'm running Restlet 1.1 RC1, JDK 1.6.0_06, in Eclipse 3.3.2, on Windows Vista.) John Wismar [EMAIL PROTECTED]

Re: WADL howto?

2008-08-21 Thread john . wismar
to be document, though.) I changed my root resource so that it's subordinate, and it seems like that works. John Wismar [EMAIL PROTECTED]

Re: Routing problem

2008-07-16 Thread john . wismar
that a path with or without a trailing '/' will be matched. I'm using MODE_EQUALS on both, though, because when I use MODE_STARTS_WITH, the user can pass, /bar/this_is_nonsensical_garbage and it matches Again, thanks for taking the time to help us out! John Wismar

Re: Routing problem

2008-07-15 Thread john . wismar
to create a route-matching mode that does this? John Wismar [EMAIL PROTECTED]