On 12/12/2012 00:10, James Roper wrote: > There are still some pages that are broken in Tomcat 7, I haven't got > around to fixing them, but I think I've fixed the most pertinent ones. The > main problem is that Tomcat 7 disallows accessing the class as a property > on an object (eg, myobject.class) because it says that class is a reserved > keyword, where Tomcat 6 was totally fine with this. Things associated with > managing/viewing plugins I think still heavily use this. I'm still using > Tomcat 6 myself.
Tomcat 6 is fine, the Tomcat instance only runs Pebble so there's no issue with staying on 6, thanks. > Now, clicking around your blog, it seems that only the tags that are just > numbers don't return entries, is that right? Sounds to me like it's a bug > with tags that are just numbers. Could you check your tag.index, find the > blog post ids and then the associated blog posts (the id is a timestamp in > ms since epoch, so you can convert it to a date and find the blog post that > way), and see if those blog posts do actually have those tags? I suspect > they will, and either tags that are numbers aren't being indexed properly, > or something about the query parsing when tags are numbers is broken. I think you've nailed it, it is an issue with tags that are just numbers. For example, the '74125' entry in the tag cloud is broken but if I look in the index file I see dates corresponding to the following 2 posts: http://bleaklow.com/2011/03/09.html http://bleaklow.com/2010/05/27.html And indeed they both have '74125' as part of the tags. -- Alan Burlison -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Pebble-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pebble-user
