[
https://issues.apache.org/jira/browse/SLING-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907834#action_12907834
]
Jason Rose commented on SLING-1739:
---
The jar included with servicemix 4.2.0 is mina-
[
https://issues.apache.org/jira/browse/SLING-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907689#action_12907689
]
Jason Rose commented on SLING-1739:
---
I moved spi/helpers to the private packages he
[
https://issues.apache.org/jira/browse/SLING-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose updated SLING-1739:
--
Description:
Commons Log is currently exporting version 1.5.2 of SLF4j. This is a very old
version
[
https://issues.apache.org/jira/browse/SLING-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose updated SLING-1739:
--
Attachment: commons-log.patch
> Update Commons Log exported SLF4J vers
Versions: Commons Log 2.0.6
Reporter: Jason Rose
Priority: Minor
Commons Log is currently exporting version 1.5.2 of SLF4j. This is a very old
version of the library. I'm currently using Commons Logging as a replacement
for PAX Logging because of classloading issues wit
[
https://issues.apache.org/jira/browse/SLING-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose resolved SLING-1472.
---
Resolution: Cannot Reproduce
> Form Auth seems unoperatio
In my current project we use Camel (via ServiceMix) to handle all of our
integration with our other applications. The application I'm personally
working on uses Sling/JCR to store most of its content, but a large amount
of other stuff it uses is held in data stores in these other applications.
Cu
[
https://issues.apache.org/jira/browse/SLING-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857944#action_12857944
]
Jason Rose commented on SLING-1472:
---
Looking into this more, it looks like
[
https://issues.apache.org/jira/browse/SLING-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose updated SLING-1472:
--
Attachment: formauth_superclass_patch.patch
I think I've fixed the issue. The formauth just ext
[
https://issues.apache.org/jira/browse/SLING-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855219#action_12855219
]
Jason Rose commented on SLING-1472:
---
Sorry about the false positive regarding Saka
fuse 4.2
Reporter: Jason Rose
Installing bundle mvn:org.apache.sling/org.apache.sling.formauth/0.9-SNAPSHOT
doesn't seem to actually provide any functionality.
curl http://localhost:8181/system/sling/form/login returns a 404.
The authentication handler itself doesn'
[
https://issues.apache.org/jira/browse/SLING-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849422#action_12849422
]
Jason Rose commented on SLING-1432:
---
I can verify that once I call the req
[
https://issues.apache.org/jira/browse/SLING-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose updated SLING-1432:
--
Attachment: uuid_filter_problem.log
This is a copy of the log output.
> Unable to Forward to Ima
hould be able to do it with SCR. Just be sure to set the
pattern
property. See
http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHTTPService-UsingtheWhiteboard
Justin
On Wed, Mar 10, 2010 at 12:47 PM, Jason Rose
wrote:
I'll try this. I was looking into it yesterd
at.
Thank you
On Mar 10, 2010, at 10:36 AM, Justin Edelson wrote:
Jason-
I haven't had a chance to look at the details of your issue, but have
you thought about registering your Filter *outside* of Sling (i.e.
with
the HttpService)?
Justin
On 3/10/10 12:32 PM, Jason Rose wrote:
Hello a
Hello all,
I have opened a jira case, SLING-1432, about an issue I'm currently
having with forwarding in a filter. I currently use a filter to force
a deeper node structure and present the illusion of it being very flat
to work around serious performance problems in jackrabbit while hiding
[
https://issues.apache.org/jira/browse/SLING-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose updated SLING-1432:
--
Description:
In my current application, I store nodes with the name of the node being a uuid
Reporter: Jason Rose
Attachments: UuidFilter.java
In my current application, I store nodes with the name of the node being a uuid
generated by a sproutcore client. Because this doesn't directly lend itself to
a deep node hierarchy, I have a filter in place that buckets these uuids
[
https://issues.apache.org/jira/browse/SLING-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose updated SLING-1432:
--
Attachment: UuidFilter.java
This is the filter I'm using.
> Unable to Forward to Images via
Failed Form Auth via AJAX Does not Return Status 403
Key: SLING-1428
URL: https://issues.apache.org/jira/browse/SLING-1428
Project: Sling
Issue Type: Bug
Reporter: Jason Rose
[
https://issues.apache.org/jira/browse/SLING-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841945#action_12841945
]
Jason Rose commented on SLING-1336:
---
Has there been any development on this issue?
karaf 1.2 using
launchpad feature
Reporter: Jason Rose
$ curl -F "title=hello" -F"jcr:mixinTypes=sling:VanityPath"
-F"sling:vanityPath=/nice/path"
http://admin:ad...@localhost:8181/content/test/this/is/a/nasty/path
$ curl -F"title=test"
http:/
Hello All,
I've started using the sling:VanityPath mixin to allow users to access
my content in a much cleaner fashion, but I've started to hit some
sort of problem when incorporating them with posts. For example,
$ curl -F "title=hello" -F"jcr:mixinTypes=sling:VanityPath" -
F"sling:vanit
I'd like to see this:
{
"title":"Region 1",
"jcr:uuid":"759d2b99-837b-4758-9e48-f4dff7958c1f",
"jcr:mixinTypes":["mix:referenceable"],
"jcr:primaryType":"nt:unstructured",
"users":[
"/tes
all the contents of the nodes referenced by my users or
regions property and return them to the client.
-Jason
On Jan 28, 2010, at 11:05 AM, Justin Edelson wrote:
I'm not following you. Can you post your CND?
Justin
On 1/28/10 1:04 PM, Jason Rose wrote:
Then I'm on board with thi
this:
/regions//users.json
{
users:[
{"external_uuid":"", "regions":[...]},
{...}
]
}
Maybe there should be a selector, like users.traverse.json, or
something of the sort. I'm still not too knowledgeable about the
options we have.
So if /content/regions/region1 has a multi-valued Reference property
called
users, you'd get something like this:
{
'users' : [ '/content/users/user1', '/content/users/user2' ]
}
WDYT?
Justin
On Wed, Jan 27, 2010 at 5:19 PM, Jason Rose
wrote:
He
Hello all,
Following up on the JIRA case that Felix quickly addressed and the
discussion that came out of it, it appears that sling will be very
useful in my current project. I'm planning on using sling as my
backend with sproutcore as the rich client front end. It seems the
cleanest w
[
https://issues.apache.org/jira/browse/SLING-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805255#action_12805255
]
Jason Rose commented on SLING-1329:
---
Ok, I've updated my source and verified t
[
https://issues.apache.org/jira/browse/SLING-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rose updated SLING-1329:
--
Attachment: jiracase.zip
This is the maven project with the simplified bundle I use to interact with
using
features.xml (rev 902845), java 1.6, maven 2.2.1
Reporter: Jason Rose
I am creating 2 node subtrees for two entities with a many-to-many relationship
to each other. I am implementing this relationship as a strong reference,
multiple value property on each entity node under the
;d like to know if there is anything I can do to
help.
Best regards,
Jason Rose
Hi Ian,
Ian Boston schrieb:
On 4 Dec 2009, at 08:35, Felix Meschberger wrote:
bundles/jcr/jackrabbit-server
Embedded Jackrabbit Repository providing Service API to
plugin
LoginModules a
32 matches
Mail list logo